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