On Tue, Jan 21, 2014 at 03:17:35PM -0500, James B. Byrne wrote:
> 
> On Tue, January 21, 2014 14:58, Pete Houston wrote:
> > On Tue, Jan 21, 2014 at 12:39:27PM -0500, James B. Byrne wrote:
> >>   <Directory /HLL_Operations>
> >>     Require group management staff
> >>   </Directory>
> >
> > Do you really have a directory at the very top level of your O/S
> > filesystem called /HLL_Operations? It seems more likely that this will
> > be in some subdirectory where all your other web content will be
> > (typically under /var/www/html). What is your DocumentRoot?
> >
> > Pete
> 
> .  .  .
>   DocumentRoot /var/data/hll_dav/upload

In that case your Directory section should be:

   <Directory /var/data/hll_dav/upload/HLL_Operations>
     Require group management staff
   </Directory>

See the documentation at
http://httpd.apache.org/docs/2.2/mod/core.html#directory for how
Directory sections are specified. You must use the absolute path.

HTH,

Pete
-- 
Openstrike - improving business through open source
http://www.openstrike.co.uk/ or call 01722 770036 / 07092 020107

Attachment: pgp6XgNmauhda.pgp
Description: PGP signature

Reply via email to