我开发的一个Apache2 module,大家有兴趣的可以试用一下

我开发的一个Apache2 module,大家有兴趣的可以试用一下

是一个mod_fastcgi的替代品,http://fastcgi.coremail.cn/index.cn.htm
大家有什么意见或者反馈,可以email给我,如果你是看的明白我写的中文,那也请用中文给我email ^_^


QUOTE:
原帖由 "mmHunter" 发表:
是一个mod_fastcgi的替代品,http://fastcgi.coremail.cn/index.cn.htm
大家有什么意见或者反馈,可以email给我,如果你是看的明白我写的中文,那也请用中文给我email ^_^

支持。

对了,能不能改一下apache,使每个站点使用不同的帐号运行,各个站点之间不能互相打开对方的文件,安全问题。
安装上去了,测试时发现:

[Copy to clipboard] [ - ]
CODE:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, you@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

error_log如下:

[Copy to clipboard] [ - ]
CODE:
[Mon May 10 00:30:13 2004] [notice] Apache/2.0.49 (Unix) configured -- resuming normal operations
[Mon May 10 00:30:16 2004] [notice] mod_fcgid: server /home/uptu_com/index.php(32030) started
[Mon May 10 00:30:17 2004] [notice] mod_fcgid: server /home/uptu_com/index.php(32032) started
[Mon May 10 00:30:17 2004] [notice] mod_fcgid: server /home/uptu_com/index.php(32033) started
[Mon May 10 00:30:18 2004] [notice] mod_fcgid: server /home/uptu_com/index.php(32043) started
[Mon May 10 00:30:18 2004] [notice] mod_fcgid: server /home/uptu_com/index.php(32044) started
[Mon May 10 00:30:19 2004] [notice] mod_fcgid: server /home/uptu_com/index.php(32049) started
[Mon May 10 00:30:22 2004] [warn] mod_fcgid: cleanup zombie process 32043
[Mon May 10 00:30:25 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(32081) started
[Mon May 10 00:30:26 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(32085) started
[Mon May 10 00:30:26 2004] [warn] mod_fcgid: cleanup zombie process 32049
[Mon May 10 00:30:26 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(32086) started
[Mon May 10 00:30:27 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(32095) started
[Mon May 10 00:30:29 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(32107) started
[Mon May 10 00:30:29 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(32108) started
[Mon May 10 00:30:33 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(32174) started
[Mon May 10 00:30:33 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(32175) started
[Mon May 10 00:30:42 2004] [warn] mod_fcgid: cleanup zombie process 32174
[Mon May 10 00:30:42 2004] [warn] mod_fcgid: cleanup zombie process 32175
[Mon May 10 00:30:59 2004] [notice] SIGHUP received.  Attempting to restart
[Mon May 10 00:31:00 2004] [notice] Apache/2.0.49 (Unix) configured -- resuming normal operations
[Mon May 10 00:31:01 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(32377) started
[Mon May 10 00:31:02 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(32381) started
[Mon May 10 00:31:02 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(32382) started
[Mon May 10 00:31:04 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(32445) started
[Mon May 10 00:31:04 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(32446) started
[Mon May 10 00:31:13 2004] [warn] mod_fcgid: cleanup zombie process 32446
[Mon May 10 00:33:33 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(864) started
[Mon May 10 00:33:34 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(867) started
[Mon May 10 00:33:34 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(868) started
[Mon May 10 00:33:35 2004] [notice] mod_fcgid: server /home/uptu_com/help1.htm(873) started
[Mon May 10 00:33:41 2004] [warn] mod_fcgid: cleanup zombie process 867
[Mon May 10 00:33:41 2004] [warn] mod_fcgid: cleanup zombie process 873

httpd.conf相关地方如下:
[/code]
<Directory />;
    ServerConfig /usr/local/zeus/php/bin/php  -MaxClassProcessCount 30
    SetHandler fcgid-script
    Options  FollowSymLinks ExecCGI
    allow from all
</Directory>;
IdleTimeout 300
BusyTimeout 100
MaxProcessCount 200
DefaultMaxClassProcessCount 40
[/code]

请楼主告知这是为什么呢>;谢谢.
PHp程序可以在zeus下正常运行....PHP是以--enable-fastcgi安装在ZEUS下面的.
谢谢你的参与 ^_^
请在httpd.conf将debug level改成info或者以下的级别,这样我能看到的log比较多。从你上一贴提供的信息,我没能看出有什么问题,除了有一些php程序会自己死掉,还有你重起过一次apache之外...

[quote]原帖由 "fxdfbl"]PHp程序可以在zeus下正常运行....PHP是以--enable-fastcgi安装在ZEUS下面的.[/quote 发表:
总算看见你了,能不能给个联系方式呀?
fastcgid的开发者啊..........
正在用,总的来说不错,支持!
不知道和mod_python比起来有什么优势吗?