proxyrequests off NameVirtualHost *:80 NameVirtualHost myserver.tld:81 <VirtualHost *:80> ProxyPass / http://myserver.tld:81/ ProxyPassReverse / http://myserver.tld:81/ </VirtualHost> <VirtualHost myserver.tld:81> DocumentRoot c:\inetpub\wwwroot </VirtualHost>The only problem now is that new links within the app are getting created with :81 appended to the URL. Unfortunately I can't change how the app works so I wanted to see if there is some way to report the port as 80 so subsequently selected links will be forced back through the first virtualhost like the initial request. Sound possible?
Thanks! Mike --------------------------------------------------------------------- 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