This is a discussion on Directory access control not working... within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi there I am running Server version: Apache/2.2.3 (Server built: Jan 27 2008 18:13:2) on ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi there
I am running Server version: Apache/2.2.3 (Server built: Jan 27 2008 18:13:2) on a Debian 4.0 server. I am trying to restrict access to a folder. I have read several articles on the topic but am unable to get it to work. My error logs are no help as no errors are logged. How do I go about debugging my conf to see why my access control directives are ignored ? Kind regards. Hennie |
|
|||
|
On Tue, 13 May 2008 05:40:44 -0700 (PDT), Hennie
Rautenbach <Hennie.Rautenbach@gmail.com> wrote: >Hi there > >I am running Server version: Apache/2.2.3 (Server built: Jan 27 2008 >18:13:2) on a Debian 4.0 server. > >I am trying to restrict access to a folder. I have read several >articles on the topic but am unable to get it to work. My error logs >are no help as no errors are logged. > >How do I go about debugging my conf to see why my access control >directives are ignored ? Look in the manual: for every directive you used, verify if the module that handles it is actually loaded with a LoadModule directive. In general, directives are silently ignored if the appropriate module isn't loaded. >Kind regards. > >Hennie Good luck. -- ( Kees ) c[_] The ideal is to be hard-headed and soft-hearted; too many people have it backwards. (#161) |
| Thread Tools | |
| Display Modes | |
|
|