Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

Re: [users@httpd] virtual instances

Davide Bianchi

2008-07-16

Replies: Find Java Web Hosting

Author LoginPost Reply
Melanie Pfefer wrote:
> hi
> Is it possible to start or stop 1 virtual host and keep the others running?

Using the 'graceful' option the server is restarted without breaking
connections, but no, you can't stop/start a VHost alone.

> Is it possible to have seperate httpd.conf?

Sure, you can have separate configuration file for VHost or you can have
multiple instances of Apache. In the first case, you only need to
"include" the various config files in the main one. In the second case
you need to have multiple httpd.conf with different bits (the port
number has to be different) and then start apache using the -C option to
point to the config file.

Davide

--
Windows NT source code now available... download WIN2000.BAS now!
  -- From a Slashdot.org post

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@(protected)
 "  from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.