On 7/22/07, Yaakov Chaikin <yaakov.chaikin@xxxxxxxxx> wrote:
Hi, Could someone point me to the right place in the documentation where it talks about how to configure multiple instances of httpd on the same machine? If it's trivial, I would appreciate you could provide the instructions here.
It's relatively trivial if you do it in the simplest way: Configure/compile/install with different --prefix's each time (meaning one instance lives entirely under /usr/local/apache2a, another under /usr/local/apache2b, etc). Then the only thing you need to do is adjust the Listen directive to tell the correct IP-address/port. If you want to share an httpd binary or do other tricky stuff like that, then you have to be careful that the different instances don't share some crucial files like LockFile. Joshua. --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx