User manual
Chapter 10
Apache2 web server is down
If the Apache2 web server is down, you will not be able to connect to the server; you
should see something like this.
Unable to connect
Firefo< cant establish a connection to the server at 127.0.0.2.
The site could be temporarily unavailable or too busy. Try again in a few moments
If you are unable to load any pages, check your computer's network connection
If your computer or network is protected by a firewall or proxy, make sure that Fret .
is permitted to access the Web.
Tr,'
AHgaT:
In such a situation, the first thing to check would be the status of the Apache2 server.
Let's run the command:
koha @linux: - # sudo /etc /init.d /apache2 status
Checking for httpd2:
If Apache2 is not running, run this command to bring the server up:
koha @linux: - # sudo /etc /init.d /apache2 start
Starting httpd2 (prefork)
done
unused
A common reason for Apache2 being down, especially on openSuSE and similar
distributions' is that the machine has been rebooted, and Apache2 has not been
configured to start up at boot time.
To test if this is the case, we use the command
chkconf ig:
koha @linux: /home /koha # sudo chkconfig apache2
apache2
off
[199]