• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Web Dav issues.

B

BasicMind

Guest
Okay I'm trying to get webdav up and running. from what Ive found on apache and on this forum I came up with this.

httpd.conf
Code:
<Directory /home/httpd/vhosts/domain.com/httpdocs/webdav/>
        AuthType Digest
        AuthName iCal
        AuthDigestFile "/home/httpd/vhosts/domain.com/dav.digest.passwd"

        <LimitExcept GET HEAD OPTIONS>
                require valid-user
        </LimitExcept>

        DAV On
        Order allow,deny
        Allow from All
        Options All
</Directory>
added the user resarted apache and I got nothing.
apache restarts fine and dandy but there are no webdav directorys. Am I missing something painfuly obvious.
 
Back
Top