计算机网络/计算机科学与应用/系统/运维/开发

七、web服务器搭建

wget https://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz

参考网址https://blog.csdn.net/nianyixiaotian/article/details/82706927


下载php

wget http://cn2.php.net/distributions/php-5.6.27.tar.gz


编译:

./configure \

--prefix=/usr/local/php5.6.27 --enable-fpm \

--with-zlib --enable-zip --enable-mbstring --with-mcrypt --with-mysql \

--with-mysqli --with-pdo-mysql --with-gd --with-jpeg-dir --with-png-dir \

--with-freetype-dir --with-curl --with-openssl --with-mhash --enable-bcmath \

--enable-opcache


nginx

读书和赚钱都是一个人最好的修行,前者使人不惑,后者使人不屈,二者结合,便可不困于世,不流于俗

评论

^