[Zope] help with url rewriting

Tino Wildenhain tino at wildenhain.de
Sat Nov 12 03:08:19 EST 2005


Am Freitag, den 11.11.2005, 23:45 -0500 schrieb Faheem Mitha:
> 
> On Fri, 11 Nov 2005, Faheem Mitha wrote:
> 
> >
...
> The main error is
> 
> [Fri Nov 11 18:51:56 2005] [error] [client client_ip_address] 
> client denied by server configuration:
  ^^^^^^^^^^^^^^
This means Apache, not Zope

> proxy:http://127.0.0.1:9673/VirtualHostBase/https/server_ip_address:443/test_plone/VirtualHostRoot/_vh_test_plone/colophon_anybrowser.png,
> referer: http://server_ip_address:9673/VirtualHostBase/https/server_ip_address:443/test_plone/VirtualHostRoot/_vh_test_plone
> 
> 5) Here are the mods I have enabled.
...
>  	Alias /doc/ "/usr/share/doc/"
>      <Directory "/usr/share/doc/">
>  	Options Indexes MultiViews FollowSymLinks
>  	AllowOverride None
>  	Order deny,allow
>  	Deny from all
          ^^^^^^^^^^^^^ <--- and here
>  	Allow from 127.0.0.0/255.0.0.0 ::1/128
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <--- and here

>  	</Directory>

is the Problem. The example config needs
to be changed to allow serving - this is
true for static content as well as using
mod_proxy.

HTH
Tino



More information about the Zope mailing list