On Wednesday, 10 May 2023 19:58:50 BST Jacques Montier wrote: > Hello all, > > To learn a little bit about systemd, I recently installed a gentoo with > systemd profile. > After some fights, the OS is working, but it was a real mess !!! > Now I am struggling for launching apache2 daemon. > When apache is compiled and installed, no apache2.service appears ! > It was the same problem with the mysql database... > I copied the apache2.service from Linux Mint (attached file).
Have you also check the necessary apache directories in /etc and /var/log/ were installed as they should and something did not go wrong with the installation of the package? > systemctl enable apache2.service works but failed when starting... > (journalctl attached) > > Have you any solution to resolve that issue ? > > Thanks in advance. > > > -- > Jacques I wonder if some configuration files are missing, or the IP address/port apache is configured to bind to is already taken by another process. Try 'systemctl -l status apache2' and also check your '/var/logs/apache2/ error.log'. Also run '/usr/sbin/apache2ctl configtest' and check it returns "Syntax OK", otherwise follow any configuration errors it reports.
signature.asc
Description: This is a digitally signed message part.

