ドキュメントルート以外の場所にCGI用のディレクトリを作成し、
「ScriptAlias」を使ってCGIに対するリクエストと実際のディレクトリを対応付けが出来ます。
設定方法
ScriptAlias ①見た目上のディレクトリ ②実際のディレクトリ(フルパス)
設定例
ScriptAlias /cgi-bin/ /var/www/hoge/cgi-bin/
この場合は「http://localhost/cgi-bin/hoge.cgi」などのようなリクエストが合った場合に、
「/var/www/hoge/cgi-bin/hoge.cgi」を実行してその結果をクライアントに返却します。
The shape of the system that overflows in the world is equal to the "knowhows" that parties concerned of each industry have.
People who create the system need high-ranking "knowhows" further.
I want to become ..high-ranking "knowhows".. handlers' help.
2011/06/07
登録:
コメントの投稿 (Atom)
-
using Excel = Microsoft.Office.Interop.Excel; /// Excelオブジェクト Excel.Application oXls; /// ワークブックコレクション Excel.Workbook oWBook = this.oXl...
-
リンクでgoogleカレンダーへ予定を追加すした、忘れそうなのでメモ ○Javascriptでの記述例 var text = "買い物"; var details = "新春バーゲンセール"; var location= ...
-
Androidのアプリ開発を行うために行った開発環境の構築手順についてメモします。 作業時点(2012.04.24)での最新と思われるもので構築しました。 ・環境 OS: Windows7 64bit ・入れたもの JDK Standard Edition ...
0 件のコメント:
コメントを投稿