提高Apache安全属性
vi /usr/local/apache2/conf/httpd.conf
确保apache配置文件httpd.conf中包含如下选项:
UserDir Disabled
ServerTokens Prod 继续阅读 »
vi /usr/local/apache2/conf/httpd.conf
确保apache配置文件httpd.conf中包含如下选项:
UserDir Disabled
ServerTokens Prod 继续阅读 »
# 注意:需要先安装openssl
##################################################
## Install httpd-2.0.63.tar.gz
##################################################
cd /usr/src/files
wget http://xxxx.iaxtalk.com/apachemysql/httpd-2.0.63.tar.gz
tar -zxvf httpd-2.0.63.tar.gz 继续阅读 »