Sebastian Welsh said:
> Gulp. Don't forget that in your Directory statements, you are providing
> full, rather than the relative path for the directory. You probably want
> leave your root directory as
>       AllowOverride None

thanks, Seb
fixed

>
> <Directory /my/virtual/host>
>       Options Indexes FollowSymLinks +IncludesNOEXEC
>       AllowOverride AuthConfig
>       Order allow, deny
>       Allow from all
> </Directory>

thanks, fixed (btw, it didn't like the space ahead of  'deny')

is there any issues in having same doc root as this in virtual, as in:

<VirtualHost 203.42.34.54:80>
..
DocumentRoot /home/name.com.au/www
..

<Directory /home/name.com.au/www>
  Options Indexes FollowSymLinks +IncludesNOEXEC
  AllowOverride AuthConfig
  Order allow,deny
  Allow from all
</Directory>
</VirtualHost>

also, any recomendation where should the server's docroot be on a multi
name vhost server ?
I recall, there used to be suggestion to make a page pointing to
individual dirs, for name-vhost-challanged-browsers, I guess, that's lomg
obsolote 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

Reply via email to