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

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

.in file from which a local copy is made (not under SVN control) that can be tailored to a specific setup

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.