Hi,
My purpose is:
http://192.168.1.1 goes to Apache HTTP server
www.myexample.com goes to my tomcat server
but this goes always to my tomcat server, any idea?
Thanks
<VirtualHost *:80>
ServerName www.myexample.com
ProxyPass / ajp://localhost:8009/
ProxyRequests Off
ProxyPassReverse / ajp://localhost:8009/
ProxyPreserveHost On
</VirtualHost>
--
View this message in context:
http://www.nabble.com/Using-ajp-with-tomcat-tp20911023p20911023.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]