Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ISPConfig 3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 551
    • Issues 551
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 41
    • Merge requests 41
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #1992

Closed
Open
Created May 12, 2012 by SW@wenzler

webdav access not working when redirect is used to select website base directory

Hi, This is for 3.0.4.5 too

If you have changed the base directory of the website via Menu Websites -> domainname -> Redirect -> Redirect Path This conflicts with webdav

e.g. redirect path is /var/www/clients/client4/web41/web/b-u-b/ And you add a webdav user for directory webdav/1

In the vhosts file you'll see the following: RewriteEngine on RewriteCond %{HTTP_HOST} ^domainname.de$ [NC] RewriteRule ^/(.*)$ /var/www/clients/client4/web41/web/b-u-b/$1
....

  Alias /webdav/1 /var/www/clients/client4/web41/webdav/1
  <Location /webdav/1>
    DAV On

....

In error_log you will see File does not exist: /var/www/clients/client4/web41/web/b-u-b/webdav

Therefor access to /webdav/1 is affected by the rewrite rule and points to non existing directory -> ergo webdav is not working - but digest auth is :)

This is on debian 6 all updates

BR SW

Assignee
Assign to
Time tracking