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

Last change on this file since 16467 was 16467, checked in by ak19, 16 years ago

Merged GS2's gliserver.pl and gsdlCGI.pm with GS3's gliserver4gs3.pl and gsdlCGI4gs3.pm and moved them into gs2's svn trunk (previously still in GS3's svn trunk). Now there's one set of gliserver files that will work for both GS2 and GS3 remote Greenstone servers.

  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 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
6gsdlhome "/research/ak19/gs2PerlUpdates"
7
8# this is the http address of GSDLHOME
9# if your webservers DocumentRoot is set to $GSDLHOME
10# then httpprefix can remain commented out
11httpprefix /gs2perl
12
13# this is the http address of the directory which
14# contains the images for the interface.
15# if your webservers DocumentRoot is set to $GSDLHOME
16# then httpimg will be /images
17httpimg /gs2perl/images
18
19# should contain the http address of this cgi script. This
20# is not needed if the http server sets the environment variable
21# SCRIPT_NAME
22#gwcgi /cgi-bin/library
23
24# maxrequests is the most requests a fastcgi process
25# will serve before it exits. This can be set to a
26# low figure (like 1) while debugging and then set
27# to a high figure (like 10000) when everything is
28# working well.
29maxrequests 10000
30
31# JAVA_HOME and FEDORA_HOME need to be set when using Greenstone 2
32# with Fedora.
33# full path to javahome
34javahome /opt/jdk1.5.0_10/
35
36# full path to FEDORA_HOME and the major version number of the
37# fedora installation
38fedorahome /research/ak19/fedora
39fedoraversion 2
Note: See TracBrowser for help on using the repository browser.