Quote:
Originally Posted by falko
The correct group name is www-data, not www.data.
|
Falko,
I was hoping you'd show up... ;-)
That must be a typo in my post here. Sorry. The error message from Terminal had it correct as www-data not
www.data so I must have got it right in my command originally.
Any other ideas as to why things aren't working?
The message from my error log makes me think the issue is in the code I pasted into the options field in ISPc3...? I just don't know enough to spot the issue.
Code:
DAVLockDB /tmp/DAVLock
#DAVMinTimeout 600
<Location /clients/client4/www.mysite.com/web/clients/dav/mike/>
Dav On
AuthType Basic
AuthName mike
AuthUserFile /var/www/clients/client4/www.mysite.com/web/clients/dav/mike/.DAVlogin
<LimitExcept OPTIONS>
Require user mike
</LimitExcept>
</Location>
What are your thoughts?
S