webdav and ispconfig 3.0.2.1

Discussion in 'Installation/Configuration' started by robertlouwen, Mar 28, 2010.

  1. robertlouwen

    robertlouwen New Member

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This tutotrial is not for ispconfig 3. You can use it starting from #4 and every directive that has to go into the vhost must be inserted into the apache directives field in ispconfig instead.
     
  3. robertlouwen

    robertlouwen New Member

    This is a quick reply !

    So I start with
    Code:
    htpasswd -c /var/www/clients/client1/web1/web/passwd.dav administrator
    and I put this
    Code:
    Alias /webdav /var/www/clients/client1/web1/web
    
            <Location /webdav>
               DAV On
               AuthType Basic
               AuthName "webdav"
               AuthUserFile /var/www/clients/client1/web1/web/passwd.dav
               Require valid-user
           </Location>
    in: ispconfig --> sites --> website --> options --> Apache directives.

    ( Just to be sure I understand what you said )
     
  4. falko

    falko Super Moderator Howtoforge Staff

  5. robertlouwen

    robertlouwen New Member

    Thanks !
    I got it working now.
     
  6. robertlouwen

    robertlouwen New Member

    an other webdav question

    I have one question,

    Is it possible with webdav to have users with different privileges ?
    ( read and write or read only )

    Have a nice day !
     

Share This Page