AccessFileName not allowed here

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@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-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux