On 3/4/06, azeem ahmad <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to