I have two applications, one is the www.myexample.com
, another is the blog.myexample.com
. I am using PHP and Apache.
Now, I want to let w
A more complete answer to this would be to do something like this which allow you to setup a proxy gateway which is what is loosly described above.
ServerName localhost
Order deny,allow
Allow from localhost
ProxyRequests Off
ProxyPreserveHost On
ProxyPass / http://localhost:10081/
ProxyPassReverse / http://localhost:10081/
ProxyPassReverseCookiePath / http://localhost:10081/