Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with webDav and httpd.conf setting

Status
Not open for further replies.

linuxMaestro

Instructor
Joined
Jan 12, 2004
Messages
183
Location
US
I can't seem to get webDav to work, when I try to connect with iCal this gives me Forbidden
<Location /kurt>
Dav On
AuthType Basic
AuthName test
AuthUserFile /home/spoon/public_html/testing
<LimitExcept GET HEAD OPTIONS>
require valid-user
</LimitExcept>
</Location>

and this gives unavailable
<Directory /home/spoon/public_html/kurt>
Dav On
AuthType Basic
AuthName test
AuthUserFile /home/spoon/public_html/testing
<LimitExcept GET HEAD OPTIONS>
require valid-user
</LimitExcept>
</Directory>

What would the correct httpd.conf setting be?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top