Posted by wiki on 2007, July 2, 7:12 PM
use searchengine baidu, Yahoo, tom.
only index the top500.
not use auto index.
index with my pc.
next use the songlist to get results.
» 阅读全文
过往岁月 | Comments: 0
| Trackbacks: 0
| Views: 1191
Posted by wiki on 2007, June 25, 10:24 PM
LoadModule fcgid_module modules/mod_fcgid.so
IPCCommTimeout 40
IPCConnectTimeout 10
MaxProcessCount 8
OutputBufferSize 64
ProcessLifeTime 240
MaxRequestsPerProcess 500
if use fastcgid mod, make sure
ThreadsPerChild 250
MaxRequestsPerChild 0
I will test settings for X days . make sure its best 4 me.
note: apache224 ,php523 with fastcgid ,eAccelerator v0.9.5.1 , Zend Optimizer v3.2.8
» 阅读全文
过往岁月 | Comments: 0
| Trackbacks: 0
| Views: 641
Posted by wiki on 2007, June 25, 5:55 PM
if disabled acceptex is ON please mk sure ThreadsPerChild less 200
else ThreadsPerChild great 500
it's good 4u
» 阅读全文
过往岁月 | Comments: 0
| Trackbacks: 0
| Views: 633
Posted by wiki on 2007, June 22, 3:11 PM
世界后缀详解如下:
.com:商业机构,任何人都可以注册;
.edu:教育机构;
.gov:政府部门;
.int:国际组织;
.mil:美国军事部门;
.net:网络组织,例如因特网服务商和维修商,现在任何人都可以注册;
.org:非盈利组织,任何人都可以注册;
.biz:商业;
.info:网络信息服务组织;
.pro:用于会计、律师和医生。;
.name:用于个人;
.museum:用于博物馆;
.coop:用于商业合作团体;
.aero:用于航空工业;
.xxx:用于成人、***;
.idv:用于个人
» 阅读全文
过往岁月 | Comments: 0
| Trackbacks: 0
| Views: 613
Posted by wiki on 2007, June 22, 2:47 AM
建立bat批处理文件
@ECHO OFF
php check.php
if exist error.txt GOTO Normal
if not exist error.txt GOTO Abort
:Abort
echo '无需操作';
GOTO END
:Normal
echo '重启';
这里写上你的apache重启代码和其他一些需要的操作
GOTO END
:END
check.php文件 该文件通过cli方式运行
php执行的时候会记录每次出现问题重启的时间。
把bat文件加为计划任务,根据实际需要决定监测的时间间隔。
» 阅读全文
过往岁月 | Comments: 0
| Trackbacks: 0
| Views: 628
Posted by wiki on 2007, June 21, 7:18 PM
过往岁月 | Comments: 0
| Trackbacks: 0
| Views: 719
Posted by wiki on 2007, June 21, 10:47 AM
由于是早上的自动重启,所以到近中午的时候才发现。导致有相关mysql操作的页面全部白屏了一个早上。
哎,没想到重启还会对配置产生影响。重启前配置好好的,重启后就不行了。
» 阅读全文
过往岁月 | Comments: 0
| Trackbacks: 0
| Views: 725
Posted by wiki on 2007, June 21, 1:23 AM
使用modfastd后500,503争相斗艳,实在不行了。
当前配置 apache224,php523,ZendOptimizer328(这个版本有点奇怪,安装的时候上面的信息还是326的,刚开始还以为是下载错了,但确实是328版)
326版本的ZendOptimizer会导致apache不断的重启。现在这个328版本没问题。
今天顺便更新了一下mysql,更新至mysql5.0.41。
» 阅读全文
过往岁月 | Comments: 0
| Trackbacks: 0
| Views: 627