<VirtualHost *:9999>
ServerAdmin admin@xxxxxxxxxxx
ServerName www.example.com
ServerAlias example.com
# Indexes + Directory Root.
DirectoryIndex index.php
DocumentRoot /var/www/html/example.com/wordpress
ProxyRequests Off
AllowConnect 9999 8888<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://localhost:8888/
ProxyPassReverse / http://localhost:8888
#ProxyPassReverseCookieDomain localhost:8888 www.example.com:9999/
ProxyPassReverseCookiePath / /
</VirtualHost>
>>Have you read the logs and could you post any relevant entries
After the changes, the behavior is the same, and both the access and error logs don't show any entries for attempts to access 192.168.1.5:9999 from other computers on the network, only for the attempts made from 192.168.1.5 itself.
Any other ideas?
-Daniel Lee