Changeset 18334


Ignore:
Timestamp:
2009-01-08T13:14:30+13:00 (15 years ago)
Author:
kjdon
Message:

changed the comments to hopefully make this a bit clearer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/cgi-bin/gsdlsite.cfg

    r16510 r18334  
    44
    55# points to the GSDLHOME directory
     6# This must be set, and must point to the top level Greenstone directory
     7# (usually gsdl or Greenstone2)
    68gsdlhome    **GSDLHOME**
    79
     
    1517# if your webservers DocumentRoot is set to $GSDLHOME
    1618# 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
    1721httpimg     /images
    1822
    19 # should contain the http address of this cgi script. This
     23# this should contain the http address of this cgi script. This
    2024# is not needed if the http server sets the environment variable
    2125# SCRIPT_NAME
     26# Generally this is not needed with Apache
    2227#gwcgi       /cgi-bin/library
    2328
     
    2732# to a high figure (like 10000) when everything is
    2833# working well.
     34# Only applies if you are using fastcgi
    2935maxrequests 10000
    3036
    31 # If the GLIServer will be used to run the Fedora Librarian
    32 # Interface (FLI), set FEDORA_VERSION (the major version number
    33 # of Fedora) and set FEDORA_HOME to be the full path to your
    34 # Fedora installation.
    35 # Setting fedorahome and fedoraversion here will overwrite the
    36 # environment variables FEDORA_HOME and FEDORA_VERSION if set.
    37 #fedorahome /full/path/to/fedora
    38 #fedoraversion 3
    39 
    40 # If JAVA_HOME is set, setting the following will overwrite it.
    41 # If using Greenstone 2's GLIServer to run the Fedora Librarian
    42 # Interface (FLI), then you need to set the full path to
    43 # JAVA_HOME either below or as an environment variable.
    44 #javahome /full/path/to/j2sdk1.4/or/higher
     37# Remote Greenstone Options
    4538
    4639# If Perl is not already on your PATH, set the following to the
     
    4841# and it will be prepended to the PATH.
    4942#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 TracChangeset for help on using the changeset viewer.