nginx安裝mono的錯誤 - Linux

By John
at 2010-12-08T13:03
at 2010-12-08T13:03
Table of Contents
因為要在linux上安裝mono來跑asp.net
但是按照mono的官方說明啟動mono後
執行該頁面卻出現以下錯誤:
Server Error in '/' Application
以下是nginx.conf的設定
server {
listen 80;
server_name dlinfo.tw;
access_log /var/log/nginx/dlinfo.tw.access.log;
location / {
root /home/html;
index index.html index.htm default.aspx Default.aspx;
fastcgi_index Default.aspx;
fastcgi_pass 127.0.0.1:9000;
include /etc/nginx/fastcgi_params;
}
}
想請問說是不是我還有遺漏的部分或是?@@
謝謝m(_ _)m
--
徹底搞笑,絕對新鮮,全新網路布丁6100善變登場!
--
Tags:
Linux
All Comments

By Charlie
at 2010-12-10T07:27
at 2010-12-10T07:27

By Selena
at 2010-12-10T21:45
at 2010-12-10T21:45
Related Posts
停用bash熱鍵後無法透過SFTP登入Linux

By Erin
at 2010-12-08T02:28
at 2010-12-08T02:28
VIA 的板子 可以玩嵌入式系統嗎

By Freda
at 2010-12-08T01:01
at 2010-12-08T01:01
請問如何尋找已用過, 特定的指令?

By Tracy
at 2010-12-07T22:31
at 2010-12-07T22:31
找指令:apropos

By Carol
at 2010-12-07T22:10
at 2010-12-07T22:10
ubuntu 限制 cpu 使用數

By Hedda
at 2010-12-07T20:23
at 2010-12-07T20:23