View Single Post
Old 03-28-2011, 02:32 AM   #4
mnsweeps
Junior Member
mnsweeps began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2011
Device: NookColor
Thx

Thanks guys.. I updated the apache httpd config vhost settings and it worked great.. These are my settings in case someone wants to know.

<VirtualHost *:80>
ServerName myserver.com
ServerAlias www.myserver.com
ProxyPass / http://localhost:8090/
ProxyPassReverse / http://localhost:8090/
</VirtualHost>
mnsweeps is offline   Reply With Quote