Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

apache and more.....

Status
Not open for further replies.

FredrikN

Programmer
Joined
Jan 5, 2001
Messages
60
Location
SE
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top