nginx安裝mono的錯誤 - Linux

John avatar
By John
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

Charlie avatar
By Charlie
at 2010-12-10T07:27
話說...mono對asp的支援還是.........
Selena avatar
By Selena
at 2010-12-10T21:45
還是?@@

停用bash熱鍵後無法透過SFTP登入Linux

Erin avatar
By Erin
at 2010-12-08T02:28
我在.bashrc中設定停用某些bash的熱鍵: #Disable andlt;C-sandgt; bind -r and#39;\C-sand#39; #Disable andlt;C-dandgt; bind -r and#39;\C-dand#39; 然後source .bashr ...

VIA 的板子 可以玩嵌入式系統嗎

Freda avatar
By Freda
at 2010-12-08T01:01
近來對嵌入式系統有點興趣... 本想去買塊開發版來試試.... 但實在撥不出這樣的預算 剛好在整理東西 翻出了2~3年前的東西 (不知道 有沒有過期) 兩盒 VIA nano-ITX 主機板 ( EPIA NX ) http://0rz.tw/txyl6 andlt;--官網介紹 他的CPU ...

請問如何尋找已用過, 特定的指令?

Tracy avatar
By Tracy
at 2010-12-07T22:31
想如何快速尋找,已經下過的指令。 不好意思,是一個很古老的問題。 我們知道在 shell 裡面,通常都會記憶已打過的指令, 甚至登出之後,還會紀錄到 .bash_history 像這一類的檔案裡面, 以便下一次登錄後可以使用。使用方式通常都是按 『向上』鍵,就可以一個一個找。 雖然 shell 操 ...

找指令:apropos

Carol avatar
By Carol
at 2010-12-07T22:10
以下只是試著把幾個簡單的東西寫得比較好看(不要變一行文這樣XD) 也算是我一頭栽進linux一年多後,想幫其他新手省下一點時間(&發個牢騷) 不用重復某些浪費生命的事 -------------------------------------------------------------------- 重點 ...

ubuntu 限制 cpu 使用數

Hedda avatar
By Hedda
at 2010-12-07T20:23
想請問目前有一台四核的主機 想限制讓某程序只使用一顆cpu資源 目前只查到cpulimit 不過它好像是 只能限制cpu使用量 謝謝大家 - ...