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

七、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

微信小程序 https://www.javascriptcn.com/interview-weixinapp/677f48463d78df11d950b260.html

评论

^