On Mon, 2006-02-20 at 20:47 +0100, netlest wrote: > Hello, > > Is it possible to have php4 and php5 > modules for apache available togeteher > on my trustix 2.2?
Not as far as I know; you will need to run multiple servers. The php4 and php5 modules have symbol naming conflicts. There is documentation out there on running two apache instances, one on port 80 and one on another port, say 8080, and setting up mod_proxy on the instance on port 80 to forward connections to the instance on port 8080 when the other version of PHP is required. -- Andy Bakun <[EMAIL PROTECTED]> _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
