is there a way (how ?) to put a single directive to password-protect same name directory across all v-hosts I have ?
at the moment, I use an individual directive for each vhost, can I use like a wild card char in dir path, like: .. <Directory "/users/*/web/admin"> .. instead of .. <Directory "/users/airrace.com.au/web/admin"> .. <Directory "/users/anotheru/web/admin"> .. etc, etc ------- one of my v hosts uses includes like: .. <!--#include virtual="/mytags.html" --> .. is 'Options +Includes' *all* it needs ? <VirtualHost 203.42.34.54:80> .. <Directory /home/katyn.org.au/www> Options -Indexes FollowSymLinks +IncludesNOEXEC AddDefaultCharset iso-8859-2 </Directory> .. </VirtualHost> it doesn't seem to work, what have I forgot ? Voytek Eymont -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
