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

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

Now generated from '.in' file, and no longer under SVN control

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