Show
Ignore:
Timestamp:
03/01/08 11:59:42 (8 months ago)
Author:
miker
Message:

adding SRU exmple stanza

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Open-ILS/examples/apache/eg_vhost.conf

    r8645 r8850  
    160160    allow from all 
    161161</Location> 
     162<Location /opac/extras/sru> 
     163    SetHandler perl-script 
     164    PerlHandler OpenILS::WWW::SuperCat::sru_search 
     165    Options +ExecCGI 
     166    PerlSendHeader On 
     167    allow from all 
     168</Location> 
    162169<Location /opac/extras/feed/freshmeat> 
    163170    SetHandler perl-script