=================================================================== RCS file: /home/cvs/OpenXM/src/asir-port/cgi/install-ja.txt,v retrieving revision 1.1 retrieving revision 1.5 diff -u -p -r1.1 -r1.5 --- OpenXM/src/asir-port/cgi/install-ja.txt 2005/02/24 06:13:30 1.1 +++ OpenXM/src/asir-port/cgi/install-ja.txt 2015/02/28 23:47:28 1.5 @@ -1,5 +1,5 @@ -$Id: install-ja.txt,v 1.1 2005/02/24 06:13:30 takayama Exp $ -$OpenXM$ +$Id: install-ja.txt,v 1.5 2015/02/28 23:47:28 takayama Exp $ +$OpenXM: OpenXM/src/asir-port/cgi/install-ja.txt,v 1.4 2005/02/27 08:22:56 takayama Exp $ cgi-asir.sh のインストール方法. 0. cgi を実行可能な apache を用意する. @@ -21,7 +21,7 @@ cgi-asir.sh のインストール方法. みたいな感じでテスト. Q. テストしても動きません. チェックすべきことを教えてください. -A. httpd サーバの log (/var/log/httpd/?) をまず見てください. +A. httpd サーバの log (/var/log/httpd/access_log など) をまず見てください. --------------------------------------------------- とりあえず動く状態になったら @@ -80,4 +80,18 @@ httpd のリスタートは必要ない. export CGI_ASIR_TLIMIT="10" +注意: cgi-asir.sh の現在の実装では GET method での実行はうけつけない. + POST のみ. Todo: GET の実装 or POST を使えとのエラーメッセージ. + +----- +Note for orange3m 2015.03.01 + +Check out to +/private/${HOME}/OpenXM, ... +Make a link from the cgi directory to here. +Generate a Makefile to copy OpenXM/src/asir-port/cgi/[cgi-script] +to the cgi directory. + (make update ; make done on orange3m) +Set OpenXM_HOME properly in the cgi-scripts. +Set /etc/crontab following OpenXM/src/asir-port/cgi/kill-webasir-server.sh