10 Aug
2008
10 Aug
'08
9:02 p.m.
On Sun, Aug 10, 2008 at 12:51 PM, Ryan Laverdiere <ryan484lav@gmail.com>wrote:
can I change koha 2.2.9 ports if so how?
These are set up in your Apache configuration file for Koha, like so: <VirtualHost 127.0.0.1:80> You can change 80 to some other value, like 8080. If it's set to something besides 80, you'll need to make sure that there is a Listen line at the start of that file, like so (if you chose port 7000): Listen 7000 Good luck.