Re: [us...@httpd] directives in Include-d file in

2009-02-06 Thread Matus UHLAR - fantomas
> Matus UHLAR - fantomas wrote: > > > >I would like to use the same accesslist for more directories (include it > >more times), but it seems that I can't iclude directives into the > > section, but the must lie inside of the included > >file. > > > >Am I right or did I miss something? On 05.02.09

Re: [us...@httpd] directives in Include-d file in

2009-02-05 Thread André Warnier
Matus UHLAR - fantomas wrote: I would like to use the same accesslist for more directories (include it more times), but it seems that I can't iclude directives into the section, but the must lie inside of the included file. Am I right or did I miss something? In 1.3, I think you are right.

[us...@httpd] directives in Include-d file in

2009-02-05 Thread Matus UHLAR - fantomas
Hello, I have apache-1.3 (upgrading soon, but yet...) I tried to configure access to some directory via external file: httpd.conf: --- Include /.../xyz-access --- xyz-access: --- # Order deny,allow Deny from ... --- However when starting apache, it complaints: Syntax error on line 4