Changeset 23231


Ignore:
Timestamp:
2010-10-27T14:33:48+13:00 (13 years ago)
Author:
kjdon
Message:

changed the URL parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/etc/oai.cfg

    r23223 r23231  
    2626# Strings containing spaces should be enclosed in double quotes ""
    2727
    28 #the baseURL used by the oaiserver
    29 #Example: baseURL "http://your-domain-name/greenstone/cgi-bin/oaiserver.cgi"
    30 baseURL "your-own-baseURL-goes-here"
     28# The base URL of the web server. Must include the port number if not using
     29# port 80.  Will be automatically generated by the oaiserver program if not
     30# specified here, but will use 'xxx.xxx.xxx.xxx' IP address, not a nice
     31# 'www.mylibrary.com' human-readable address.
     32#baseServerURL "http://your-domain-name:port"
    3133
    32 # the base URL used by the Greenstone library
    33 #Example: baseLibraryURL "http://your-domain-name/greenstone/cgi-bin/library.cgi"
    34 baseLibraryURL "your-own-base-Library-URL-goes-here"
     34# the relative base path of the oaiserver.cgi
     35oaiserverPath "/greenstone/cgi-bin/oaiserver.cgi"
    3536
    36 # the base address of gsdl directory
    37 #Example: baseDocRoot "http://your-domain-name/greenstone"
    38 baseDocRoot "your-own-base-document-root-goes-here"
     37# the relative base path of the Greenstone library.cgi
     38libraryPath "/greenstone/cgi-bin/library.cgi"
     39
     40# the relative base document root
     41docRootPath "/greenstone"
    3942
    4043# The OAI repository name - human readable
Note: See TracChangeset for help on using the changeset viewer.