[us...@httpd] AccessFileName not allowed here

2010-07-20 Thread Tapas Mishra
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 /

Re: [us...@httpd] AccessFileName not allowed here

2010-07-20 Thread Geoffrey Reed
From apache docs... AccessFileName Directive Description:Name of the distributed configuration file Syntax:AccessFileName filename [filename] ... Default:AccessFileName .htaccess Context:server config, virtual host Status:Core Module:core server config This means that

Re: [us...@httpd] AccessFileName not allowed here

2010-07-20 Thread Tapas Mishra
On Tue, Jul 20, 2010 at 1:33 PM, Geoffrey Reed geo...@zipcon.net wrote: From apache docs... AccessFileName Directive Description:    Name of the distributed configuration file Syntax:    AccessFileName filename [filename] ... Default:    AccessFileName .htaccess Context:    server config,

Re: [us...@httpd] AccessFileName not allowed here

2010-07-20 Thread Eric Covener
On Tue, Jul 20, 2010 at 4:46 AM, Tapas Mishra mightydre...@gmail.com wrote: On Tue, Jul 20, 2010 at 1:33 PM, Geoffrey Reed geo...@zipcon.net wrote: From apache docs... AccessFileName Directive Description:    Name of the distributed configuration file Syntax:    AccessFileName filename

Re: [us...@httpd] AccessFileName not allowed here

2010-07-20 Thread Tapas Mishra
On Tue, Jul 20, 2010 at 4:25 PM, Eric Covener cove...@gmail.com wrote: Every directive lists the context it is valid in. http://httpd.apache.org/docs/2.2/mod/core.html#accessfilename So from above link it appears to me that accessfilename is valid in vhost since it says Context:server

Re: [us...@httpd] AccessFileName not allowed here

2010-07-20 Thread Eric Covener
On Tue, Jul 20, 2010 at 7:44 AM, Tapas Mishra mightydre...@gmail.com wrote: On Tue, Jul 20, 2010 at 4:25 PM, Eric Covener cove...@gmail.com wrote: Every directive lists the context it is valid in. http://httpd.apache.org/docs/2.2/mod/core.html#accessfilename So from above link it appears to

Re: [us...@httpd] AccessFileName not allowed here

2010-07-20 Thread Tapas Mishra
On Tue, Jul 20, 2010 at 6:17 PM, Eric Covener cove...@gmail.com wrote: No, your usage is inside Directory context.  It doesn't make it valid that it happens to be part of your server config or a virtualhost config. You mean to say if this is to be used in Directory then this would be

Re: [us...@httpd] AccessFileName not allowed here

2010-07-20 Thread Eric Covener
On Tue, Jul 20, 2010 at 10:56 AM, Tapas Mishra mightydre...@gmail.com wrote: On Tue, Jul 20, 2010 at 6:17 PM, Eric Covener cove...@gmail.com wrote: No, your usage is inside Directory context.  It doesn't make it valid that it happens to be part of your server config or a virtualhost config.

Re: [us...@httpd] AccessFileName not allowed here

2010-07-20 Thread Tapas Mishra
Ok is this style of documentation documented some where. - 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: