ページの先頭行へ戻る
Interstage Application Server V12.0.0 Interstage HTTP Server 2.2運用ガイド
FUJITSU Software

10.4.2 移行時の注意事項

CGIプログラムの実行方法

CGIプログラム実行を許可する場合は、環境定義ファイル(httpd.conf)において、コメント行として定義されている以下のディレクティブのハッシュマーク(#)を削除してください。CGIプログラム実行の許可設定の詳細については、「3.28 CGIプログラム実行許可の設定」を参照してください。


【修正前】

#LoadModule cgi_module "C:/Interstage/F3FMahs/modules/mod_cgi.so"
#ScriptAlias /cgi-bin/ "C:/Interstage/F3FMahs/cgi-bin/"

【修正後】

LoadModule cgi_module "C:/Interstage/F3FMahs/modules/mod_cgi.so" 
ScriptAlias /cgi-bin/ "C:/Interstage/F3FMahs/cgi-bin/"

【修正前】

#LoadModule cgid_module "/opt/FJSVahs/modules/mod_cgid.so"
#ScriptAlias /cgi-bin/ "/opt/FJSVahs/cgi-bin/"

【修正後】

LoadModule cgid_module "/opt/FJSVahs/modules/mod_cgid.so"
ScriptAlias /cgi-bin/ "/opt/FJSVahs/cgi-bin/"

フィルタアプリケーション

Interstage HTTP Server 2.2では、InfoProvider Pro向けのフィルタアプリケーションを使用できません。

Interstage HTTP Server 2.2用に同じ機能のモジュールが提供されている場合は、LoadModuleにInterstage HTTP Server 2.2用のモジュールを指定してください。

LoadModule example_module "C:/Interstage/F3FMahs/modules/mod_example.so"

LoadModule example_module "/opt/FJSVahs/modules/mod_example.so"