Hi folks We're trying to set up a little test server on our own: I'm following the instructions on https://wiki.koha-community.org/wiki/Debian and we have a little server running Debian Stretch. We've hit a wall: We've done the following: added the apt key, installed the apt sources.list for oldstable, installed koha-common (apt-get update && apt-get install koha-common), installed MySQL (apt-get install mysql-server), enabled the 'rewrite' and 'cgi' modules for Apache2 and restarted Apache2, edited /etc/koha/koha-sites.conf as follows: DOMAIN=".myDNSname.org" INTRAPORT="8080" INTRAPREFIX="" INTRASUFFIX="" OPACPORT="80" OPACPREFIX="" OPACSUFFIX="" DEFAULTSQL="" ZEBRA_MARC_FORMAT="marc21" ZEBRA_LANGUAGE="en" USE_MEMCACHED="yes" MEMCACHED_SERVERS="127.0.0.1:11211" MEMCACHED_PREFIX="koha_" (so we're configuring for IP address access), Used koha-create to set up the virtual hosts and empty database (koha-create --create-db dmltest), And this is where we've hit the wall. We can't seem to access the Koha installer: Pointing a browser to port 80 of the address gives us the Apache test page, and pointing to port 8080 gives us (on Chrome) error ERR_EMPTY_RESPONSE Can anyone point us to where we've gone wrong? With kind regards from the Dalton McCaughey Library Team Carlos Lopez Dalton McCaughey Library | 29 College Crescent, Parkville, VICTORIA 3052 Ph: 03 9340 8888 ext.1 | library@dml.vic.edu.au | library.dmlibrary.org.au
Hi Carlos, On Mon 21 Oct, 2019, 10:33 AM Carlos Lopez, <clopez@dml.vic.edu.au> wrote: <snipped> (so we're configuring for IP address access),
Can anyone point us to where we've gone wrong?
Did you setup the following lines in /etc/apache2/ports.conf: Listen 8080 Listen 80 And restart Apache2 service? Cheers Indranil Das Gupta L2C2 Technologies
Thank you very much! That seems to have done it. With kind regards from the Dalton McCaughey Library Team Carlos Lopez Dalton McCaughey Library | 29 College Crescent, Parkville, VICTORIA 3052 Ph: 03 9340 8888 ext.1 | library@dml.vic.edu.au<mailto:library@dml.vic.edu.au> | library.dmlibrary.org.au From: Indranil Das Gupta <indradg@gmail.com> Sent: Monday, 21 October 2019 4:07 PM To: Carlos Lopez <clopez@dml.vic.edu.au> Cc: koha <koha@lists.katipo.co.nz> Subject: Re: [Koha] Koha installation woes Hi Carlos, On Mon 21 Oct, 2019, 10:33 AM Carlos Lopez, <clopez@dml.vic.edu.au<mailto:clopez@dml.vic.edu.au>> wrote: <snipped> (so we're configuring for IP address access), Can anyone point us to where we've gone wrong? Did you setup the following lines in /etc/apache2/ports.conf: Listen 8080 Listen 80 And restart Apache2 service? Cheers Indranil Das Gupta L2C2 Technologies Report this message as spam<https://console.mailguard.com.au/ras/1WLnlC8h0i/3bD51pbj046TpNlzIlnu7Z/0.4>
Hi Carlos. Disable the default Apache site (sudo a2dissite 00-default....) Restarted memcached and apache. David Nind | david.nind@gmail.com PO Box 12367, Thorndon, Wellington, New Zealand 6144 m. +64 21 0537 847 On Mon, 21 Oct 2019 at 18:03, Carlos Lopez <clopez@dml.vic.edu.au> wrote:
Hi folks
We're trying to set up a little test server on our own: I'm following the instructions on https://wiki.koha-community.org/wiki/Debian and we have a little server running Debian Stretch.
We've hit a wall:
We've done the following: added the apt key, installed the apt sources.list for oldstable, installed koha-common (apt-get update && apt-get install koha-common), installed MySQL (apt-get install mysql-server), enabled the 'rewrite' and 'cgi' modules for Apache2 and restarted Apache2, edited /etc/koha/koha-sites.conf as follows: DOMAIN=".myDNSname.org" INTRAPORT="8080" INTRAPREFIX="" INTRASUFFIX="" OPACPORT="80" OPACPREFIX="" OPACSUFFIX="" DEFAULTSQL="" ZEBRA_MARC_FORMAT="marc21" ZEBRA_LANGUAGE="en" USE_MEMCACHED="yes" MEMCACHED_SERVERS="127.0.0.1:11211" MEMCACHED_PREFIX="koha_" (so we're configuring for IP address access), Used koha-create to set up the virtual hosts and empty database (koha-create --create-db dmltest), And this is where we've hit the wall. We can't seem to access the Koha installer: Pointing a browser to port 80 of the address gives us the Apache test page, and pointing to port 8080 gives us (on Chrome) error ERR_EMPTY_RESPONSE
Can anyone point us to where we've gone wrong?
With kind regards from the Dalton McCaughey Library Team
Carlos Lopez
Dalton McCaughey Library | 29 College Crescent, Parkville, VICTORIA 3052 Ph: 03 9340 8888 ext.1 | library@dml.vic.edu.au | library.dmlibrary.org.au
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Carlos Lopez -
David Nind -
Indranil Das Gupta