> Where is your conf file?

Here is the lines that I insert in my httpd2.conf:

### ==================================================================
LoadModule dav_module modules/mod_dav.so

DAVLockDB /dav/DAVLock

<Directory "/dav">
 DAV On
 AuthType Basic
 AuthName "WebDAV Server"
 AuthUserFile /dav/.DAVlogin
</Directory>
### ==================================================================

>
> Your dav directory is world writable, right?

well, I type 'ps -ef | grep httpd' and see the service running under
'apache' user...
so, I made this:

mkdir /dav
chmod -R 775 /dav
chown -R apache.apache /dav

And I create the password file:

htpasswd -c /dav/.DAVlogin flavio

(flavio is the user running Calendar on win98 client station).

Made this, I try to publish my calendar but no file is writing in /dav
directory...

and I don't know how to test if my WebDAV server is running

I put a single txt file in /dav directory and try to see it on my win98
client station like this:
http://192.168.200.50/dav/test.txt but I got a 'page not found' error...

Can you see something wrong ?

Thank you again.

Fl�vio Henrique


____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to