On Mon, Sep 05, 2005 at 06:29:02PM -0400, Joshua Slive wrote:

> BEFORE the existing ProxyPass directive, put
> ProxyPass /static !

I've done this but got a "400 Bad Request" if I try to access
my.vhost.net/static/. Do I need the alias directive?

<VirtualHost 8.15.47.11:80>
    ServerName my.vhost.net
    DocumentRoot /home/www/

    <LocationMatch "^[^/]">
       Deny from all
    </LocationMatch>

    ProxyPass /old/ !
    ProxyPass / 
http://127.0.0.1:9080/VirtualHostBase/http/h:80/dir/VirtualHostRoot/
    ProxyPassReverse / 
http://127.0.0.1:9080/VirtualHostBase/http/h:80/dir/VirtualHostRoot/
    ...
</VirtualHost>    

Thanks,
Matthias

-- 
make world not war

---------------------------------------------------------------------
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]

Reply via email to