![]() |
Apache problem?? - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Hardware - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=6) +--- Forum: Start up and Shutdown (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=27) +--- Thread: Apache problem?? (/showthread.php?tid=4669) |
Apache problem?? - jeffvanderdoes - 11-17-2017 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 Re: Apache problem?? - Valtam - 11-17-2017 Open a terminal, what is the output of: Code: apt policy apache2 Re: Apache problem?? - jeffvanderdoes - 11-26-2017 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 Re: Apache problem?? - Valtam - 11-26-2017 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. |