On Wed, Jan 18, 2012 at 01:06:19PM +0100, Petr Hracek wrote:
> -- in the apache2 configuration file is mentioned
>   <Directory /opt/apache2/htdocs/>
>      Options IncludesNOEXEC -MultiViews -FollowSymLinks
>      Order deny,allow
>      Allow from all
>   </Directory>

In your Options line you are mixing absolute and relative directives.
Don't do that. If instead you do

      Options +IncludesNOEXEC -MultiViews -FollowSymLinks

you may solve your problem. See the warning box in this section:
http://httpd.apache.org/docs/2.2/mod/core.html#options

Pete
-- 
Openstrike - improving business through open source
http://www.openstrike.co.uk/ or call 01722 770036 / 07092 020107

Attachment: pgp9wFwJGJ26n.pgp
Description: PGP signature

Reply via email to