CentOS 6.9 下编译安装 httpd2.4 及 PHP5.6
服务器环境为 CentOS 6.9,在 docker 中测试: docker pull centos:6.9 docker run -d -it --name centos-69 -p 18880:80 -p 18443:443 centos:6.9 bash docker exec -it centos-69 bash 进入到测试环境中: yum ...
服务器环境为 CentOS 6.9,在 docker 中测试: docker pull centos:6.9 docker run -d -it --name centos-69 -p 18880:80 -p 18443:443 centos:6.9 bash docker exec -it centos-69 bash 进入到测试环境中: yum ...
服务器版本 Ubuntu 1404 安装 Apache2 sudo apt-get install apache2 在浏览中输入 localhost,显示 It’s works! 表示成功。 安装 PHP5 sudo apt-get install php5 libapache2-mod-php5 在 /var/www/html/ 建...