logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache running on fresh Ubuntu 20.04 install, but not servin
Author
LiamA



Joined: 01 Nov 2017
Posts: 2

PostPosted: Sun 18 Oct '20 20:00    Post subject: Apache running on fresh Ubuntu 20.04 install, but not servin Reply with quote

I have a windows 10 host machine on which I'm using Vagrant and VirtualBox to run a guest Ubuntu 16.04 (Xenial) with LAMP installed. I'm trying to set up another Ubuntu 20.04 guest (Focal Fossa) but can't get Apache to work. I'm talking about a clean 20.04 installation on which I only installed Apache.

Whenever I try to get the Apache welcome page by going in the browser to 192.168.33.10 I get a 404 page not found error. Underneath a line there is the apache2 signature: Apache/2.4.41 (Ubuntu) Server at 192.168.33.10 Port 80

When looking in Apache's error log: /var/log/apache2/error.log

It's all a repetition of the following 3 notices:

Code:
[Sun Oct 18 12:58:52.845730 2020] [mpm_event:notice] [pid 677:tid 139638138522688] AH00491: caught SIGTERM, shutting down

[Sun Oct 18 13:01:47.337510 2020] [mpm_event:notice] [pid 669:tid 140187409833024] AH00489: Apache/2.4.41 (Ubuntu) configur>

[Sun Oct 18 13:01:47.338017 2020] [core:notice] [pid 669:tid 140187409833024] AH00094: Command line: '/usr/sbin/apache2'


Any idea what could be causing this?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Mon 19 Oct '20 14:40    Post subject: Reply with quote

You will find more info in the access log.

However running

sudo apache2ctl -S will show the vhost config files. It helps to find the vhost that causes the 404 / file not found.
Back to top


Reply to topic   Topic: Apache running on fresh Ubuntu 20.04 install, but not servin View previous topic :: View next topic
Post new topic   Forum Index -> Apache