Re: directory index forbidden






From: Lauri <lauri@xxxxxxx>
Reply-To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
Subject: Re: directory index forbidden
Date: Tue, 28 Feb 2006 19:24:08 +0200

Hi!

Add "Options +Indexes" to your .htaccess file or edit Apache config file...

Lauri


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

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 or a remote Linux client it works on http only and in case of https it says in error_log (instead of ssl_error_log)
on linux browser says error in connection, i used cadaver and it says error in ssl connection

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

Regards
Azeem


--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: Does vsFTPd+SSL+virtual users works?
    ... My vsftpd server works fine with SSL+local users and with virtual ... Apache easily supports read-only access via HTTP or HTTPS: ... Does WebDAV works well under SSL, ...
    (comp.os.linux.setup)
  • Re: SSL?
    ... FTP over SSL is not possible, the best way out is using webdav ... and u can have it over SSL and http with all the best NTFS security ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: rsync over http?
    ... > There is WebDAV, and a davfs that implements remote file ... > sharing semantics via DAV (which in turn uses HTTP). ... WebDAV server testing and scripting. ... This Version supports HTTPS, including Client Site ...
    (comp.unix.questions)
  • Re: Shared drives through a firewall
    ... Webdav allows access either via a webdav client that supports writing or a standard http client. ... It has good application layer support from a wide variety of reverse proxy/firewall products designed for protecting web traffic if you choose to expose it externally. ... It's also fairly difficult to distinguish from a regular webserver, so it's far less likely to draw attention from attackers than opening up SMB ports, particularly if you had a webserver running anyway. ...
    (Focus-Microsoft)
  • Re: OT: FTP almost gone now? (was: Re: IPFW almost works now.)
    ... > My main concern is the facts that, first off, HTTP doesn't, in most of it's ... > current incarnations (Both client, and server), have an easy and sane way ... and drop to upload to a server. ... Webdav has a versioning extension we're ...
    (FreeBSD-Security)