#2 2008-04-20 19:33:48
Re: WL500g Deluxe 如何 php綱頁何服 能附圖解?
spps 提到:
各位大大們 WL500g Deluxe 想架 php綱頁何服 有無詳細教學嗎
安裝好後該如何開啟 AppServ頁面嗎 謝謝
本站採用lighttpd + fastcgi,這部份可以參考 Abin 兄的文件:
http://abintech.azhai.org/2007/01/php-l … stcgi.html
技術問題請於論壇上集眾人之力公開討論,感恩
離線
#3 2008-05-04 20:10:32
Re: WL500g Deluxe 如何 php綱頁何服 能附圖解?
lighttpd + FastCGI的配置,由于版本和Abin同学时不一样了,如果按照原来的步骤配置会出现如下问题:
2008-04-03 03:25:53: (configfile.c.885) source: cat /opt/etc/lighttpd/conf.d/*.conf line: 15 pos: 1 parser failed somehow near here: (EOL)
2008-04-03 03:25:53: (configfile.c.885) source: /opt/etc/lighttpd/lighttpd.conf line: 338 pos: 1 parser failed somehow near here: (EOL)
其实这个问题很好解决:
nano /opt/etc/lighttpd/lighttpd.conf后:
## bind to port (default: 80) -> 改 port
server.port = 8080
## server.virtual-* options -> 改 Web 檔案目錄
server.document-root = "/opt/public/www/"
#### accesslog module -> 改 log 檔路徑檔名
accesslog.filename = "/opt/var/log/lighttpd_access.log"
## where to send error-messages to
server.errorlog = "/opt/var/log/lighttpd_error.log"
再:nano /opt/etc/lighttpd/conf.d/10-php-fcgi.conf
server.modules += ( "mod_fastcgi" )
fastcgi.server = ( ".php" =>
((
"host" => "127.0.0.1",
"port" => 1026,
))
)
離線
#4 2008-05-14 22:57:16
Re: WL500g Deluxe 如何 php綱頁何服 能附圖解?
igotcha 提到:
lighttpd + FastCGI的配置,由于版本和Abin同学时不一样了,如果按照原来的步骤配置会出现如下问题:
2008-04-03 03:25:53: (configfile.c.885) source: cat /opt/etc/lighttpd/conf.d/*.conf line: 15 pos: 1 parser failed somehow near here: (EOL)
2008-04-03 03:25:53: (configfile.c.885) source: /opt/etc/lighttpd/lighttpd.conf line: 338 pos: 1 parser failed somehow near here: (EOL)
其实这个问题很好解决:
nano /opt/etc/lighttpd/lighttpd.conf后:
## bind to port (default: 80) -> 改 port
server.port = 8080
## server.virtual-* options -> 改 Web 檔案目錄
server.document-root = "/opt/public/www/"
#### accesslog module -> 改 log 檔路徑檔名
accesslog.filename = "/opt/var/log/lighttpd_access.log"
## where to send error-messages to
server.errorlog = "/opt/var/log/lighttpd_error.log"
再:nano /opt/etc/lighttpd/conf.d/10-php-fcgi.conf
server.modules += ( "mod_fastcgi" )
fastcgi.server = ( ".php" =>
((
"host" => "127.0.0.1",
"port" => 1026,
))
)
貌似我改的最新的WL-520GU的时候都用最新的IPKG套件没有你说的这个问题嘛
離線
相關討論主題
主題 | 回覆 | 點閱 | 最後發表 |
---|---|---|---|
這個主題已經關閉 |
22 | 86352 | 2009-07-19 16:07:29 作者 duke188 |
這個主題已經關閉
[拍賣] ASUS WL-500g Deluxe 作者 Aven
|
9 | 36080 | 2009-07-14 22:14:15 作者 Aven |
這個主題已經關閉 |
20 | 71948 | 2009-06-17 18:29:38 作者 Vic |
這個主題已經關閉 |
21 | 76392 | 2009-06-08 19:15:09 作者 Aven |
1 | 13391 | 2008-12-11 12:18:28 作者 hippo |