=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Doc/httpd-rpc.sh,v retrieving revision 1.5 retrieving revision 1.7 diff -u -p -r1.5 -r1.7 --- OpenXM/src/kan96xx/Doc/httpd-rpc.sh 2002/11/03 12:43:02 1.5 +++ OpenXM/src/kan96xx/Doc/httpd-rpc.sh 2002/11/10 07:00:03 1.7 @@ -1,5 +1,5 @@ #! /bin/sh -# $OpenXM: OpenXM/src/kan96xx/Doc/httpd-rpc.sh,v 1.4 2002/10/30 13:23:06 takayama Exp $ +# $OpenXM: OpenXM/src/kan96xx/Doc/httpd-rpc.sh,v 1.6 2002/11/04 05:40:40 takayama Exp $ # OpenXM/rc/dot.bashrc must be read before execution of this script. # source ${OpenXM_HOME}/rc/dot.bashrc # @@ -12,12 +12,23 @@ OXWEB_PORT=8090 export OXWEB_PORT # # asirrc is executed when risa/asir starts. Override it if necessary. +# You can also define your own command in this file. +#ASIR_CONFIG=httpd-rpc-asirrc.rr #ASIR_CONFIG=${OpenXM_HOME}/rc/asirrc #export ASIR_CONFIG # # Set your own httpd-rpc file if necessary. +# OXWEB_HTTPD_RPC=httpd-rpc-${OXWEB_PORT}.sm1 OXWEB_HTTPD_RPC=httpd-rpc.sm1 export OXWEB_HTTPD_RPC +# +# If OXWEB_HTTPD_ROOT is set, file transfer will be allowed. +# Example: export OXWEB_HTTPD_ROOT=/usr/local/www/data/ +# Do not forget the last / +# Set +# +# OXWEB_HTTPD_ROOT=/usr/local/www/data +# export OXWEB_HTTPD_ROOT # # #LOGFILE=httpd-rpc-${OXWEB_PORT}.log