Ignore:
Timestamp:
2010-08-12T17:43:37+12:00 (14 years ago)
Author:
ak19
Message:

Still ticket 152: allowing other collectdirs. For the apache web server to display images in a collection, the httpd.conf file must be set up for it

File:
1 edited

Legend:

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

    r20634 r22613  
    491491     Allow from 127.0.0.1 **HOST_IP**
    492492  </Directory>
     493 
     494  Alias /greenstone/collect "**COLLECTHOME**"
     495  <Directory "**COLLECTHOME**">
     496     Options Indexes MultiViews FollowSymLinks
     497     AllowOverride None
     498     Order deny,allow
     499     **CONNECTPERMISSION** from all
     500     Allow from 127.0.0.1 **HOST_IP**
     501  </Directory>
    493502
    494503  Alias /greenstone "**GSDLHOME**"
Note: See TracChangeset for help on using the changeset viewer.