Webdav on Debian Etch howto

Discussion in 'HOWTO-Related Questions' started by Hans, Jun 2, 2008.

  1. Hans

    Hans Moderator Moderator

    Dear Falko,

    I've read your webdav-howto with great interest, and i would like to know if this setup is compatible with ISPConfig, if support for webdav has been enabled within the ispconfig configuration file.

    @make-fun,
    You also can have a look here.
     
    Last edited: Dec 27, 2008
  2. falko

    falko Super Moderator Howtoforge Staff

    Yes, that should work. I'd simply add
    Code:
            Alias /webdav /var/www/web1/web
    
            <Location /webdav>
               DAV On
               AuthType Basic
               AuthName "webdav"
               AuthUserFile /var/www/web1/passwd.dav
               Require valid-user
           </Location>
    to the Apache Directives field of the web site in ISPConfig.
     
  3. Hans

    Hans Moderator Moderator

    I will give it a try Falko! :)
     
  4. make-fun

    make-fun Member

    Hi Hans

    Any findings on your side you'd like to share?

    Thanks
     
  5. Hans

    Hans Moderator Moderator

    That's working Falko,
    But would it not be nice to have a Web-DAV checkbox instead?
    Maybe a nice idea for a future release.
     
  6. falko

    falko Super Moderator Howtoforge Staff

    I've added this to our bugtracker. :)
     

Share This Page