Hi,

I've used it problem free with osx & windows clients; it should probably only be available only over https,

<VirtualHost _default_:443>
   DocumentRoot "/var/www/secure_content"
    ServerName whatever.com
    ServerAlias www.whatever.com
    ServerAdmin [EMAIL PROTECTED]
    ErrorLog logs/error_log
    TransferLog logs/access_log
    <Directory /var/www/secure_content/shared_disk>
        DAV On
        AuthType Basic
        AuthName "whatever.com network disk"
        AuthUserFile /var/www/conf/passwd
        AllowOverride None
        Require valid-user
        Options None
<Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
        </Limit>
        </Directory>
        DAVLockDB /dav_scratch/DAVLock
        DAVMinTimeout 600
        SSLEngine on
        SSLCertificateFile    /etc/ssl/server.crt
        SSLCertificateKeyFile /etc/ssl/private/server.key
        CustomLog logs/ssl_request_log \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>


/Pete



On 1. des. 2006, at 22.00, Gaby Vanhegan wrote:

Hi,

Although the mail archives have little on the topic, as does google,
are there any major security concerns I should be aware of when
installing mod_dav under the stock OpenBSD apache1.3, with apache
chrooted?

Gaby

--
Junkets for bunterish lickspittles since 1998!
http://www.playr.co.uk/sudoku/
http://weblog.vanhegan.net/

  • Re: WebDAV Pete Vickers

Reply via email to