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 webmas...@localhost
        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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to