Bug 19168

Summary: Non-Debian koha-httpd.conf prevents oai.pl from working
Product: Koha Reporter: David Cook <dcook>
Component: Web servicesAssignee: Bugs List <koha-bugs>
Status: RESOLVED LATER QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description David Cook 2017-08-24 05:24:43 UTC
The following block in koha-httpd.conf prevents oai.pl from working in a web browser:

# Secure internal stuff
   <DirectoryMatch "__OPAC_WWW_DIR__/.*/(modules|xslt|includes)">
      Order deny,allow
      Deny from all
   </DirectoryMatch>

You get a 403 for /opac-tmpl/xslt/OAI.xslt which prevents the HTML from displaying.
Comment 1 David Cook 2022-12-06 06:29:04 UTC
Closing this due to age