https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26625
--- Comment #2 from Julian Maurice <[email protected]> --- Test plan: 1. Do not apply the patch yet 2. Run `hypnotoad bin/opac` and see that it listens on "http://*:8080" (its default value) 3. Run `hypnotoad -s bin/opac` to stop it 4. Repeat steps 2-3 for intranet 5. Apply the patch 6. Copy the <mojolicious> section from etc/koha-conf.xml to your $KOHA_CONF 7. Change the value of //mojolicious/opac/config/hypnotoad/listen in your $KOHA_CONF to "http://*:8181" 8. Run `hypnotoad bin/opac` and see that it now listens on port 8181 9. Run `hypnotoad -s bin/opac` to stop it 10. Repeat steps 7-9 for intranet -- 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/
