服务器之家:专注于服务器技术及软件下载分享
分类导航

Linux|Centos|Ubuntu|系统进程|Fedora|注册表|Bios|Solaris|Windows7|Windows10|Windows11|windows server|

服务器之家 - 服务器系统 - Centos - Centos5.2配置LAMP与Centos5.3配置LAMP(63)

Centos5.2配置LAMP与Centos5.3配置LAMP(63)

2019-10-11 14:12Centos教程网 Centos

# vi config.default.php 找到这几行进行修改: $cfg[Servers][$i][auth_type] = http; // Authentication method (valid choices: config, http, HTTP, signon or cookie) $cfg[Servers][$i][user] = roo


# vi config.default.php 
找到这几行进行修改: 
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (valid choices: config, http, HTTP, signon or cookie) 
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user 
$cfg['Servers'][$i]['password'] = 'PASSWORD'; // MySQL password (only needed 

五、服务器安全配置 

18、编译安装mod_security 
mod_security是一个集入侵检测和防御引擎功能的开源web应用安全程序(或web应用程序防火墙)。 
它以Apache Web服务器的模块方式运行, 目标是增强web应用程序的安全性, 防止web应用程序受到已知或未知的攻击。 
# cd /usr/local/src 
# wget http://www.modsecurity.org/download/...e_2.1.3.tar.gz 
# tar -zxvf modsecurity-apache_2.1.3.tar.gz 
# cd modsecurity-apache_2.1.3/apache2 
# cat /usr/local/apache2/conf/httpd.conf | grep "ServerRoot" | grep -v "#" 
ServerRoot "/usr/local/apache2" 

#vi Makefile 
top_dir = /usr/local/apache2 

# make 

延伸 · 阅读

精彩推荐