On Wednesday 10 Dec 2003 4:04 pm, Greg Bolshaw wrote:
> Does Apache have support for virtual hosts that are stored in a MySQL
> database? If not, are there any other web servers that allow virtual
> hosts to be created from data stored by MySQL?
You'll need to write a customise the config process,
You don't need IP aliasing and you don't need DNS. You just have to edit
your httpd.conf
At the bottom of your current httpd.conf will probably be an example of
howto do it.
If you want to make more than 1 you'll need to add a line like:
NameVirtualHost :
And in that case you'll make a virtual ho
> What ways are there to create virtual hosts in apache? Is it _necessary_
The easiest way is name virtual hosting. This requires only one IP address
for all of your virtual hosts. This will not work with some very old
browsers. I wouldn't worry about it. Netscape and IE both work fine with
it
3 matches
Mail list logo