On Wed, 26 Jun 2002, Rod Roark wrote: [chop] > <VirtualHost *> > ServerName freshandsassy.org > DocumentRoot /usr/local/apache/www1 > <Directory "/usr/local/apache/www1"> > Options Indexes Includes FollowSymLinks ExecCGI > AllowOverride Limit Indexes > Order allow,deny > Allow from all > </Directory> > </VirtualHost> [chop]
You know? I have always placed by <directory> directives outside each virt host container so that all of the directory containers are grouped together. However, after looking at yours listed above, I think I will change to use the above as it is more readable and just makes more sense. Thanks! (It is a good idea!) On the use of the "*", I have multiple interfaces each having multiple IPs and find explicit IP addresses work better for me, but would expect the "*" works well for most other cases and especially well if DHCP or some other change to IP addresses should occur. -ME -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS/CM$/IT$/LS$/S/O$ !d--(++) !s !a+++(-----) C++$(++++) U++++$(+$) P+$>+++ L+++$(++) E W+++$(+) N+ o K w+$>++>+++ O-@ M+$ V-$>- !PS !PE Y+ !PGP t@-(++) 5+@ X@ R- tv- b++ DI+++ D+ G--@ e+>++>++++ h(++)>+ r*>? z? ------END GEEK CODE BLOCK------ decode: http://www.ebb.org/ungeek/ about: http://www.geekcode.com/geek.html _______________________________________________ vox-tech mailing list [EMAIL PROTECTED] http://lists.lugod.org/mailman/listinfo/vox-tech
