Hi
I'm trying to install apache with PHP and SSL
It works fine with apache and PHP or apache with SSL
But I don't know how to install all, apache,PHP and SSL
I have been searching for some docs but I cant't find anything.
Maybee someone can help me.
Thanks
This is how I install apache with SSL on a Linux machine
cd openssl-0.9.6d
./config
make
make install
cd ..
cd mod_ssl-2.8.8-1.3.24
/configure --with-apache=/root/apache_1.3.24 --with-ssl=/root/openssl-0.9.6d --prefix=/etc/httpd/
cd ..
cd apache_1.3.24
make
make certificate
make install
/etc/httpd/bin/httpd -DSSL
I'm trying to install apache with PHP and SSL
It works fine with apache and PHP or apache with SSL
But I don't know how to install all, apache,PHP and SSL
I have been searching for some docs but I cant't find anything.
Maybee someone can help me.
Thanks
This is how I install apache with SSL on a Linux machine
cd openssl-0.9.6d
./config
make
make install
cd ..
cd mod_ssl-2.8.8-1.3.24
/configure --with-apache=/root/apache_1.3.24 --with-ssl=/root/openssl-0.9.6d --prefix=/etc/httpd/
cd ..
cd apache_1.3.24
make
make certificate
make install
/etc/httpd/bin/httpd -DSSL