我不知道出現了什麼問題,我的server不support cgi/也不能run 任何東東,包括html
但是default /var/www/html 裏面的就可以run
新create 的user in /home 就不能run,help pls
版主: 阿信
singying304 寫:Forbidden
You don't have permission to access /~temp/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
會有這樣的error
singying304 寫:我用apache 2 rh9
default 的mod~
如何console?
thx
#!/usr/bin/perlchinson 寫:singying304 寫:我用apache 2 rh9
default 的mod~
如何console?
thx
如果不確定你的 apache 是否可以正常跑 cgi ,可以寫一個超簡單的 code 來試試(例如輸出一小段文字),如果可以過,那表示 apache 沒問題,是你原來的 code 有問題,至於怎麼 debug .... 用點小腦袋囉!
singying304 寫:#!/usr/bin/perlchinson 寫:singying304 寫:我用apache 2 rh9
default 的mod~
如何console?
thx
如果不確定你的 apache 是否可以正常跑 cgi ,可以寫一個超簡單的 code 來試試(例如輸出一小段文字),如果可以過,那表示 apache 沒問題,是你原來的 code 有問題,至於怎麼 debug .... 用點小腦袋囉!
print "Content-type: text/html\n\n";
print "<html><body>\n";
print "<h2>Hello World !</h2>\n";
print "</body></html>\n";
exit;
這段code沒問題吧?還是不行,一直error500
請幫幫忙~如何fix這問題,我在google也找不到解決方法/.\
好的,謝謝你chinson 寫:singying304 寫:#!/usr/bin/perlchinson 寫:singying304 寫:我用apache 2 rh9
default 的mod~
如何console?
thx
如果不確定你的 apache 是否可以正常跑 cgi ,可以寫一個超簡單的 code 來試試(例如輸出一小段文字),如果可以過,那表示 apache 沒問題,是你原來的 code 有問題,至於怎麼 debug .... 用點小腦袋囉!
print "Content-type: text/html\n\n";
print "<html><body>\n";
print "<h2>Hello World !</h2>\n";
print "</body></html>\n";
exit;
這段code沒問題吧?還是不行,一直error500
請幫幫忙~如何fix這問題,我在google也找不到解決方法/.\
根據您在另一篇文章的討論,我想您要先確認你的 perl 模組是否正確安裝了,而且你放置 cgi 的目錄是否有執行 cgi 的權限。
雖然以前為了打工需要曾寫過一小段時間的 perl ,不過我從沒有在系統上安裝設定過,對於這方面所知並不多,而且你好像用 red hat 系統的....
還是去鳥哥私房菜看看吧(最近怎麼常說這句話,感覺像在打廣告 ^^")
我初學伺服器架設時常參考那裡的資料,那邊也有討論區(我記得那裡是以red hat為主),或許可以找到你要的資訊。
正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客