相思雨
The Apple of My Eye.

随笔分类 -  Apache

安装Apache提示APR not found的解决办法
摘要:不知道为什么在安装apache2.2.22版本的时候没有任何问题,直接使用命令 ./configure --prefix=/home/www/www_test/software/apache-2.2.22 --enable-proxy --enable-so --enable-mods-shared=most --with-mpm=worker 没有任何问题,不过在安装新版本2.4.2的时候就会报... 阅读全文
posted @ 2012-07-19 19:08 相思雨 阅读(14390) 评论(0) 推荐(2)
Nginx和Apache日志格式详解
摘要:Nginx: log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" $request_time'; 日志格式说明: $remote_addr 远程请求使用的IP地址 $remote... 阅读全文
posted @ 2012-07-18 18:41 相思雨 阅读(1725) 评论(0) 推荐(0)