Afficher un message
Vieux 28/07/2005, 11h11   #5
Nick Kew
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: apache - incorrect document root reported under dynamic virtualhosts

weiwang168@gmail.com wrote:

> Does this mean that I cannot rely on the Document Root value when the
> site is managed under Dynamic Virtual Host?


If by "dynamic virtual host" you mean some mass-vhosting solution,
then yes.

With normal vhosts, apache keeps information for each host in a separate
object. That includes both simple stuff like document root and more
expensive stuff like file descriptors for the logs. That's great for
a small number of hosts, but doesn't scale well to larger numbers.
So mass-virtual-hosting uses a single server_rec for all vhosts.

--
Nick Kew
  Réponse avec citation
 
Page generated in 0,05157 seconds with 9 queries