Hi all,

I found the following detail when installing koha 22.11 on ubuntu 18.4.

######
root@PC:/home/christianjcj# sudo koha-create --create-db biblioteca

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
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

Koha requires mpm_itk to be enabled within Apache in order to run.
Typically this can be enabled with:

    sudo a2dismod mpm_event ; sudo a2enmod mpm_itk

root@PC:/home/christianjcj#

######

Can you help me.

Thank you

-- 
Christian Jhonny Calle Jahuira
Consultor de Sistemas de Informacion
Ingeniero de Sistemas - Bibliotecologia
Email: christian...@gmail.com
Cel: 78977773
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/

Reply via email to