# 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 # if you have set httpprefix above, then you will need to modify httpimg to # match that. e.g. if httpprefix is /gsdl, then httpimg should be /gsdl/images httpimg /gsdl/images # this should contain the http address of this cgi script. This # is not needed if the http server sets the environment variable # SCRIPT_NAME # Generally this is not needed with Apache #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. # Only applies if you are using fastcgi maxrequests 10000 # Remote Greenstone Options # 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 # Options for FLI # If using Greenstone's GLIServer to run the Fedora Librarian # Interface (FLI), then you need to set fedora version and fedora home # variables, either below, or as environment variables. # FEDORA_VERSION is the major version number of Fedora and # FEDORA_HOME is the full path to your Fedora installation. # Setting fedorahome and fedoraversion here will over-ride the # FEDORA_HOME and FEDORA_VERSION environment variables. #fedorahome /full/path/to/fedora #fedoraversion 3 # If using Greenstone's GLIServer to run the Fedora Librarian # Interface (FLI), then you need to set the full path to Java either below # or as the JAVA_HOME environment variable. # Setting javahome here will over-ride the JAVA_HOME environment variable. #javahome /full/path/to/j2sdk1.4-or-higher