Ok is this style of documentation documented some where.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubs
On Tue, Jul 20, 2010 at 10:56 AM, Tapas Mishra wrote:
> On Tue, Jul 20, 2010 at 6:17 PM, Eric Covener wrote:
>>
>> No, your usage is inside 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 i
On Tue, Jul 20, 2010 at 6:17 PM, Eric Covener wrote:
>
> No, your usage is inside 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 then this would
be explicitly specified
Context filed on the
On Tue, Jul 20, 2010 at 7:44 AM, Tapas Mishra wrote:
> On Tue, Jul 20, 2010 at 4:25 PM, Eric Covener 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 vali
On Tue, Jul 20, 2010 at 4:25 PM, Eric Covener 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 config, virtua
On Tue, Jul 20, 2010 at 4:46 AM, Tapas Mishra wrote:
> On Tue, Jul 20, 2010 at 1:33 PM, Geoffrey Reed wrote:
>> From apache docs...
>>
>> AccessFileName Directive
>>
>> Description: Name of the distributed configuration file
>> Syntax: AccessFileName filename [filename] ...
>> Default: A
On Tue, Jul 20, 2010 at 1:33 PM, Geoffrey Reed wrote:
> From apache docs...
>
> AccessFileName Directive
>
> Description: Name of the distributed configuration file
> Syntax: AccessFileName filename [filename] ...
> Default: AccessFileName .htaccess
> Context: server config, virtual ho
>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 t
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
ServerAdmin webmas...@localhost
ServerName somesite.com
DocumentRoot /var/www
Options FollowSymL