ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> httpd-users
httpd-users
[users@httpd] directory index forbidden
by Azeem Ahmad other posts by this author
Feb 28 2006 8:32AM messages near this date
AW: [users@httpd] OS Env variables - TMP | Re: [users@httpd] directory index forbidden
hi list
i have configured webdav on my server, i have also made ssl in the way 
specified. but when i goto access webdav folders using any browser. it says 
you dont have permissions to access. while all the directories and files are 
set to

chown -R apache:apache webdav/
chmod -R 750 webdav/

while apache is the user running httpd. below is configuration of my 
httpd.com

Alias /webdav/ "/var/www/webdav/"
<Directory /var/www/webdav/> 
DAV on
AuthType Basic
AuthName "WebDAV Storage"
AuthUserFile /etc/httpd/passwd/passwd.dav
AuthMySQLEnable off
</Directory> 

<Directory /var/www/webdav/must/> 
        require user must
</Directory> 

this is the error shown in ssl_error_log

[Tue Nov 28 03:11:07 2000] [error] [client 192.168.3.6] Directory index 
forbidden by rule: /var/www/webdav/must/

Regards
Azeem



---------------------------------------------------------------------
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@[...].org
   "   from the digest: users-digest-unsubscribe@[...].org
For additional commands, e-mail: users-help@httpd.apache.org
Thread:
Azeem Ahmad
Joshua Slive
Azeem Ahmad

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved