| Summary: | Protect static files served by Apache | ||
|---|---|---|---|
| Product: | Koha | Reporter: | David Cook <dcook> | 
| Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> | 
| Status: | NEW --- | QA Contact: | Testopia <testopia> | 
| Severity: | enhancement | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31380 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 | 
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| 
 
        
          Description
        
        
          David Cook
        
        
        
        
          2024-08-08 23:49:38 UTC
        
       
    I suppose we could actually use "mod_authnz_fcgi" and https://metacpan.org/pod/Plack::Handler::FCGI to run a backend Koha authenticator. Although it looks like mod_authnz_fcgi only supports TCP sockets and not Unix sockets, unfortunately. That's a buzzkill. I guess there could be 1 FCGI Koha authenticator which serves all Koha instances on a server. That would probably be more efficient anyway. Interesting idea...  |