apache配置mpm_worker(多道处理模块)worker的工作原理及配置worker是2.0 版中全新的支持多线程和多进程混合模型的MPM。由于使用线程来处理,所以可以处理相对海量的请求,而系统资源的开销要小于基于进程的服务器,worker也使用
mysql简要调优##########################################################benchmark()测试服务器速度select benchmark(100000,10+10);select benchmark(100000,extract(year from now()));############################
#############################1、安装memcache-2.2.5.tgzcd memcache-2.2.5/usr/local/php5/bin/phpize./configure -enable-memcache -with-zlib-dir --with-php-config=/usr/local/php5/bin/php-configmake&&
#vim /usr/local/apache2/conf/httpd.conf Include conf/extra/httpd-autoindex.conf 去掉注释 添加IndexOptions +SuppressSize +SuppressLastModified +SuppressDescription
1.查看mysql编译参数:cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE 2.查看apache编译参数:cat $apachehome$/build/config.nice 3.查看php编译参数:$PHP$/bin/php -i | grep configure 4.从编译过的包文件夹中: cat config.log |
for ($i=0;$i<1000;$i++){ ); curl_close($ch); }攻击原理:此攻击是针对网站的页面,它不停的对页面进行访问,超过一定的数目及频率后,致使服务器达到繁忙的状态,此攻击主要是针对80端口,对于web服务器,iptables是开放80端口的,所以常规的iptables策略对此攻击不起作用.
一、mysql主从配置 master服务器:192.168.50.216 slave服务器:192.168.50.217 1.master服务器配置 (1)grant replication slave on *.* to replication@192.168.50.217 identified by 'mysql' &n
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号