Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14589 - unable to use mod_dav because of wrong permissions
Summary: unable to use mod_dav because of wrong permissions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-26 12:37 UTC by Aycan IRICAN
Modified: 2003-02-23 14:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aycan IRICAN 2003-01-26 12:37:48 UTC
when using mod_dav with apache
I got this when I try to put files via WEBDAV:

[Sun Jan 26 20:30:54 2003] [error] [client 10.0.0.4] The locks could not be
queried for verification against a possible "If:" header.  [500, #0]
[Sun Jan 26 20:30:54 2003] [error] [client 10.0.0.4] Could not open the lock
database.  [500, #400]

apache needs to create lockdb.dir and lockdb.pag files in "/var/lib/dav" thus
the solution is simply give proper permissions to "/var/lib/dav" directory.

 #chown apache:apache /var/lib/dav

fixes the problem.
Comment 1 Donny Davies (RETIRED) gentoo-dev 2003-02-23 14:43:28 UTC
fixed.