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

Last change on this file since 14026 was 14026, checked in by qq6, 17 years ago

correct a mistake commit

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