BRENT SODDERS wrote:
> I would like to run 2 instances of Apache 2.2 on a MS Windows 2003 server.
>  
> One would be port 80 (for users), the second port (xxxx) for
> developers.  The developers would like to have separate services so they
> could stop Apache services without stopping services for users. From
> what I understand two virtual hosts would still share the same services,
> and both be down if services were restarted.
>  
> Can anyone furnish code, or point me to a good Apache resource that
> covers this.  I am also looking for a book that will give me a good
> start with Apache. 

Just make a copy of the httpd.conf file, then change your 'listen'
directive (and any other directive you need to be different) and then
start Apache using the -c option to point to the new configuration file.

Davide

-- 
Anyone who says he can see through women is missing a lot.
-- Julius Henry "Groucho" Marx (http://en.wikiquote.org/wiki/Groucho_Marx)

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to