Sebastian Welsh said: > If I get what you are asking, yes, but as Jamie mentioned, it's often > worthwhile not wandering too far from your distros defaults :) > > If you have > > <Directory /> > Options FollowSymLinks > AllowOverride None > Order deny,allow > Deny from all > </Directory> > > then each virtual host will need to have > AllowOverride AuthConfig > Order allow,deny > Allow from all > in the relevant directory sections for the virtual host. Without these > parameters, the config from the / directory will apply. > > Does that make sense? If I'm not explaining it well, there is a pretty > good
Seb, Jamie, thanks yes, of course it does make sense.. *if* I thought about it before c'n'p into httpd.conf, I would've realized myself.... that your original reply had the anwser already... (and I'll write 100 times on the blackboard: just getting 'OK' from 'httpd start' doesn't mean the pages are served) (looking at original file, it seems it was 'none', it appears I changed it... in the main httpd.conf, rather than in a vhost... anyhow, corrected now) -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
