Hi, I am operating a web server with various vhosts.
Some use php/mysql, some plain html.
For performance reasons I decided to built apache with php (built with
mysql)
But now, I have to put online a site using PHP/Oracle.
If I compile a new apache/php with mysql AND oracle I'm afraid to get
something big that will be used only for one site.
I was wondering : is there a way to tell apache to load modules only when
needed (something like putting AddModule/LoadModules directives in
<Virtualhost>) or any solution to avoid to launch a big process including
php and all its lib just for a simple html page.
Maybe someone had this type of problem and found a clever way to handle it.
Thank you for your answers
Lucien