> -----Original Message-----
> From: Stephen Williams [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, September 28, 2006 11:09 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] running apache 1.3.31 & 1.3.37 on the 
> same server
> 
> Hello all I have been digging around on google and through 
> the archives 
> for sometime now and I can't seem to find a good answer as to why I 
> can't get this working. I have both 1.3.31 and 1.3.37 
> installed on the 
> same host and I can only get one or the other to run at a 
> single time, 
> but I get now error messages back when I try to startup with the 
> apachectl script rather it just returns with started but only 
> one will 
> be running (the first started). Does anyone know what I can do to get 
> this going?

You give no details of your setup so I have to assume the obvious; that
you are trying to run both apaches on the same socket (ie, same IP and
port). You have to have the apaches "Listen" to different TCP/IP
sockets, eg:

Different ports:
Apache #1:
Listen 80

Apache #2
Listen 8080

Different IPs:
Apache #1:
Listen 192.168.1.1

Apache #2
Listen 192.168.1.10

or a combination..

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 
> 
> 
> Thanks all!
> -Stephen
> 
> 
> ---------------------------------------------------------------------
> 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]
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
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