Ignore:
Timestamp:
2010-08-13T20:33:12+12:00 (14 years ago)
Author:
ak19
Message:

3rd commit to do with having a relocatable collect dir. Changes to linux script and conf file (windows already changed in 2nd commit): Apache-httpd's conf file needs to have a collecthome alias section. GSI-control.sh writes in the value taken from gsdlsite.cfg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/packages/apache-httpd/httpd.conf.in

    r21810 r22635  
    426426     Allow from 127.0.0.1 **HOST_IP**
    427427  </Directory>
     428
     429  Alias /greenstone/collect "**COLLECTHOME**"
     430  <Directory "**COLLECTHOME**">
     431     Options Indexes MultiViews FollowSymLinks
     432     AllowOverride None
     433     Order deny,allow
     434     **CONNECTPERMISSION** from all
     435     Allow from 127.0.0.1 **HOST_IP**
     436  </Directory> 
    428437 
    429438  Alias /greenstone "**GSDLHOME**"
Note: See TracChangeset for help on using the changeset viewer.