I need help getting apache and koha to talk to each other. It was working just fine, but a tech made a port adjustment on the Linux box while attempting to get a connection through firewall to function. Now at port 80 on the KOHA box I just get the default apache page and port 8080 is refused altogether. Can someone indicate the files I need to adjust and/or point me to a brief explanation of how to correct this problem? Thanks, Mark L. Mark Bruffey Director Library Services Central Baptist Theological Seminary 900 Forestview Lane N Plymouth MN 55441 763 417 8264 mbruffey@centralseminary.edu <mailto:mbruffey@centralseminary.edu> Central Seminary www.centralseminary.edu <http://www.centralseminary.edu> Fourth Baptist Church www.fourthbaptist.org <http://www.fourthbaptist.org> WCTS Radio AM 1030 Online www.centralseminary.edu/wcts <http://www.centralseminary.edu/wcts> *************************************** Have you experienced the good news? "Every one who calls on the name of the Lord will be saved!" [Romans 10:13] ***************************************
Hi Mark, It could be a few things. First check to make sure that your httpd.conf has the following lines: Listen 8080 include /etc/koha-httpd (actually the Listen 8080 could go in /etc/koha-httpd.conf Depending on your distro httpd.conf could be in /etc/ /etc/httpd/conf /etc/apache etc. if you can't find it run the following as root: find / -name httpd.conf -print Let us know what you find, Joshua On Fri, Dec 03, 2004 at 03:58:57PM -0600, Bruffey, Mark wrote:
I need help getting apache and koha to talk to each other. It was working just fine, but a tech made a port adjustment on the Linux box while attempting to get a connection through firewall to function. Now at port 80 on the KOHA box I just get the default apache page and port 8080 is refused altogether. Can someone indicate the files I need to adjust and/or point me to a brief explanation of how to correct this problem?
Thanks,
Mark
L. Mark Bruffey Director Library Services Central Baptist Theological Seminary 900 Forestview Lane N Plymouth MN 55441 763 417 8264
mbruffey@centralseminary.edu <mailto:mbruffey@centralseminary.edu>
Central Seminary www.centralseminary.edu <http://www.centralseminary.edu> Fourth Baptist Church www.fourthbaptist.org <http://www.fourthbaptist.org> WCTS Radio AM 1030 Online www.centralseminary.edu/wcts <http://www.centralseminary.edu/wcts>
*************************************** Have you experienced the good news? "Every one who calls on the name of the Lord will be saved!" [Romans 10:13] ***************************************
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Koha-devel mailing list Koha-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/koha-devel
participants (2)
-
Bruffey, Mark -
Joshua Ferraro