← Back to team overview

sslug-teknik team mailing list archive

Re: debian webdav php5 og apache2

 

Løsning:
Man bruger ForceType plain/text sådan her


       Alias /webdav /var/www/my-domain.com/docs
        <Location /webdav>
             ForceType plain/text
             DAV on
             AuthType Digest
             AuthName "web-content"
             AuthDigestFile  /var/www/my-domain.com/digest-password
             Require valid-user
        </Location>




References