Is there a way to configure Apache and WebDAV so that uploading requires a password but anyone can read from the directory using a browser? -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 UK 44.207.183.0271 Cell: 264-235-5670 Yahoo IM: netconcepts_anguilla at yahoo.com -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
On Tue, 25 Apr 2006, Chris Mason (Lists) wrote:> Is there a way to configure Apache and WebDAV so that uploading > requires a password but anyone can read from the directory using a > browser?I've never done it exactly that way, but I'd guess the config would look something like this: <Directory "/srv/webdav"> DAV on <LimitExcept GET HEAD OPTIONS PROPFIND> AuthType ... Require valid-user </LimitExcept> </Directory> -- Paul Heinlein <> heinlein at madboa.com <> www.madboa.com