Bug 19168 - Non-Debian koha-httpd.conf prevents oai.pl from working
Summary: Non-Debian koha-httpd.conf prevents oai.pl from working
Status: RESOLVED LATER
Alias: None
Product: Koha
Classification: Unclassified
Component: Web services (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-24 05:24 UTC by David Cook
Modified: 2022-12-06 06:29 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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