Re: Apache Directory Level access control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

  <Directory />
    AuthType Digest
    AuthName ca.harte-lyne
    AuthDigestDomain /
    AuthDigestProvider file
    AuthUserFile /etc/httpd/access.d/.htdigest
    AuthGroupFile /var/data/hll_dav/htgroup

    Require all denied
    Require group staff

    AllowOverride All
    Order allow,deny
    allow from all
    Satisfy All

    Options Indexes MultiViews
    IndexOptions FancyIndexing
    AddDefaultCharset UTF-8

    Dav On
    # No Sever Minimum Timeout on locks - let WebDaV clients decide
    DAVMinTimeout 0
    DAVDepthInfinity Off
    LimitXMLRequestBody 96000000
  </Directory>

-- 
***          E-Mail is NOT a SECURE channel          ***
James B. Byrne                mailto:ByrneJB@xxxxxxxxxxxxx
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3C3


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx





[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux