<div dir="ltr">On Sun, Aug 10, 2008 at 12:51 PM, Ryan Laverdiere <span dir="ltr">&lt;<a href="mailto:ryan484lav@gmail.com">ryan484lav@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div style="padding-right: 10px; padding-left: 10px; padding-top: 15px;" bgcolor="#ffffff" name="Compose message area">
<div><font face="Arial" size="2">can I change koha 2.2.9 ports if so 
how?</font></div></div>
<br><br></blockquote></div><br>These are set up in your Apache configuration file for Koha, like so:<br><br>&lt;VirtualHost <a href="http://127.0.0.1:80">127.0.0.1:80</a>&gt;<br><br>You can change 80 to some other value, like 8080. If it&#39;s set to something besides 80, you&#39;ll need to make sure that there is a Listen line at the start of that file, like so (if you chose port 7000):<br>
<br>Listen 7000<br><br>Good luck.<br></div>