# # Edit the following two lines as appropriate # protocol="http" hostname=`hostname` # Follow two values derived from Apache config file port=`egrep "^Listen" $GEXTAMP_INSTALLED/conf/httpd.conf | awk '{print $2}'` f4store_port=`expr $port + 1`