本文记录使用apache期间遇见的异常,已经解决的方法。 异常: Could not reliably determine the server's fully qualified domain name 解决: #ServerName www.example.com:80 去掉#注释 重启httpd
Apache 异常解决
- 0
本文记录使用apache期间遇见的异常,已经解决的方法。 异常: Could not reliably determine the server's fully qualified domain name 解决: #ServerName www.example.com:80 去掉#注释 重启httpd
一、下载discuz!(LAMP的安装的教程可参考http://laowang.me/lamp-part-built-environment.html mkdir /data/www cd /data/www wget http://download.comsenz.com/DiscuzX/3.2/Discuz_X3.2_SC_GBK.zip unzip Discuz_X3.2_SC_GBK.zip mv upload/* . 二、配置第一个虚拟主机 删除httpd.conf中的这行前面的#号 #I...