# this file should be placed in the same directory as your library # executable file. it defines parameters that are particular to a # given site, and therefore should be edited to suit your site. # points to the GSDLHOME directory gsdlhome "/research/ak19/Greenstone2SVN/gsdl" # this is the http address of GSDLHOME # if your webservers DocumentRoot is set to $GSDLHOME # then httpprefix can remain commented out httpprefix /gsdlsvn # this is the http address of the directory which # contains the images for the interface. # if your webservers DocumentRoot is set to $GSDLHOME # then httpimg will be /images httpimg /gsdlsvn/images # should contain the http address of this cgi script. This # is not needed if the http server sets the environment variable # SCRIPT_NAME #gwcgi /cgi-bin/library # maxrequests is the most requests a fastcgi process # will serve before it exits. This can be set to a # low figure (like 1) while debugging and then set # to a high figure (like 10000) when everything is # working well. maxrequests 10000