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..., referer: http://server_ip_address:9673/VirtualHostBase/https/server_ip_address:443/te...
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