# 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 **GSDLHOME** # this is the http address of GSDLHOME # if your webservers DocumentRoot is set to $GSDLHOME # then httpprefix can remain commented out #httpprefix /gsdl # 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 /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 # If the GLIServer will be used to run the Fedora Librarian # Interface (FLI), set FEDORA_VERSION (the major version number # of Fedora) and set FEDORA_HOME to be the full path to your # Fedora installation. # Setting fedorahome and fedoraversion here will overwrite the # environment variables FEDORA_HOME and FEDORA_VERSION if set. #fedorahome /full/path/to/fedora #fedoraversion 3 # If JAVA_HOME is set, setting the following will overwrite it. # If using Greenstone 2's GLIServer to run the Fedora Librarian # Interface (FLI), then you need to set the full path to # JAVA_HOME either below or as an environment variable. #javahome /full/path/to/j2sdk1.4/or/higher # If Perl is not already on your PATH, set the following to the # full path of the perl bin directory (Perl's parent folder) # and it will be prepended to the PATH. #perlpath /usr/bin