https://issues.apache.org/bugzilla/show_bug.cgi?id=51751

             Bug #: 51751
           Summary: buildin WebDav with buildin ChrootDir ends in
                    Segmentation fault
           Product: Apache httpd-2
           Version: 2.2.16
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_dav
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


if we use webdav all is fine, but if we add "ChrootDir /apache2/" to httpd.conf
webdav will crash with:

[notice] child pid 28707 exit signal Segmentation fault (11)

loglevel debug will not add any more information



httpd.conf

.
.
.
ChrootDir /apache2/
.
.
.
DavLockDB "var/DavLock"

Alias /webdav /web/webdav
<Location /webdav>
            DAV On
</Location>


Linux version 2.6.26-2-amd64 (Debian 2.6.26-24lenny1)

we copied all libs from /lib /lib64 to the jail, same issue

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to