> 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
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.
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