source: branches/New_Config_Format-branch/gsdl/cgi-bin/gsdlsite.cfg@ 1279

Last change on this file since 1279 was 1279, checked in by sjboddie, 24 years ago

merged changes to trunk into New_Config_Format branch

  • Property svn:keywords set to Author Date Id Revision
File size: 951 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 **GSDLHOME**
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
10#httpprefix /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 /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.