source: trunk/protemix/src/recpt/gsdlsite.cfg@ 3162

Last change on this file since 3162 was 3162, checked in by sjboddie, 22 years ago

Initial revision

  • Property svn:keywords set to Author Date Id Revision
File size: 958 bytes
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 /usr/local/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 /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 /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 10000
Note: See TracBrowser for help on using the repository browser.