goo blog サービス終了のお知らせ 

pepoとネットワークを語ろう

40年前からこれまでとこれからのネットワークを語る

apache2.2 cgiが動かん

2009-01-16 14:14:00 | Linux
apache2.2 cgiが動かん、error_logにも記録されない
久々にapacheをバージョンアップindex.htmlに書いたcgiが動かん

httpd.confへ.htmlを追加でOK
#
# Filters allow you to process content before it is sent to the client.
#
# To parse .shtml files for server-side includes (SSI):
# (You will also need to add "Includes" to the "Options" directive.)
#
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml .html #<--.htmlを追加