08 2017 档案
摘要:apache基于多域名的虚拟主机 NameVirtualHost *:80<VirtualHost *:80> DocumentRoot "/var/www/html/xk/shuyou" ServerName www.shuyou.group ServerAlias shuyou.group Er
阅读全文
摘要:39.107.96.81 root 123123 pyenv#可以实现python多版本控制与切换 pyenv local 3.5.1 ipython#更方便的编写python,可以补全命令彩色显示等功能 yum -y install gcc gcc-c++ make git patch opens
阅读全文
摘要:Apache负载调优 watch -n 1 -d "pgrep httpd|wc -l" #apache动态查看连接数 ps aux | grep httpd | wc -l ps aux|grep -v grep|awk '/httpd/{sum+=$6;n++};END{print sum/n}
阅读全文