請教Apache2 關於cgi問題

這個版面主要討論 debian 在 server 端的應用問題, server 種類繁多..舉凡 Web Server 、 File Server、 DHCP Server..等等。

版主: 阿信

請教Apache2 關於cgi問題

文章jwtialbert » 週五 6月 22, 2007 6:15 pm

先前小弟所提問的關於設定檔的問題已經解決了,但是小弟現在又碰到了一個新的問題:cgi檔案(ex.counter.cgi)不正常
還有其他一些cgi file也是怪怪的,頁面有出現,但是跑cgi的功能就失靈,這些cgi file是從另一個正常執行的apche server移植過來的,也有檢查過檔案內容本身,看起來應該是沒問題的,所以想請教關於Apache2的cgi部分...我的設定如下

/etc/apache2/sites-available/default
******************
NameVirtulhost test
<VirtualHost test>
DocumentRoot /var/www
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
RedirectMatch ^/$ /var/www/
</Directory>

ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin/">
AllowOverride None
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
***************************
請問是否有問題呢?

爬文後,之前有學長建議使用
#a2enmod cgi
#a2enmod perl

也輸入過,正常啟動

還請學長們給小弟指教
謝謝 謝謝
jwtialbert
可愛的小學生
可愛的小學生
 
文章: 12
註冊時間: 週二 6月 12, 2007 3:44 pm

文章Cheung » 週五 6月 22, 2007 9:25 pm

#
# AddHandler allows you to map certain file extensions to "handlers":
# actions unrelated to filetype. These can be either built into the server
# or added with the Action directive (see below)
#
# To use CGI scripts outside of ScriptAliased directories:
# (You will also need to add "ExecCGI" to the "Options" directive.)
#
#AddHandler cgi-script .cgi


google AddHandler
可愛的寶寶,我的小心肝,樹上的葉子被風捲起,輕輕地落在寶寶的床上,

天上的神呀,請保佑這個孩子,請保佑大家,讓她永遠活在您慈愛的照拂下..........
Cheung
懵懂的國中生
懵懂的國中生
 
文章: 232
註冊時間: 週二 6月 03, 2003 9:34 pm


回到 debian server

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客