How to open port 8080 for Koha? I have installed Koha and configured the koha-httpd.conf to listen to 80 and 8080. Yet http://localhost:8080/ gives Page Load Error (Failed to connect) -- A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects. — Robert Heinlein’s
Hi! The Listen-directive takes care of this: http://httpd.apache.org/docs/1.3/mod/core.html#listen I think the best way to do it is to locate the file ports.conf (mine is found at /etc/apache2/ports.conf). It will probably just contain one line "Listen 80". Add another line, so you get this: Listen 80 Listen 8080 Then restart Apache with something like this, adding "sudo" at the start of the line if you need it: /etc/init.d/apache2 restart Regards, Magnus Enger 2009/6/1 Iman Mukherjee <iman.mukherjee@gmail.com>:
How to open port 8080 for Koha?
I have installed Koha and configured the koha-httpd.conf to listen to 80 and 8080.
Yet http://localhost:8080/ gives Page Load Error (Failed to connect)
-- A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects. — Robert Heinlein’s
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Iman Mukherjee -
Magnus Enger