/ etc / httpd / confed
Tar -Xzvf php-4.3.10.tar.gz
./configure --prefix = / usr / local / Apache --Nable-So / - Enable-CGI / - Enable-info / - enable-ReWrite / - Enable-Speling / - Enable-Usertrack / - ENABLE-USERTRACK / -ENABLE-Deflate / - enable-ssl / - enable-mime-magic
RM-FR Apache
./apachectl start
RPM -E - Nodeps OpenSSL
Creating a self-sign certificate: OpenSSL Req -new -key domainname.com.key -x509 -out sslname.crt
GENERATING A CERTIFICATE SIGNING REQUEST / USER / BIN / OPENSSL REQ -NEW -KEY DOMAINNAME.COM.KEY -OUT DOMAINNAME.COM.CSR
1, *. Src.rpm Source code package installation: rpm -rebuild * .src.rpm CD / USR / SRC / DIST / RPMS RPM -IVH * .RPM Uninstall: rpm -e packGename 2, *. TAR. Gz / *. TGZ, *. BZ2 Source Code Source Package Installation: TAR ZXVF * .TAR.GZ or TAR YXVF * .bz2 is first decompressed and then enter the decompressed directory: ./configure Configure Make Compile Make Install Installation Uninstall: Make Uninstall or manual deletion
CP php.ini-dist /usr/local/lib/php.ini
Disabling existing apache software / sbin / chkconfig --dl httpd / etc / init.d / httpd stop
Perform these, checks to verify your install went ok: / usr / local / apache / bin / httpd -v