Hi, I use Apache 1.3 / PHP 4 on my server because of software compatibility, but I have a script that only runs on Apache2 & PHP5. ISPConfig runs as Apache2/PHP5 on port 81. How could I install another apache2/php5 on another port or ip? Is there any problem having three apache install running on the same server (AMD Athlon 64 3700+ / 1GB)?
ISPConfig runs Apache1.3. So you already have 2 apache versions. You need to build/compile a new apache2/php5 instance manually from source. The apache/php websites show detailed instructions how to build from source. Make sure you don't accept the default install directories, but choose your own. Next change the new apache.conf (in your custom directory to listen to a different port. And as a last step, you can do proxy forwarding to masquerade the alternative port. It's quite some work...... If it's only one script, maybe updating / modifying that script is easier.
Thanks for the info. I tested this "script" (well it's a groupware programm, so modifying the script will be a lot of work) on the ISPConfig server, but it needs GD to work and I prefer to have the IspConfigServer only working for ISPConfig.
I guess your script needs PHP5, but doesn't care about the Apache version. So you can run it on Apache 1.3 as well. These links should give you some ideas: http://www.howtoforge.com/apache2_suphp_php4_php5 http://www.howtoforge.com/apache2_with_php5_and_php4