Hi Charles,

yes it is possible, but with several problems.
First of all, Apache uses the port 80. You can't bind two processes to port
80 on the same IP-Adress. If you have more than one IP-Adress, no problem,
one apache gets the first and the other the second. Or , if you have only
one IP-Adress, you can tell the second Apache to take another Port (like
8080 or something like this). Now the problem is, that browsers try to
connect to port 80. If the client want a site from the Apache on 8080 you
need to tell the client the port (in IE it looks like
http://yourwebpage:8080/yoursite). Remember you can't bind to apache to the
same ip and the same port. This is IMHO inpossible.

Greetings,
Stefan Siefert

----- Original Message -----
From: Charles Marcus <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, January 05, 2002 12:07 AM
Subject: [PHP-INST] PHP and Apache question


> Hi all,
>
> Newbie question:
>
> I would like to run two copies of Apache, one using mod_php 4.1.1, and one
> using _mod_php 4.06.
>
> Is this possible?  If so, is there anything like an How-to to get me
going?
> I've d/l'd PHP 4.1.1 and can't find any decent docs in the tar.
>
> Thanks
>
> Charles
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to