This is a basic Apache webserver administration question and not really specific to Koha.&nbsp; You can either use NameVirtualHost and DNS, or IP-based or port-based vhosts.&nbsp; Right now you are getting the apache default site.&nbsp; You can disable that with:<br>
<br><div style="margin-left: 40px;">sudo a2dissite default<br></div><br>And maybe your site will come up (just because it will be the last thing enabled on port 80.)&nbsp;  <br><br>Did you test your Listen 8080 line at: <a href="http://10.3.33.15:8080">10.3.33.15:8080</a> ?<br>
<br>--Joe<br><br><div class="gmail_quote">On Thu, Feb 19, 2009 at 2:30 PM, Darla Grediagin <span dir="ltr">&lt;<a href="mailto:dgrediagin@bssd.org">dgrediagin@bssd.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Good morning,<br>
<br>
I am have gotten Linux working on the server, I have Koha installed, now<br>
the problem is to match the two together. &nbsp;When I go to the server I get<br>
a big message that says *&#39;It works&#39;* &nbsp;While this feels great and is<br>
steps beyond where I have gotten before, I now need to get Koha to come<br>
up on that website.<br>
<br>
I have edited /etc/apache2/ports.conf and added the line Listen 8080<br>
<br>
When I restart apache2ctl, It tells be that it is using 10.3.33.15 for<br>
its name because it can&#39;t determine the server&#39;s fully qualified domain<br>
name. &nbsp;This is fine for when I go to 10.3.13.15 that is where i get the<br>
above statement.<br>
<br>
If this makes sense to someone out there, please let me know. &nbsp;It is all<br>
Greek to me.<br>
<br>
Thank you in advance,<br>
<br>
Darla<br>
<br>
--<br>
Darla Grediagin<br>
District Librarian<br>
Bering Strait School District<br>
Unalakleet, Alaska<br>
Web Address : <a href="http://bssdonline.org/course/view.php?id=51" target="_blank">http://bssdonline.org/course/view.php?id=51</a><br>
Blog: <a href="http://aklibrarian1.edublogs.org/" target="_blank">http://aklibrarian1.edublogs.org/</a><br>
OPAC: &nbsp;<a href="http://opac.bssd.org:8181/cgi-bin/koha/opac-search.pl" target="_blank">http://opac.bssd.org:8181/cgi-bin/koha/opac-search.pl</a><br>
<br>
_______________________________________________<br>
Koha mailing list<br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
</blockquote></div><br>