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

Last change on this file since 18699 was 18699, checked in by ak19, 15 years ago

Dr Bainbridge had changed some default values, so that httpprefix and httpimg use greenstone now rather than gsdl.

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