phpize 简单介绍

Posted on 2月 26, 2009
Filed Under linux, php | Leave a Comment

phpize 是属于 php-devel 中的东西,主要是设定 php 外挂模块的一些设定
所以安装 php-devel 相关套件就会有 phpize 可以使用 (档案预设存放于 /usr/bin/phpize )
phpize 命令是用来准备 PHP 外挂模...

CentOS5 服务器优化

Posted on 2月 26, 2009
Filed Under linux | Leave a Comment

系统环境部署及调整
1. 检查系统是否正常
# more /var/log/messages (检查有无系统内核级错误信息)
# dmesg (检查硬件设备是否有错误信息)
# ifconfig(检查网卡设置是否正确)...

php2area 由ip显示地区的类[收藏+使用]

Posted on 2月 26, 2009
Filed Under php | 1 Comment

下载: sunlicks.php<?php class ip_search{    var $fp;    var $firstip;    var $lastip;    var $totalip;     function getlong()    { ...

apache keepAlive设置

Posted on 2月 26, 2009
Filed Under apache | Leave a Comment

在 Apache 服务器中,KeepAlive 是一个布尔值,On 代表打开,Off 代表关闭,这个指令在其他众多的 HTTPD 服务器中都是存在的。

KeepAlive 配置指令决定当处理完用户发起的 HTTP 请求后是否立即...

常用Linux技巧 保存

Posted on 2月 26, 2009
Filed Under linux | 1 Comment

前言:因为用Linux的时间越来越长,所需要做的事也越来越多,效率成了我必需突破的瓶颈。在此总结一下这段时间用过的一些好的Linux技巧。以后时常补充这样自己要用的时候就很方便了。<...

 Page 8 of 8  « First  ... « 4  5  6  7  8