

If you're running PHP 5.x, you'll need to look in etc/php5 for these directories.)Īs for the SSL issues, there is nothing in the log specifically pointing to why it's not loading properly, so you may need to update your question to include an updated error. (be sure to replace 7.x with the version of PHP that you're running.

#UBUNTU APACHE IPTRACE INSTALL#
Sudo apt install php-xmlrpc php-xsl php-imagickįor the Module X already loaded in Unknown on line 0, this is probably a duplicate loading of Xdebug in php.ini. Mar 08 23:25:02 bhub systemd: rvice: Failed with result 'exit-code'.įrom the looks of your Apache log, there are a couple of things that should be looked at.įirst, let's get rid of those Unable to load dynamic library issues by re-installing those libraries and ensuring they're enabled: Mar 08 23:25:02 bhub systemd: rvice: Main process exited, code=exited, status=1/FAILURE Mar 07 22:38:42 bhub systemd: Started The Apache HTTP Server. Mar 07 22:38:42 bhub systemd: Starting The Apache HTTP Server. Main PID: 9359 (code=exited, status=1/FAILURE) Process: 9348 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS) Loaded: loaded (/lib/systemd/system/rvice enabled vendor preset: enabled)Īctive: failed (Result: exit-code) since Mon 23:25:02 UTC 14h ago Rather, Apache system files are deleted and replaced.

It won’t make changes to your configuration files or /var/www directory. Reinstall will remove Apache from your system and then install it again. AH00094: Command line: '/usr/sbin/apache2' Open a terminal and type the following command to purge Apache web server. AH00163: Apache/2.4.41 (Ubuntu) OpenSSL/1.1.1j configured - resuming normal operations It seems that I have to restart apache2 every day.Īfter trying solution from cleared error.log, and restarted apache2:Ĭat /var/log/apache2/error.log AH00169: caught SIGTERM, shutting down What can be wrong with it? I don't want to lose my configutation files in case I have to reinstall apache2. After that, the site becomes reachable again. To fix it, I have to ssh the server and restart apache by using sudo service apache2 restart. Sometimes the browser says the site is unreachable. Since the installation, I've been having trouble accessing the site. I installed an SSL certificate from let'sencrypt. Not sure if there are still some missing. Then, I tried to recover as many libraries as possible. Phyton was deleted completely by mistake and then installed back. The server has PHP 7.4, and PHP 7.3 installed. I have Apache/2.4.41 installed on Ubuntu 20.04 LTS.
