Apache
wide288
头脑的清醒更有利于高级思维的活动。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Apache [error] server reached MaxClients setting, consider raising the MaxClients setting问题及解决办法
Apache [error] server reached MaxClients setting, consider raising the MaxClients setting问题及解决办法 最近公司有个客户报了一个问题,就是运行一段时间后在apache的日志/var/log/httpd/error_log文件中有一条错误信息 [Fri Mar 04 10:48:20 201转载 2013-03-12 15:51:17 · 1389 阅读 · 0 评论 -
Invalid command ‘RewriteEngine’ ubuntu 解决报错。
Invalid command ‘RewriteEngine’ current/public/.htaccess: Invalid command ‘RewriteEngine’, perhaps misspelled or defined by a module not included in the server configuration 这个原因是没有加载mod_r原创 2013-03-18 17:49:27 · 3378 阅读 · 0 评论 -
错误代码
http erro 400错误的请求,属于客户端问题,和服务器没有关系。 通过清理垃圾、清洁注册表,或检查广告拦截模块及防火墙的设置来解决问题。 http erro说明如下,主要有五类: IIS状态代码的含义 概要 当用户试图通过HTTP或文件传输协议(FTP)访问一台正在运行Internet信息服务(IIS)的服务器上的内容时,IIS返回一个表示该请求的状态的数字代码。该状转载 2013-04-18 10:16:13 · 1500 阅读 · 2 评论 -
实用的日志分析脚本
了解日志的各种定义后,这里分享一下从网上淘来的一些对日志分析的脚本 1.查看apache的进程数 ps -aux | grep httpd | wc -l 2.分析日志查看当天的ip连接数 cat default-access_log | grep "10/Dec/2010" | awk '{print $2}' | sort | uniq -c | sort -nr转载 2013-05-27 16:29:37 · 1249 阅读 · 0 评论 -
apache的rotatelogs使用手记
apache的rotatelogs使用手记 作用:按时间,按大小,分隔apache的日志 rotatelogs 是 Apache 2.2 中自带的管道日志程序 语法 rotatelogs [ -l ] logfile [ rotationtime [ offset ]] | [ filesizeM ] 选项 -l 使用本地时间代替GMT时间作为时间基准。注意:在一原创 2013-05-10 05:47:43 · 1638 阅读 · 0 评论 -
AllowEncodedSlashes in Apache
apache URL 路径 编码 %2F原创 2013-07-19 09:40:15 · 2965 阅读 · 0 评论 -
apache [error] (EAI 5)No address associated with hostname: Could not resolve host name
做为系统管理员的工作。要认证对待每个字符。原创 2013-08-05 15:01:26 · 8045 阅读 · 0 评论
分享