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
RevLine 
[952]1# this file should be placed in the same directory as your library
[8115]2# executable file. it defines parameters that are particular to a
3# given site, and therefore should be edited to suit your site.
[952]4
5# points to the GSDLHOME directory
[14026]6gsdlhome **GSDLHOME**
[952]7
8# this is the http address of GSDLHOME
[1157]9# if your webservers DocumentRoot is set to $GSDLHOME
10# then httpprefix can remain commented out
[4143]11#httpprefix /gsdl
[952]12
13# this is the http address of the directory which
14# contains the images for the interface.
[1157]15# if your webservers DocumentRoot is set to $GSDLHOME
[1135]16# then httpimg will be /images
[4143]17httpimg /images
[952]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
[1038]22#gwcgi /cgi-bin/library
[952]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.
[4143]29maxrequests 10000
Note: See TracBrowser for help on using the repository browser.