Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

[users@httpd] AccessFileName not allowed here

Tapas Mishra

2010-07-20

Replies: Find Java Web Hosting

Author LoginPost Reply
While I am restarting apache I am getting following error

AccessFileName not allowed here
I am using Ubuntu 10.04

following is my vhost configuration
<VirtualHost *:80>
    ServerAdmin webmaster@(protected)
    ServerName somesite.com
    DocumentRoot /var/www

    <Directory />
          Options FollowSymLinks
          AllowOverride None
    </Directory>
<Directory /var/www >
          Options Indexes FollowSymLinks MultiViews
          AllowOverride All
          AccessFileName .htaccess
          Order allow,deny
          allow from all
    </Directory>
</VirtualHost>

I searched this error but could not get any thing useful what should I
look in or do ?
in apache2.conf I see AccessFileName .htaccess
can this directive be not at two files
I have checked this page
http://httpd.apache.org/docs/2.2/mod/core.html


--
Tapas
http://mightydreams.blogspot.com
http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@(protected)
 "  from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.