Hi Apache Experts,
I have problem in installing mod_ssl and php on apache.
mod_ssl and php will modify the apache source folder. I can't make apache to use mod_ssl and php together?!
Is one of them overwrite the configuration?
But how to do that?
===============================================
Openssl
===============================================
cd /usr/src/openssl-0.9.6g
./config --prefix=/usr/local/openssl
make
make test
make install
===============================================
mod_ssl
===============================================
cd /usr/local/src/mod_ssl-2.8.12-1.3.27
./configure --with-apache=/usr/src/apache_1.3.27 --with-ssl=/usr/src/openssl-0.9.6g --prefix=/usr/local/apache --enable-module=most --enable-shared=max --enable-module=ssl
===============================================
php-4.2.3
===============================================
cd /usr/src/php-4.2.3
./configure --with-apache=/usr/src/apache_1.3.27 --with-pgsql=/usr/local/pgsql --with-pdflib=/usr/local/pdflib --enable-trans-sid --enable-track-vars --enable-sysvshm=yes --enable-sysvsem=yes --enable-versioning
make
make install
===============================================
apache_1.3.27
===============================================
cd /usr/local/src/apache_1.3.27
./configure \
--activate-module=src/modules/php4/libphp4.a
make
(fail already --> ) make certificate TYPE=custom
make install
I have problem in installing mod_ssl and php on apache.
mod_ssl and php will modify the apache source folder. I can't make apache to use mod_ssl and php together?!
Is one of them overwrite the configuration?
But how to do that?
===============================================
Openssl
===============================================
cd /usr/src/openssl-0.9.6g
./config --prefix=/usr/local/openssl
make
make test
make install
===============================================
mod_ssl
===============================================
cd /usr/local/src/mod_ssl-2.8.12-1.3.27
./configure --with-apache=/usr/src/apache_1.3.27 --with-ssl=/usr/src/openssl-0.9.6g --prefix=/usr/local/apache --enable-module=most --enable-shared=max --enable-module=ssl
===============================================
php-4.2.3
===============================================
cd /usr/src/php-4.2.3
./configure --with-apache=/usr/src/apache_1.3.27 --with-pgsql=/usr/local/pgsql --with-pdflib=/usr/local/pdflib --enable-trans-sid --enable-track-vars --enable-sysvshm=yes --enable-sysvsem=yes --enable-versioning
make
make install
===============================================
apache_1.3.27
===============================================
cd /usr/local/src/apache_1.3.27
./configure \
--activate-module=src/modules/php4/libphp4.a
make
(fail already --> ) make certificate TYPE=custom
make install