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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

php-4.2.1 + apache2.0.36 + SSL

Status
Not open for further replies.

lexart

Programmer
Apr 22, 2002
5
CZ
He ALL.Please HELP ME.
I'am brainless. I must install into REDHAT7.x new php-4.2.1 + apache2.0.36 + SSL ,but not how compiling SSL with apache and PHP :( .....
PLEASE help me. STEP By STEP ...very very THANKS
 
YES i compiled APACHE with PHP.THIS
////////APACHE////////////////////
./configure --prefix=/usr/local/apache

////////PHP//////////////////////
./configure --with-mysql --with-informix=/opt/informix --with-apache=/home/admin/install/apache_1.3.24 --enable-track-vars

make
make install

////////APACHE//////////////////
./configure --activate-module=src/modules/php4/libphp4.a

make
make install
 
OK, just trying to establish your level of experience here ;-).

Apache2 has only a slightly different way of configuring for compile, but the PHP ./configure directive for Apache2 is different (read /php-4.2.1/sapi/apach2filter/README). Basically, you take these steps: 1) install OpenSSL, 2) install mod_ssl, 3) install Apache, 4) install PHP, and 5) create SSL certificates.

Try this link for an overview of the process: . I know that this tutorial is almost 3 years old, but the basic approach should be the same. At least it will give you something to go on. Start there, and see how far you get, then let us know whatever errors pop up. -------------------------------------------

"Now, this might cause some discomfort..."
(
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top