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

Last change on this file since 15170 was 15170, checked in by ak19, 16 years ago

2 changes: 1. added file-exists command and matching routine file_exists; 2. modified

  • 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 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 "/research/ak19/Greenstone2SVN/gsdl"
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
11httpprefix /gsdlsvn
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 /gsdlsvn/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.