source: main/trunk/greenstone2/common-src/cgi-bin/gsdlsite.cfg.in@ 31960

Last change on this file since 31960 was 24765, checked in by ak19, 13 years ago

Undoing previous commit to gsdlsite.cfg.in and gsicontrol.bat where a tab separated gsdlhome property key from its value, so that spaces in the filepath could be preserved on Windows. The new method first puts back gsicontrol.bat to how it used to read the gsdlhome property line and parse it differently in order to get the gsdlhome value correctly if there are spaces in it.

File size: 2.8 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 Greenstone)
8gsdlhome **GSDLHOME**
9
10# this is the http address of GSDLHOME
11# if your webserver's DocumentRoot is set to $GSDLHOME
12# then httpprefix can be commented out
13httpprefix /greenstone
14
15# this is the http address of the Greenstone web directory (which contains
16# images, style etc)
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
20
21# this should contain the http address of the library.cgi script. This
22# is not needed if the http server sets the environment variable
23# SCRIPT_NAME
24# Generally this is not needed with Apache
25#gwcgi /greenstone/cgi-bin/library.cgi
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
35# Remote Greenstone Options (for server side)
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
55# Interface (FLI), then you need to set the full path to Java either as below
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
60# Options for Open Office (used in converting Office documents)
61
62# If using Open Office on Windows, then you can optionally customise the
63# following properties (defaults are as shown). E.g. if Open Office is not
64# located in C:\Program Files\OpenOffice.org 3\program, then you'll want
65# to provide its new path by specifying soffice_home.
66#soffice_home "C:\Program Files\OpenOffice.org 3\program"
67#soffice_host 127.0.0.1
68#soffice_port 8200
69#jodconverter_port 8100
70
71# Leave an empty line at the end
Note: See TracBrowser for help on using the repository browser.