crapufish
15th March 2007, 11:53
Hello!
I am trying to forward all the requests made to http://www.mydomain.com/ispconfig/ to the ISPConfig web interface using Apache's ProxyPass. Unfortunately this is not working...
I edited /etc/apache2/apache2.conf and added at the end of the file this:
ProxyRequests off
ProxyPass /ispconfig/ http://127.0.0.1:81/
Now, when I try to access http://www.mydomain.com/ispconfig/ it shows a "403 Access forbidden" page. Any idea why this doesn't work? It seems apache clearly wants to redirect to ISPConfig, but something goes wrong...
Thanks!
Dorian
I am trying to forward all the requests made to http://www.mydomain.com/ispconfig/ to the ISPConfig web interface using Apache's ProxyPass. Unfortunately this is not working...
I edited /etc/apache2/apache2.conf and added at the end of the file this:
ProxyRequests off
ProxyPass /ispconfig/ http://127.0.0.1:81/
Now, when I try to access http://www.mydomain.com/ispconfig/ it shows a "403 Access forbidden" page. Any idea why this doesn't work? It seems apache clearly wants to redirect to ISPConfig, but something goes wrong...
Thanks!
Dorian