nomadgeta.blogg.se

Centos 6.5 install php 5.2
Centos 6.5 install php 5.2




centos 6.5 install php 5.2

The server.crt and server.key file mentioned in the nf needs to be created before we move forward. The SSL certificate and key are required before we start the Apache. For most cases, you don’t need to modify anything in this file. View the nf to review all the default SSL configurations. Uncomment the nf Include line and the LoadModule ssl_module line in the /usr/local/apache2/conf/nf file. configure -enable-so -enable-ssl -with-mpm=prefork -with-included-aprĪpache configuration file nf is located under /usr/local/apache2/conf. We want to use –enable-ssl –enable-so –with-mpm=prefork –with-included-apr # cd /usr/src/httpd-2.4.4 Mv apr-util-1.5.2 /usr/src/httpd-2.4.4/srclib/apr-util Compile Now we want to put the apr and apr-util we downloaded into our apache source files. Visit  to get the URL for the latest versions, then use wget as shown below.

Centos 6.5 install php 5.2 download#

Now we have to download APR and APR-Util because CentOS’s versions aren’t compatible with the latest version of apache. Tar zxvf httpd-2.4.4.tar.gz Download APR and APR-Util Once you get the direct URL to download the latest stable version of Apache, use wget as shown below to download it directly to your server. # yum groupinstall "Development Tools"ĭownload Apache from. We will compile our own from source.įirst, install the required packages. CentOS’s package installed version of apache is out of date.






Centos 6.5 install php 5.2