-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chadley Wilson wrote:
This version in Suse 10, refuses outright to start. When I get it started, and try access the site - it says access denied, otherwise it picks on the syntax in my html files which works perfectly fine on the my redhat box running an older apache, not in 5 years have I ever seen this behaviour.
Hi Chad, The fact that apache actually returns a denied error suggests it's working. I've experienced yast removing directory directives from vhost sites before ( 9.3 but not 10.0 so far ). This had the unfortunate side effect of apache defaulting to the default directory directive settings in /etc/apache2/httpd.conf which is 'Deny from all'. Double check that your sites have an appropriate directory directive to override the default deny all. /etc/apache2/vhosts.d/yast2_vhosts.conf <Directory "/path/to/your/site/"> Options None AllowOverride None Order allow,deny Allow from all </Directory> Hopefully it's just this. Regards Graham -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDiwkWE7J2/DSrgDcRAsDeAJ9QRiZbpU7zCuLMebEgtFamfRIs2gCdFWKE JgMzOj/T+eZYhq6tOocW0fA= =0fHp -----END PGP SIGNATURE-----