The application root is http://IPaddress/application I'd like the URL http://application.mydomain.com to open the application login<VirtualHost * > ServerName application.mydomain.comProxyRequests Off<Proxy *> Order deny,allow Allow from all </Proxy> ProxyPreserveHost On ProxyPass / http://IPaddresshere/ ProxyPassReverse / http://IPaddress/
The configuration above works if I open http://application.mydomain.com/application.
I'd like to eliminate the /application If in <VirtualHost>I add ProxyPass /http://IPaddress/application/ I get the login but subsequently I get http://application.mydomain.com/application/file.aspx instead of http://application.mydomain/file.aspx However if I manually enter http://application/mydomain.com/file.aspx Everything then seems to work. I don't have access to the application so I can't see what it is doing. -- *Robert Steinmetz, AIA* Principal *Steinmetz & Associates* --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx