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を追加
久々に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を追加