source: trunk/gsdl/cgi-bin/gsdlsite.cfg@ 4090

Last change on this file since 4090 was 4088, checked in by dana, 21 years ago

obfuscation code for IP addrs in report ID number added

  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1# this file should be placed in the same directory as your library
2# executable file. it should be edited to suit your site.
3
4# points to the GSDLHOME directory
5gsdlhome /nzdl/public_html/dana/gsdl
6
7# this is the http address of GSDLHOME
8# if your webservers DocumentRoot is set to $GSDLHOME
9# then httpprefix can remain commented out
10httpprefix http://nzdl2.cs.waikato.ac.nz/dana/gsdl
11
12# this is the http address of the directory which
13# contains the images for the interface.
14# if your webservers DocumentRoot is set to $GSDLHOME
15# then httpimg will be /images
16httpimg http://nzdl2.cs.waikato.ac.nz/dana/gsdl/images
17
18# should contain the http address of this cgi script. This
19# is not needed if the http server sets the environment variable
20# SCRIPT_NAME
21#gwcgi /cgi-bin/library
22
23# maxrequests is the most requests a fastcgi process
24# will serve before it exits. This can be set to a
25# low figure (like 1) while debugging and then set
26# to a high figure (like 10000) when everything is
27# working well.
28maxrequests 1
Note: See TracBrowser for help on using the repository browser.