引用:
最初由 YN162 發表 把你要執行CGI的目錄改成這樣看看...(我依照上面說的不能...後來參考FoxServ的設定...改成這樣....)
[code]
<Directory "C:/FoxServ/www">
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
Options Indexes FollowSymLinks
Options Includes
Options ExecCGI
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
AllowOverride All
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from All
</Directory>
[code] |
嗯,謝謝你
(唉,我又太慢回了......)
不過,在這期間內,我用了abxxx(抱歉,又忘名了.....)當伺服器,因為它能直接支援cgi.....當然,還是要做些小設定.....
唉,不過,雖然lb5000真的不錯,擁有許多功能,要安裝新功能的話,也蠻好處理的.....
但是,簡單,似乎就是好.....
唉,可能又將要回到php的領域了.....