Install goes fine, but I can only access maintenance mode
I completed the install of Koha (followed https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages). In order to get to Koha I had to also run this: sudo a2dissite 000-default or I would get the apache page… But now, with or without the –intra suffix, it send me straight to the maintenance page… Any ideas? Thanks in advance! Ron ----------------------------------------------------------------------------------------- Ronald Vyhmeister, PhD Academic Dean IT Manager Middle East University Beirut, Lebanon ronald.vyhmeister@meu.edu.lb Mobile:+961-81767015 Technology is dominated by two kinds of people: Those who manage what they do not understand and those who understand that which they do not manage.
Hi Ronald, Can you pls share the version of Koha, OS you are installing on? Are you using Name based virtual hosting or using IP:port based virtual hosting? Can you share the settings of your (a) /etc/koha/koha-sites.conf (b) the output of : sudo apache2ctl -S Cheers Indranil Das Gupta L2C2 Technologies. On Fri 19 Oct, 2018, 7:59 PM Ronald Vyhmeister, < ronald.vyhmeister@meu.edu.lb> wrote:
I completed the install of Koha (followed https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages).
In order to get to Koha I had to also run this:
sudo a2dissite 000-default
or I would get the apache page…
But now, with or without the –intra suffix, it send me straight to the maintenance page… Any ideas?
Thanks in advance!
Ron
-----------------------------------------------------------------------------------------
Ronald Vyhmeister, PhD
Academic Dean
IT Manager
Middle East University
Beirut, Lebanon
ronald.vyhmeister@meu.edu.lb
Mobile:+961-81767015
Technology is dominated by two kinds of people: Those who manage what they do not understand and those who understand that which they do not manage. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Thanks for the quick reply… I’m running Ubuntu 16.04 LTS, fresh install… the Koha version is whatever it got from the packages as per the install instructions. For koha-sites.conf, here are the uncommented lines: DOMAIN="meu.edu.lb" INTRAPORT="80" INTRAPREFIX="" INTRASUFFIX="-intra" OPACPORT="80" OPACPREFIX="" OPACSUFFIX="" DEFAULTSQL="" ZEBRA_MARC_FORMAT="marc21" ZEBRA_LANGUAGE="en" BIBLIOS_INDEXING_MODE="dom" AUTHORITIES_INDEXING_MODE="dom" USE_MEMCACHED="yes" MEMCACHED_SERVERS="127.0.0.1:11211" MEMCACHED_PREFIX="koha_" For sudo apache2ctl -S AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message VirtualHost configuration: *:80 is a NameVirtualHost default server library-opac.meu.edu.lb (/etc/apache2/sites-enabled/library.conf:4) port 80 namevhost library-opac.meu.edu.lb (/etc/apache2/sites-enabled/library.conf:4) port 80 namevhost library-intra.meu.edu.lb (/etc/apache2/sites-enabled/library.conf:23) ServerRoot: "/etc/apache2" Main DocumentRoot: "/var/www/html" Main ErrorLog: "/var/log/apache2/error.log" Mutex default: dir="/var/lock/apache2" mechanism=fcntl Mutex mpm-accept: using_defaults Mutex watchdog-callback: using_defaults Mutex rewrite-map: using_defaults PidFile: "/var/run/apache2/apache2.pid" Define: DUMP_VHOSTS Define: DUMP_RUN_CFG Define: ENABLE_USR_LIB_CGI_BIN Define: instance=library User: name="www-data" id=33 Group: name="www-data" id=33 Thanks for any assistance. Ron ----------------------------------------------------------------------------------------- Ronald Vyhmeister, PhD Academic Dean IT Manager Middle East University Beirut, Lebanon ronald.vyhmeister@meu.edu.lb Mobile:+961-81767015 Technology is dominated by two kinds of people: Those who manage what they do not understand and those who understand that which they do not manage. *From:* Indranil Das Gupta <indradg@gmail.com> *Sent:* Friday, October 19, 2018 5:40 PM *To:* Ronald Vyhmeister <ronald.vyhmeister@meu.edu.lb> *Cc:* koha <koha@lists.katipo.co.nz> *Subject:* Re: [Koha] Install goes fine, but I can only access maintenance mode Hi Ronald, Can you pls share the version of Koha, OS you are installing on? Are you using Name based virtual hosting or using IP:port based virtual hosting? Can you share the settings of your (a) /etc/koha/koha-sites.conf (b) the output of : sudo apache2ctl -S Cheers Indranil Das Gupta L2C2 Technologies. On Fri 19 Oct, 2018, 7:59 PM Ronald Vyhmeister, < ronald.vyhmeister@meu.edu.lb> wrote: I completed the install of Koha (followed https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages). In order to get to Koha I had to also run this: sudo a2dissite 000-default or I would get the apache page… But now, with or without the –intra suffix, it send me straight to the maintenance page… Any ideas? Thanks in advance! Ron ----------------------------------------------------------------------------------------- Ronald Vyhmeister, PhD Academic Dean IT Manager Middle East University Beirut, Lebanon ronald.vyhmeister@meu.edu.lb Mobile:+961-81767015 Technology is dominated by two kinds of people: Those who manage what they do not understand and those who understand that which they do not manage. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Hi Ron, Does opening http://library-opac.meu.edu.lb/ and http://library-intra.meu.edu.lb/ give the same result? Cheers Indranil On Fri 19 Oct, 2018, 8:19 PM Ronald Vyhmeister, < ronald.vyhmeister@meu.edu.lb> wrote:
Thanks for the quick reply…
I’m running Ubuntu 16.04 LTS, fresh install… the Koha version is whatever it got from the packages as per the install instructions.
For koha-sites.conf, here are the uncommented lines:
DOMAIN="meu.edu.lb"
INTRAPORT="80"
INTRAPREFIX=""
INTRASUFFIX="-intra"
OPACPORT="80"
OPACPREFIX=""
OPACSUFFIX=""
DEFAULTSQL=""
ZEBRA_MARC_FORMAT="marc21"
ZEBRA_LANGUAGE="en"
BIBLIOS_INDEXING_MODE="dom"
AUTHORITIES_INDEXING_MODE="dom"
USE_MEMCACHED="yes"
MEMCACHED_SERVERS="127.0.0.1:11211"
MEMCACHED_PREFIX="koha_"
For sudo apache2ctl -S
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
VirtualHost configuration:
*:80 is a NameVirtualHost
default server library-opac.meu.edu.lb (/etc/apache2/sites-enabled/library.conf:4)
port 80 namevhost library-opac.meu.edu.lb (/etc/apache2/sites-enabled/library.conf:4)
port 80 namevhost library-intra.meu.edu.lb (/etc/apache2/sites-enabled/library.conf:23)
ServerRoot: "/etc/apache2"
Main DocumentRoot: "/var/www/html"
Main ErrorLog: "/var/log/apache2/error.log"
Mutex default: dir="/var/lock/apache2" mechanism=fcntl
Mutex mpm-accept: using_defaults
Mutex watchdog-callback: using_defaults
Mutex rewrite-map: using_defaults
PidFile: "/var/run/apache2/apache2.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
Define: ENABLE_USR_LIB_CGI_BIN
Define: instance=library
User: name="www-data" id=33
Group: name="www-data" id=33
Thanks for any assistance.
Ron
-----------------------------------------------------------------------------------------
Ronald Vyhmeister, PhD
Academic Dean
IT Manager
Middle East University
Beirut, Lebanon
ronald.vyhmeister@meu.edu.lb
Mobile:+961-81767015
Technology is dominated by two kinds of people: Those who manage what they do not understand and those who understand that which they do not manage.
*From:* Indranil Das Gupta <indradg@gmail.com> *Sent:* Friday, October 19, 2018 5:40 PM *To:* Ronald Vyhmeister <ronald.vyhmeister@meu.edu.lb> *Cc:* koha <koha@lists.katipo.co.nz> *Subject:* Re: [Koha] Install goes fine, but I can only access maintenance mode
Hi Ronald,
Can you pls share the version of Koha, OS you are installing on?
Are you using Name based virtual hosting or using IP:port based virtual hosting?
Can you share the settings of your
(a) /etc/koha/koha-sites.conf
(b) the output of : sudo apache2ctl -S
Cheers
Indranil Das Gupta
L2C2 Technologies.
On Fri 19 Oct, 2018, 7:59 PM Ronald Vyhmeister, < ronald.vyhmeister@meu.edu.lb> wrote:
I completed the install of Koha (followed https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages).
In order to get to Koha I had to also run this:
sudo a2dissite 000-default
or I would get the apache page…
But now, with or without the –intra suffix, it send me straight to the maintenance page… Any ideas?
Thanks in advance!
Ron
-----------------------------------------------------------------------------------------
Ronald Vyhmeister, PhD
Academic Dean
IT Manager
Middle East University
Beirut, Lebanon
ronald.vyhmeister@meu.edu.lb
Mobile:+961-81767015
Technology is dominated by two kinds of people: Those who manage what they do not understand and those who understand that which they do not manage. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Also is your DNS serving the library-opac.meu.edu.lb and library-intra.meu.edu.lb hostnames? If not using DNS, are you using the hosts file to resolve the hostnames? -idg On Fri 19 Oct, 2018, 8:35 PM Indranil Das Gupta, <indradg@gmail.com> wrote:
Hi Ron,
Does opening
http://library-opac.meu.edu.lb/
and
http://library-intra.meu.edu.lb/
give the same result?
Cheers Indranil
On Fri 19 Oct, 2018, 8:19 PM Ronald Vyhmeister, < ronald.vyhmeister@meu.edu.lb> wrote:
Thanks for the quick reply…
I’m running Ubuntu 16.04 LTS, fresh install… the Koha version is whatever it got from the packages as per the install instructions.
For koha-sites.conf, here are the uncommented lines:
DOMAIN="meu.edu.lb"
INTRAPORT="80"
INTRAPREFIX=""
INTRASUFFIX="-intra"
OPACPORT="80"
OPACPREFIX=""
OPACSUFFIX=""
DEFAULTSQL=""
ZEBRA_MARC_FORMAT="marc21"
ZEBRA_LANGUAGE="en"
BIBLIOS_INDEXING_MODE="dom"
AUTHORITIES_INDEXING_MODE="dom"
USE_MEMCACHED="yes"
MEMCACHED_SERVERS="127.0.0.1:11211"
MEMCACHED_PREFIX="koha_"
For sudo apache2ctl -S
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
VirtualHost configuration:
*:80 is a NameVirtualHost
default server library-opac.meu.edu.lb (/etc/apache2/sites-enabled/library.conf:4)
port 80 namevhost library-opac.meu.edu.lb (/etc/apache2/sites-enabled/library.conf:4)
port 80 namevhost library-intra.meu.edu.lb (/etc/apache2/sites-enabled/library.conf:23)
ServerRoot: "/etc/apache2"
Main DocumentRoot: "/var/www/html"
Main ErrorLog: "/var/log/apache2/error.log"
Mutex default: dir="/var/lock/apache2" mechanism=fcntl
Mutex mpm-accept: using_defaults
Mutex watchdog-callback: using_defaults
Mutex rewrite-map: using_defaults
PidFile: "/var/run/apache2/apache2.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
Define: ENABLE_USR_LIB_CGI_BIN
Define: instance=library
User: name="www-data" id=33
Group: name="www-data" id=33
Thanks for any assistance.
Ron
-----------------------------------------------------------------------------------------
Ronald Vyhmeister, PhD
Academic Dean
IT Manager
Middle East University
Beirut, Lebanon
ronald.vyhmeister@meu.edu.lb
Mobile:+961-81767015
Technology is dominated by two kinds of people: Those who manage what they do not understand and those who understand that which they do not manage.
*From:* Indranil Das Gupta <indradg@gmail.com> *Sent:* Friday, October 19, 2018 5:40 PM *To:* Ronald Vyhmeister <ronald.vyhmeister@meu.edu.lb> *Cc:* koha <koha@lists.katipo.co.nz> *Subject:* Re: [Koha] Install goes fine, but I can only access maintenance mode
Hi Ronald,
Can you pls share the version of Koha, OS you are installing on?
Are you using Name based virtual hosting or using IP:port based virtual hosting?
Can you share the settings of your
(a) /etc/koha/koha-sites.conf
(b) the output of : sudo apache2ctl -S
Cheers
Indranil Das Gupta
L2C2 Technologies.
On Fri 19 Oct, 2018, 7:59 PM Ronald Vyhmeister, < ronald.vyhmeister@meu.edu.lb> wrote:
I completed the install of Koha (followed https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages).
In order to get to Koha I had to also run this:
sudo a2dissite 000-default
or I would get the apache page…
But now, with or without the –intra suffix, it send me straight to the maintenance page… Any ideas?
Thanks in advance!
Ron
-----------------------------------------------------------------------------------------
Ronald Vyhmeister, PhD
Academic Dean
IT Manager
Middle East University
Beirut, Lebanon
ronald.vyhmeister@meu.edu.lb
Mobile:+961-81767015
Technology is dominated by two kinds of people: Those who manage what they do not understand and those who understand that which they do not manage. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Thank you for your responses… just got to test it… For now, I’m using hosts… and library-intra.meu.edu.lb worked great to complete the installation… Thanks for the help. Ron ----------------------------------------------------------------------------------------- Ronald Vyhmeister, PhD Academic Dean IT Manager Middle East University Beirut, Lebanon ronald.vyhmeister@meu.edu.lb Mobile:+961-81767015 Technology is dominated by two kinds of people: Those who manage what they do not understand and those who understand that which they do not manage. *From:* Indranil Das Gupta <indradg@gmail.com> *Sent:* Friday, October 19, 2018 6:09 PM *To:* Ronald Vyhmeister <ronald.vyhmeister@meu.edu.lb> *Cc:* koha <koha@lists.katipo.co.nz> *Subject:* Re: [Koha] Install goes fine, but I can only access maintenance mode Also is your DNS serving the library-opac.meu.edu.lb and library-intra.meu.edu.lb hostnames? If not using DNS, are you using the hosts file to resolve the hostnames? -idg On Fri 19 Oct, 2018, 8:35 PM Indranil Das Gupta, <indradg@gmail.com> wrote: Hi Ron, Does opening http://library-opac.meu.edu.lb/ and http://library-intra.meu.edu.lb/ give the same result? Cheers Indranil On Fri 19 Oct, 2018, 8:19 PM Ronald Vyhmeister, < ronald.vyhmeister@meu.edu.lb> wrote: Thanks for the quick reply… I’m running Ubuntu 16.04 LTS, fresh install… the Koha version is whatever it got from the packages as per the install instructions. For koha-sites.conf, here are the uncommented lines: DOMAIN="meu.edu.lb" INTRAPORT="80" INTRAPREFIX="" INTRASUFFIX="-intra" OPACPORT="80" OPACPREFIX="" OPACSUFFIX="" DEFAULTSQL="" ZEBRA_MARC_FORMAT="marc21" ZEBRA_LANGUAGE="en" BIBLIOS_INDEXING_MODE="dom" AUTHORITIES_INDEXING_MODE="dom" USE_MEMCACHED="yes" MEMCACHED_SERVERS="127.0.0.1:11211" MEMCACHED_PREFIX="koha_" For sudo apache2ctl -S AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message VirtualHost configuration: *:80 is a NameVirtualHost default server library-opac.meu.edu.lb (/etc/apache2/sites-enabled/library.conf:4) port 80 namevhost library-opac.meu.edu.lb (/etc/apache2/sites-enabled/library.conf:4) port 80 namevhost library-intra.meu.edu.lb (/etc/apache2/sites-enabled/library.conf:23) ServerRoot: "/etc/apache2" Main DocumentRoot: "/var/www/html" Main ErrorLog: "/var/log/apache2/error.log" Mutex default: dir="/var/lock/apache2" mechanism=fcntl Mutex mpm-accept: using_defaults Mutex watchdog-callback: using_defaults Mutex rewrite-map: using_defaults PidFile: "/var/run/apache2/apache2.pid" Define: DUMP_VHOSTS Define: DUMP_RUN_CFG Define: ENABLE_USR_LIB_CGI_BIN Define: instance=library User: name="www-data" id=33 Group: name="www-data" id=33 Thanks for any assistance. Ron ----------------------------------------------------------------------------------------- Ronald Vyhmeister, PhD Academic Dean IT Manager Middle East University Beirut, Lebanon ronald.vyhmeister@meu.edu.lb Mobile:+961-81767015 Technology is dominated by two kinds of people: Those who manage what they do not understand and those who understand that which they do not manage. *From:* Indranil Das Gupta <indradg@gmail.com> *Sent:* Friday, October 19, 2018 5:40 PM *To:* Ronald Vyhmeister <ronald.vyhmeister@meu.edu.lb> *Cc:* koha <koha@lists.katipo.co.nz> *Subject:* Re: [Koha] Install goes fine, but I can only access maintenance mode Hi Ronald, Can you pls share the version of Koha, OS you are installing on? Are you using Name based virtual hosting or using IP:port based virtual hosting? Can you share the settings of your (a) /etc/koha/koha-sites.conf (b) the output of : sudo apache2ctl -S Cheers Indranil Das Gupta L2C2 Technologies. On Fri 19 Oct, 2018, 7:59 PM Ronald Vyhmeister, < ronald.vyhmeister@meu.edu.lb> wrote: I completed the install of Koha (followed https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages). In order to get to Koha I had to also run this: sudo a2dissite 000-default or I would get the apache page… But now, with or without the –intra suffix, it send me straight to the maintenance page… Any ideas? Thanks in advance! Ron ----------------------------------------------------------------------------------------- Ronald Vyhmeister, PhD Academic Dean IT Manager Middle East University Beirut, Lebanon ronald.vyhmeister@meu.edu.lb Mobile:+961-81767015 Technology is dominated by two kinds of people: Those who manage what they do not understand and those who understand that which they do not manage. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Indranil Das Gupta -
Ronald Vyhmeister