| NoSphax 2004-05-13, 10:33 am |
| Hi all,
I would like to install multiple instance of apache on the same
server. Apache instance is in the same chrooted environment. The idea
is to have specific apache in function of needs (version apache with
php/mysql, php/Oraqcle, apache version 1.3.X and apache version
1.3.y). At this time each apache is compiled separately with a
specific --prefix ( /usr/local/apache1, /usr/local/apache2, etc...).
But I would like to build a generic package to have one binary apache
that I could install where I want.
However, I found in the httpd some hardcoded lib link, such as
/usr/local/apache/libexec/blabla.so.
How can I by pass this limitation of compiling each apache instance ?
In a secure web environment (UNIX hardening system, chrooted
environment), that is reasonable to have multiple apache instance?
thanks for your help.
NoSphax
|