On 10/26/07, Stefan Bertels <post@xxxxxxxxxxxxxxxxx> wrote: > > <Directory "/local/main/guestbook"> > require user guestbook > </Directory> > > How can I have one web server where some dirs are Dav-enabled and some not. I > cannot work with multiple virtual hosts (SSL). There are few different way's to do this. One would be to put the following inside the no-dav-allowed directory: <LimitExcept GET POST OPTIONS> Order allow,deny Deny from all </LimitExcept> > > Another question: How can I disable any script execution in WebDAV-enabled > folders? Use RemoveHandler (or RemoveFilter) to remove the file-extension mappings in those directories. Joshua. --------------------------------------------------------------------- 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