source: gs2-extensions/afrepo/trunk/src/AFR-SETUP.sh@ 27598

Last change on this file since 27598 was 27598, checked in by davidb, 11 years ago

Used to control the hostname and port services run on

File size: 248 bytes
Line 
1#
2# Edit the following two lines as appropriate
3#
4
5protocol="http"
6hostname=`hostname`
7
8# Follow two values derived from Apache config file
9port=`egrep "^Listen" $GEXTAMP_INSTALLED/conf/httpd.conf | awk '{print $2}'`
10f4store_port=`expr $port + 1`
11
Note: See TracBrowser for help on using the repository browser.