From: Jeff D. <da...@da...> - 2002-11-08 02:25:49
|
> Which is kinda the reason for my question above - can ServerName be set > on a per-VHost basis? If not, you'd need to use HTTP_HOST or manually > set SERVER_NAME in PHPWiki for each VHost you wanted to have Wikiing. Yup. You can (and probably should) put a ServerName directive in each <VirtualHost> section of an Apache config file. |