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