Я использую Windows XP, я хочу иметь репозиторий, поэтому я создал его, используя Apache Server
На моем сервере Apache, почему я получаю эту ошибку ??
Я использовал это для создания своего хранилища под httpd-dav.conf
Псевдоним / sites "C: / Program Files / Apache Software Foundation / Apache2.2 / sites"
<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/sites">
Dav On
Order Allow,Deny
Allow from all
AuthType Digest
AuthName DAV-upload
Options Indexes
AuthUserFile "C:/Program Files/Apache Software Foundation/Apache2.2/user.passwd"
AuthDigestProvider file
# Allow universal read-access, but writes are restricted
# to the admin user.
<LimitExcept GET OPTIONS>
require user admin
</LimitExcept>
</Directory>
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open property database. [500, #1]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] The locks could not be queried for verification against a possible "If:" header. [500, #0]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open the lock database. [500, #400]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open property database. [500, #1]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] The locks could not be queried for verification against a possible "If:" header. [500, #0]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open the lock database. [500, #400]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open property database. [500, #1]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] The locks could not be queried for verification against a possible "If:" header. [500, #0]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open the lock database. [500, #400]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open property database. [500, #1]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] The locks could not be queried for verification against a possible "If:" header. [500, #0]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open the lock database. [500, #400]
[Sat Oct 01 15:44:07 2011] [error] [client 127.0.0.1] Could not open property database. [500, #1]
подскажите пожалуйста, как это решить ??