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

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

Optional property perlpath reintroduced.

  • Property svn:keywords set to Author Date Id Revision
File size: 1.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
6gsdlhome **GSDLHOME**
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
11#httpprefix /gsdl
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 /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# If you wish to use Fedora with Greenstone2's GLI Server, then
32# you need to set the full paths to JAVA_HOME and FEDORA_HOME
33# here as well as the major version of fedora
34#javahome /full/path/to/j2sdk1.4.2_13
35#fedorahome /full/path/to/fedora
36#fedoraversion 3
37
38# If you want to set this, set it to the full path to the perl
39# bin directory (Perl's parent folder)
40#perlpath /usr/bin
Note: See TracBrowser for help on using the repository browser.