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

Last change on this file since 19682 was 19236, checked in by kjdon, 15 years ago

changed a comment

File size: 2.3 KB
RevLine 
[18475]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
[18744]6# This must be set, and must point to the top level Greenstone directory
7# (usually gsdl or Greenstone)
[18475]8gsdlhome **GSDLHOME**
9
10# this is the http address of GSDLHOME
[18744]11# if your webserver's DocumentRoot is set to $GSDLHOME
12# then httpprefix can be commented out
[18675]13httpprefix /greenstone
[18475]14
[19108]15# this is the http address of the Greenstone web directory (which contains
[19236]16# images, style etc)
[19108]17# if your web directory is a top level folder inside $GSDLHOME, then this
18# can remain commented out, and will default to httpprefix/web
19#httpweb /greenstone/web
[18475]20
[18744]21# this should contain the http address of the library.cgi script. This
[18475]22# is not needed if the http server sets the environment variable
23# SCRIPT_NAME
24# Generally this is not needed with Apache
[18675]25#gwcgi /greenstone/cgi-bin/library.cgi
[18475]26
27# maxrequests is the most requests a fastcgi process
28# will serve before it exits. This can be set to a
29# low figure (like 1) while debugging and then set
30# to a high figure (like 10000) when everything is
31# working well.
32# Only applies if you are using fastcgi
33maxrequests 10000
34
[18744]35# Remote Greenstone Options (for server side)
[18475]36
37# If Perl is not already on your PATH, set the following to the
38# full path of the perl bin directory (Perl's parent folder)
39# and it will be prepended to the PATH.
40#perlpath /usr/bin
41
42# Options for FLI
43
44# If using Greenstone's GLIServer to run the Fedora Librarian
45# Interface (FLI), then you need to set fedora version and fedora home
46# variables, either below, or as environment variables.
47# FEDORA_VERSION is the major version number of Fedora and
48# FEDORA_HOME is the full path to your Fedora installation.
49# Setting fedorahome and fedoraversion here will over-ride the
50# FEDORA_HOME and FEDORA_VERSION environment variables.
51#fedorahome /full/path/to/fedora
52#fedoraversion 3
53
54# If using Greenstone's GLIServer to run the Fedora Librarian
[18744]55# Interface (FLI), then you need to set the full path to Java either as below
[18475]56# or as the JAVA_HOME environment variable.
57# Setting javahome here will over-ride the JAVA_HOME environment variable.
58#javahome /full/path/to/j2sdk1.4-or-higher
59
Note: See TracBrowser for help on using the repository browser.