[Koha-bugs] [Bug 15341] Performance - Retrieve all sysprefs at once

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 11 13:00:22 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15341

--- Comment #9 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
/etc/apache2/sites-available/koha.conf
    <Proxy>
      Order deny,allow
      Allow from 127.0.0.1,localhost
    </Proxy>
    <location /cgi-bin/koha/>
      ProxyPass http://localhost:5001/cgi-bin/koha/
    </location>

Then I use plackup with misc/plack/koha.psgi

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list