随笔分类 - LAMP
摘要:安装完成后需检查apache主配置文件httpd.conf 中是否有增加 libphp5.so 模块内容 测试php5.6.40链接MySQL5.6.43是否成功,新建test.php文件到站点目录下,添加以下内容测试 打开浏览器测试链接成功 注意:此脚本适用于LAMP环境,php在apache中以
阅读全文
摘要:make && make install报如下错误: 解决办法如下:
阅读全文
摘要:1.编译时修改/隐藏版本号(此操作是在编译安装之前做的) 2.去版本号(编译安装之前) [root@lamp unix]# vi /usr/local/src/httpd-2.4.38/os/unix/os.h #define PLATFORM "Unix" #< 此行改为以下 #define PL
阅读全文
摘要:[root@lamp scripts]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) [root@lamp scripts]# uname -r 3.10.0-862.el7.x86_64 [root@lamp scrip
阅读全文
摘要:[root@lamp conf]# vi httpd.conf.bak 1 # 2 # This is the main Apache HTTP server configuration file. It contains the 3 # configuration directives that give the server its instructions. 4 # See for d...
阅读全文
摘要:参考博客:http://www.cnblogs.com/kevingrace/p/6109679.html
阅读全文