Bug 19518 - Document per-site .psgi files
Summary: Document per-site .psgi files
Status: In Discussion
Alias: None
Product: Koha
Classification: Unclassified
Component: Documentation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Magnus Enger
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-23 18:05 UTC by Magnus Enger
Modified: 2024-09-03 02:11 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Magnus Enger 2017-10-23 18:05:04 UTC
koha-plack uses /etc/koha/plack.psgi by default, but it can also use /etc/koha/sites/${instancename}/plack.psgi if one is present. This should be documented in the manpage of koha-plack and the usage embedded in the script.
Comment 1 David Cook 2024-09-03 02:11:07 UTC
I could see something like...

"koha-plack will start the Plack applications using /etc/koha/sites/${instancename}/plack.psgi if available. Otherwise, it will use /etc/koha/plack.psgi"

Maybe something indicating that per-site plack.psgi is for advanced configuration only, and these files will not be automatically updated during upgrades.