Per Jessen wrote:
Cristian Rodríguez wrote:
and that is not really the information required.. what the apache error log says ? I *guess* you have not loaded mod_authz_core (a2emod authz_core)
Good guess, but I did already modify /etc/sysconfig/apache2:
APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile authz_user autoindex cgi dir env expires include log_config mime negotiation setenvif ssl userdir php5 reqtimeout systemd authn_core authz_core"
The errorlog says: [Tue Aug 13 16:39:56.036055 2013] [access_compat:error] [pid 4409] [client 192.168.2.114:39428] AH01797: client denied by server configuration: /srv/www/vhosts/host001/htdocs/ [Wed Aug 14 05:32:04.568484 2013] [access_compat:error] [pid 5365] [client 192.168.2.114:41235] AH01797: client denied by server configuration: /srv/www/vhosts/host001/htdocs/
I don't understand why it seems to be referring to "access_compat" - that module isn't loaded. I changed the 2.2-style Allow,Dney to the 2.4-style "Require".
"access-compat" was the hint I needed - thanks for making me look again. I changed vhost config to use "require", but I had not changed Allow,Deny in /etc/apache2/httpd.conf too. (a couple of places). Problem solved. -- Per Jessen, Zürich (15.4°C) http://www.dns24.ch/ - free DNS hosting, made in Switzerland. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org