question 1: - is it posible to install apache using this command : ./configure --prefix=/usr/local/apache --enable-module=most --enable-shared=max --enable-module=so question 2: -is it posible to run 2 apache servers at a time on different port ? how about mysql servers ? question 3: how do i compile php in "full" mode without having to input all the flags at the ./configure step ?
Yes. Run Code: ./configure --help to find out about all configuration options. Yes. You have to specify everything you need, there's no full mode. Please have a look at this Apache2-SSL-PHP5-Howto: http://www.howtoforge.com/linux_apache2_ssl_php5_zendoptimizer_ioncubeloader