1 頁 (共 1 頁)

[問題]請幫一下商人物語架設問題(已爬過文 但無法解決)

文章發表於 : 2007-12-22 3:06 am
p3211230
引用BSM大大的文章
幾個重點!
1.目錄設定(下面是我的設定)
ex:http://127.0.0.1/wcst/watlas/index.cgi

wcst(設定CMOD為777或707)
├common (裡面的檔案不用動它)設定CMOD為777或707
├program (裡面的檔案不用動它),設定CMOD為777或707
└watlas(設定CMOD為777或707)

關於CMOD的設定你只要記住
"資料夾"一率設定為777或是707,視伺服器來決定
"*.cgi檔案"一率設定為755,視程式作用來決定
"*.pl"一率設定為755
"*.dat"一率設定為666

2.開啟watlas目錄下的_config.cgi,更改下列設定
$MASTER_PASSWORD ='test'; # 管理密碼(請自己另外設定)
$ADMIN_EMAIL ='test@test.com'; # 管理者的E-mail(請自己另外設定)
$HTML_TITLE ='海商物語'; # 街的正式名稱(請自己另外設定)


$TOWN_TITLE ='水色'; # 街的名稱(全形2個短文字)(請自己另外設定)

$TZ_JST =60*60*8;設定成這樣


經過BSM大大這一些歩驟我來到了

(Sorry, Now Under Site Maintenance.)這一個畫面

右下角有一個Admin要輸入管理員密碼的地方 可是輸入後就會出現

500 Internal Server Error

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, service@educities.edu.tw and inform them of the time the erroroccurred, 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.

請問各位大大要怎麼解決呢?

附上網址:http://cgi.educities.edu.tw/p3211230/XII/watlas/admin.cgi
密碼:012345

文章發表於 : 2007-12-22 10:35 pm
BSM
亞卓市的perl 的路徑為 /ubin/perl
因此你若使用 perl 來編寫你的 CGI
那麼你 CGI 程式的第一行必須為 #!/ubin/perl

文章發表於 : 2007-12-22 10:49 pm
p3211230
BSM 寫:亞卓市的perl 的路徑為 /ubin/perl
因此你若使用 perl 來編寫你的 CGI
那麼你 CGI 程式的第一行必須為 #!/ubin/perl


這一點我之前有先行試過一次 剛剛也再試過一次

還是跟之前一樣 500 Internal Server Error的訊息

ps:已轉為 big5了喔