It’s probably mod_php, and try recompiling PHP without zend_multibyte. If you have WITH_MULTIBYTE=true in /var/db/ports/php5/options, change it to WITHOUT_MULTIBYTE=true and rebuild the port.

本日志由 flyinweb 于 2011-08-31 09:07:32 发表到 WEB服务器 中,目前已经被浏览 456 次,评论 0 次;

作者添加了以下标签: signal 11

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

The apache web server has become the predominant web server on the Internet for it's scalability, standards compliance and the numerous features that come bundled with the server. As more and more features are added to apache, and as web applications evolve to meet new demands, bugs will periodically surface in applications and the web server code base itself. Since application and server bugs can lead to service failures and downtime, it is important to have a good set of tools to assist with isolating and locating problems. This article provides an introduction to debugging apache web server problems, and covers several tools and techniques that can help troubleshoot problems when they arise.

本日志由 flyinweb 于 2011-08-31 08:53:41 发表到 WEB服务器 中,目前已经被浏览 385 次,评论 0 次;

作者添加了以下标签: Apache Debugging

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

本日志由 flyinweb 于 2011-08-31 08:49:24 发表到 WEB服务器 中,目前已经被浏览 353 次,评论 0 次;

作者添加了以下标签: Apache Debugging

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

Recently I have noticed that my Apache error log file shows it is generating segmentation faults. After doing little research I came to know that there is not simple solution to find of causes of this problem. I got an error that read as follows:

[Mon May 8 11:20:09 2006] [notice] Apache/2 (WebAppBETA) child pid 1256 exit signal Segmentation fault (11)
[Mon May 8 11:23:12 2006] [notice] Apache/2 (WebAppBETA) child pid 1301 exit signal Segmentation fault (11)

The problem is that our application development team has hacked (aka modified source code) Apache 2.0 source tree for application my company developing. To get rid of this problem I was asked to configure a Linux system so that Apache can dump core files on segmentation faults.

本日志由 flyinweb 于 2011-08-31 08:44:17 发表到 WEB服务器 中,目前已经被浏览 491 次,评论 0 次;

作者添加了以下标签: Apache Core DumpCoreDumpDirectory

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

Nginx默认是显示版本号的,如:

[root@bkjz ~]# curl -I www.nginx.org
HTTP/1.1 200 OK
Server: nginx/0.8.44
Date: Tue, 13 Jul 2010 14:05:11 GMT
Content-Type: text/html
Content-Length: 8284
Last-Modified: Tue, 13 Jul 2010 12:00:13 GMT
Connection: keep-alive
Keep-Alive: timeout=15
Accept-Ranges: bytes

这样就给人家看到你的服务器nginx版本是0.8.44,前些时间暴出了一些Nginx版本漏洞,就是说有些版本有漏洞,而有些版本没有。这样暴露出来的版本号就容易变成攻击者可利用的信息。所以,从安全的角度来说,隐藏版本号会相对安全些!

本日志由 flyinweb 于 2011-08-30 17:22:40 发表到 WEB服务器 中,目前已经被浏览 721 次,评论 0 次;

作者添加了以下标签: Nginxserver_tokens

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

一般情况下,软件的漏洞信息和特定版本是相关的,因此,软件的版本号对攻击者来说是很有价值的。

在默认情况下,系统会把Apache版本模块都显示出来(http返回头信息)。如果列举目录的话,会显示域名信息(文件列表正文),如:

[root@localhost conf]# curl -I 192.168.146.188  
HTTP/1.1 200 OK
Date: Tue, 30 Aug 2011 09:17:42 GMT
Server: Apache/2.2.4 (Unix) PHP/5.2.6
Last-Modified: Sat, 20 Nov 2004 20:16:24 GMT
ETag: "be0533-2c-3e9564c23b600"
Accept-Ranges: bytes
Content-Length: 44
Content-Type: text/html

本日志由 flyinweb 于 2011-08-30 17:14:52 发表到 WEB服务器 中,目前已经被浏览 749 次,评论 0 次;

作者添加了以下标签: apachephpServerSignature

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

Linux系统出现了性能问题,一般我们可以通过top、iostat、free、vmstat等命令来查看初步定位问题。其中iostat可以给我们提供丰富的IO状态数据。

本日志由 flyinweb 于 2011-08-29 11:45:02 发表到 Linux 中,目前已经被浏览 441 次,评论 0 次;

作者添加了以下标签: iostat

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

一. DRBD介绍

DRBD是一种块设备,可以被用于高可用(HA)之中.它类似于一个网络RAID-1功能.当你将数据写入本地
文件系统时,数据还将会被发送到网络中另一台主机上.以相同的形式记录在一个文件系统中.
本地(主节点)与远程主机(备节点)的数据可以保证实时同步.当本地系统出现故障时,远程主机上还会
保留有一份相同的数据,可以继续使用.

本日志由 flyinweb 于 2011-08-26 08:49:05 发表到 Linux 中,目前已经被浏览 490 次,评论 0 次;

作者添加了以下标签: DRBD

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

73213/92