On Tue, Sep 06, 2005 at 09:14:26AM -0400, Joshua Slive wrote:
> Start by removing ALL the ProxyPass directives from the config and
> make sure you can access the static content.
Ok, I've done so and I can access the static content without the
ProxyPass rules. The I add ProxyPass /static/ ! and get
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?
ServerName my.vhost.net
DocumentRoot /hom
Moin,
I'm using an apache 1.3.33 as frontend to a zope installation. It works
with this config:
ServerName my.server.net
Deny from all
ProxyPass /
http://127.0.0.1:8080/VirtualHostBase/http/h:80/vh/portal/mpl/VirtualHostRoot/
ProxyPassReverse /
http://127.0.0.1:808