Linux Lite Forums

Hardware - Support => Start up and Shutdown => Topic started by: jeffvanderdoes on November 16, 2017, 09:40:26 PM

Title: Apache problem??
Post by: jeffvanderdoes on November 16, 2017, 09:40:26 PM
All,

I'm running 2.6 64 bit and have noticed lately when I go into htop I have 55 processes showing "/usr/sbin/apache2 -k -start".  I suspect this is some sort of startup error but am learning linux so don't know where to start the log search or problem resolution.  Anybody able to give me some places to start trying to resolve it (if not an issue please let me know).

Thanks,
Jeff
Title: Re: Apache problem??
Post by: Jerry on November 16, 2017, 10:29:47 PM
Open a terminal, what is the output of:

Code: [Select]
apt policy apache2
Title: Re: Apache problem??
Post by: jeffvanderdoes on November 25, 2017, 09:11:37 PM
Sorry guess the holidays got me distracted.

The output is as follows:

It shows the following:
apache2:
  Installed: 2.4.18-2ubuntu3.5
  Candidate: 2.4.18-2ubuntu3.5
  Version table:
 *** 2.4.18-2ubuntu3.5 500
        500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages
        100 /var/lib/dpkg/status
     2.4.18-2ubuntu3 500
        500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
Title: Re: Apache problem??
Post by: Jerry on November 25, 2017, 11:26:21 PM
Apache has been installed either directly or indirectly as a dependency of another package. I would look at all the software you have installed since you first installed LL. One of them will be the culprit.