You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by azeem ahmad <az...@msn.com> on 2006/02/28 17:31:49 UTC

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


Re: [users@httpd] directory index forbidden

Posted by azeem ahmad <az...@msn.com>.


>From: "Joshua Slive" <jo...@slive.ca>
>Reply-To: users@httpd.apache.org
>To: users@httpd.apache.org
>Subject: Re: [users@httpd] directory index forbidden
>Date: Tue, 28 Feb 2006 11:34:17 -0500
>
>On 2/28/06, azeem ahmad <az...@msn.com> wrote:
>
> > [Tue Nov 28 03:11:07 2000] [error] [client 192.168.3.6] Directory index
> > forbidden by rule: /var/www/webdav/must/
>
>You need
>Options +Indexes
>in the relevant directory.
>
>Joshua.
it seems to work now but with a problem
if i access from localhost, both http and https works and it access the 
directory
but if i access from a Windows XP box, it works on http only and in case of 
https it says in error_log (instead of ssl_error_log)

[Tue Nov 28 04:30:47 2000] [error] [client 192.168.3.6] (13)Permission 
denied: access to /index.html denied

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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] directory index forbidden

Posted by Joshua Slive <jo...@slive.ca>.
On 2/28/06, azeem ahmad <az...@msn.com> wrote:

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

You need
Options +Indexes
in the relevant directory.

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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org