Re: [users@httpd] permission denied

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

 



On 3/4/06, azeem ahmad <azeem81@xxxxxxx> wrote:
> hi list
> i have installed apache 2.2.0 and configured webdav on it, suexec isnt
> installed, SELinux is disabled on the system
> i have configured Webdav using following configuration
>
>
> Alias /webdav/ "/var/www/webdav/"
> <Directory /var/www/webdav>
>        DAV On
>        AuthType Basic
>        AuthName "WebDAV Storgae"
>        AuthUserFile /etc/httpd/passwd/passwd.dav
>
> </Directory>
> <Directory /var/www/webdav/must/>
>        Options +Indexes
>        require user must
> </Directory>

In 2.2 the default config in <Directory /> denies all access.  So
anywhere you want to access outside the DocumentRoot you'll need
Order Allow,Deny
Allow from all

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-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