![]() |
|
Apaxge2 keeps exiting... - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Public Support Forums v2.x.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=66) +--- Forum: General Support Forum v2.x.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=67) +--- Thread: Apaxge2 keeps exiting... (/showthread.php?tid=13088) |
Apaxge2 keeps exiting... - kevwebbie - 09-17-2024 There seems to be an issue with apache2 on the sentora install script. Its pointing to the wrong conf file in apache2.conf But when I try to Include the rih]ght .conf file here /etc/sentora/configs/apache/httpd.conf apache crashes. If I purge apache and reinstall I get the apache2 It works page. But how do I point it to the correct sentora page without apache exiting? I see the correct information is in /etc/sentora/configs/apache/httpd-vhosts.conf RE: Apaxge2 keeps exiting... - TGates - 09-17-2024 (09-17-2024, 04:08 AM)kevwebbie Wrote: There seems to be an issue with apache2 on the sentora install script. Its pointing to the wrong conf file in apache2.conf But when I try to Include the rih]ght .conf file here /etc/sentora/configs/apache/httpd.conf apache crashes. If I purge apache and reinstall I get the apache2 It works page. But how do I point it to the correct sentora page without apache exiting? I see the correct information is in /etc/sentora/configs/apache/httpd-vhosts.conf You can't purge apache and reinstall it. The configurations will be totally wrong. Plus, didn't you mention on another post you are using Debian with php 8? Sentora is not yet released for php 8 or fully tested on Debian. RE: Apaxge2 keeps exiting... - kevwebbie - 09-18-2024 Well if I change the server os to Ubuntu 22 will it work okay with that os?? Sorry, I mean Ubuntu 20 but I've been reading the documentation and it says Ubuntu 20 is supported so I'll try that. RE: Apaxge2 keeps exiting... - TGates - 09-18-2024 (09-18-2024, 03:55 AM)kevwebbie Wrote: Well if I change the server os to Ubuntu 22 will it work okay with that os??Yes, if you use Ubuntu 20.04 it will work just fine. RE: Apaxge2 keeps exiting... - kevwebbie - 09-19-2024 Installed on Ubuntu server 20. as root The control panel is not resolving. I can ping the server and it seems fine. I've used the official Sentora install script RE: Apaxge2 keeps exiting... - TGates - 09-20-2024 (09-19-2024, 12:19 AM)kevwebbie Wrote: Installed on Ubuntu server 20. as root The control panel is not resolving. I can ping the server and it seems fine. I've used the official Sentora install script Send me a PM with the IP and domain used and I'll see if I can see any issues that way. And using the command line logged in as root, type: Code: service apache2 status |