亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
最近訪問(wèn)板塊 發(fā)新帖
查看: 2444 | 回復(fù): 2
打印 上一主題 下一主題

[WebServer] apache+fastcgi, http 500 error, fastcgi start error [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2014-12-03 15:24 |只看該作者 |倒序?yàn)g覽
各位好, 請(qǐng)教一個(gè)問(wèn)題,

我在嵌入式平臺(tái)上移植了apache+php+fastcgi, httpd啟動(dòng)后,html可以正常訪問(wèn),但對(duì)于php的請(qǐng)求,就會(huì)出錯(cuò),HTTP 500 Internal Server Error;

察看error log,顯示fastcgi啟動(dòng)后,php-cgi can't load library 'libz.so.1', 但我的lib目錄下已經(jīng)放了libz的庫(kù)文件。

而且單獨(dú)執(zhí)行php-cgi 是沒(méi)問(wèn)題的,php-cgi -v顯示正常;

test.php

<?php

phpinfo();

?>

運(yùn)行php-cgi test.php也可以正確解析。

以下是err log

# cat /var/apache/logs/error_log
[Thu Jan 01 00:11:48 1970] [notice] Digest: generating secret for digest authentication ...
[Thu Jan 01 00:11:48 1970] [notice] Digest: done
[Thu Jan 01 00:11:48 1970] [warn] pid file /var/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Jan 01 00:11:48 1970] [notice] Apache/2.2.29 (Unix) DAV/2 mod_fastcgi/2.4.6 configured -- resuming normal operations
[Thu Jan 01 00:11:48 1970] [notice] FastCGI: process manager initialized (pid 3837)
[Thu Jan 01 00:11:48 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" started (pid 3843)
/fss/gw/bin/php-cgi: can't load library 'libz.so.1'
[Thu Jan 01 00:11:48 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" (pid 3843) terminated by calling exit with status '16'
[Thu Jan 01 00:11:49 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" started (pid 384
/fss/gw/bin/php-cgi: can't load library 'libz.so.1'
[Thu Jan 01 00:11:49 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" (pid 384 terminated by calling exit with status '16'
[Thu Jan 01 00:11:50 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" started (pid 3853)
/fss/gw/bin/php-cgi: can't load library 'libz.so.1'
[Thu Jan 01 00:11:50 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" (pid 3853) terminated by calling exit with status '16'
[Thu Jan 01 00:11:51 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" started (pid 3862)
/fss/gw/bin/php-cgi: can't load library 'libz.so.1'
[Thu Jan 01 00:11:51 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" (pid 3862) terminated by calling exit with status '16'
[Thu Jan 01 00:11:51 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:51 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:51 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:51 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:51 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:51 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:51 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:51 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:51 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:51 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:52 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:52 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:52 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:52 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:52 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:52 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:52 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:52 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:52 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Jan 01 00:11:52 1970] [warn] FastCGI: server "/fss/gw/bin/php-cgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2014-12-04 09:23 |只看該作者
自己先頂一下, 坐等各位前輩給指點(diǎn)一下

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2014-12-16 20:25 |只看該作者
OK. libz你編譯的時(shí)候沒(méi)有寫(xiě)進(jìn)去,這個(gè),fastcgi,十幾年前的東東啦,怎么還在用???真有些奇怪喔。
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP