Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document changes to Apache config? #24

Closed
MagnusEnger opened this issue Oct 13, 2017 · 1 comment
Closed

Document changes to Apache config? #24

MagnusEnger opened this issue Oct 13, 2017 · 1 comment

Comments

@MagnusEnger
Copy link

MagnusEnger commented Oct 13, 2017

To get the OPAC scripts to do anything I had to add this to my Apache site config:

   ScriptAlias /plugin/Koha/Plugin/EDS/opac /var/lib/koha/prv/plugins/Koha/Plugin/EDS/opac
   Alias /plugin "/var/lib/koha/prv/plugins"
   # The stanza below is needed for Apache 2.4+
   <Directory /var/lib/koha/prv/plugins>
      Options Indexes FollowSymLinks
      AllowOverride None
      Require all granted
   </Directory>

Is that considered to be part of enabling plugins in Koha, or should it be documented somewhere?

@alvetm
Copy link
Contributor

alvetm commented Feb 17, 2018

There is some documentation on Apache-Setup in the wiki for Debian and Ubuntu.
https://github.com/ebsco/edsapi-koha-plugin/wiki/Apache-Setup

Thanks for sharing this config too Magnus - I have added a link from that Wiki entry to this issue too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants