You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Colin Haffenden <ch...@msxi-euro.com> on 2002/12/16 17:20:39 UTC

[users@httpd] ProxyPass Question

Hi all,

Sorry I am new to apache....

I am trying to get everything to pass to a url using the proxypass in
the httpd.conf....

Currently I have a server that is doing....

============================================

<VirtualHost x.x.x.x>

        ProxyVia On
        ProxyPass /this http://somewhere.com:1080
        ProxyPassReverse /this http://somewhere.com:1080

        ServerAdmin someone@somewhere.com
        ServerName server
        DocumentRoot /var/www/html/thisone
        ErrorLog logs/thisone-error.log
        Customlog logs/thisone-access.log common

</VirtualHost>

============================================

I want to change "ProxyPass /this http://somewhere.com:1080 "
so that rather than /this it redirects everything.... i.e. *

I cannot seem to get a wildcard (*) to work...

Can anybody help??

Thanks.
Colin.


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org