Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mod_dav: add DavBasePath #377

Closed
wants to merge 4 commits into from
Closed

Commits on Aug 16, 2023

  1. Add DAVBasePath directive to allow users to configure the real repos

    root path, useful where the DAV repos is configured with a regex match.
    
    * modules/dav/main/mod_dav.c
      (dav_get_resource): If available, pass the configured base path
      as the repos root to repos provider.
      On the error path for fetching a resource, detect and warn
      specifically when the location is configured via a regex.
      (dav_cmd_davbasepath): New function.
    
    PR: 35077
    Github: closes apache#376
    
    git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911651 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit 8243437)
    notroj committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    cb4eb29 View commit details
    Browse the repository at this point in the history
  2. Add docs for DavBasePath.

    git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911715 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit ed4cb1d)
    notroj committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f8ea180 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. * modules/dav/main/mod_dav.c (dav_get_resource): Don't mask

      "conf" variable.
    
    git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911906 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit 706af91)
    notroj committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    13dd94f View commit details
    Browse the repository at this point in the history
  2. Fix documented default for DavBasePath to match code.

    Submitted by: rpluem
    Github: pull apache#377
    
    git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911907 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit 59c725a)
    notroj committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    53fd751 View commit details
    Browse the repository at this point in the history