https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37947
Manfred R. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Manfred R. <[email protected]> --- The following is regarding my standard KOHA installation (according to http://wiki.koha-community.org/wiki/Debian) under Ubuntu Server 24.x with Apache 2. My successfully tested workaround makes use of the apache "substitute" module: - Edit /etc/apache2/sites-available/<koha-instance name>.conf - In the "intranet" virtualhost section, add the following two lines: SetOutputFilter SUBSTITUTE Substitute 's|frameworkcode=Default|frameworkcode=|nq' - sudo a2enmod substitute - sudo systemctl restart apache2 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
