From: "Boyle Owen" <Owen.Boyle@xxxxxxx> Reply-To: users@xxxxxxxxxxxxxxxx To: <users@xxxxxxxxxxxxxxxx> Subject: RE: [users@httpd] webdav Date: Mon, 27 Feb 2006 16:21:05 +0100 > -----Original Message----- > From: azeem ahmad [mailto:azeem81@xxxxxxx] > Sent: Montag, 27. Februar 2006 15:57 > To: fedora-list@xxxxxxxxxx; users@xxxxxxxxxxxxxxxx > Subject: [users@httpd] webdav > > hi list > i have configured a webdav directory. but when i try to > connect to it, it > doesnt ask for credentialsWhen you say "connect", how do you mean? Via a browser? via a content editor? What method? (you know you've switched off authentication for GET, don't you?) Any chance the client is caching creds from an earlier session?Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. > how could i make it > configuration is as below > > <Directory /dav/> > DAV On > AuthType Basic > AuthName "must" > AuthUserFile "/root/davlogin" > <LimitExcept GET HEAD OPTIONS> > Require user webdav > </LimitExcept> > </Directory> > > Regards > Azeem > >
oki have dont it acording to sugetions. but now its says mysql table not found, while i dont know how it is trying to find mysql tables
below is current config Alias /dav/ "/var/www/dav" <Directory /var/www/dav/> DAV On AuthType Basic AuthName "must" AuthUserFile "/etc/httpd/dav/davlogin" Require user webdav </Directory> and here is error_log entry[Mon Nov 27 04:28:52 2000] [error] [client 192.168.3.6] Directory index forbidden by rule: /var/www/html/ [Mon Nov 27 04:28:56 2000] [error] [client 192.168.3.6] MySQL ERROR: Table 'test.user_info' doesn't exist: /dav/ [Mon Nov 27 04:28:56 2000] [error] [client 192.168.3.6] MySQL user webdav not found: /dav/ [Mon Nov 27 04:29:00 2000] [error] [client 192.168.3.6] MySQL ERROR: Table 'test.user_info' doesn't exist: /dav/ [Mon Nov 27 04:29:00 2000] [error] [client 192.168.3.6] MySQL user webdav not found: /dav/
Regards Azeem --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx