Can not start Apache 2.2.22 in Fedora 15
- by Roderik
I am trying to start Apache 2.2.22 under Fedora 15 on my local machine. After fixing some errors related to missing modules, httpd -t will just give me 'Syntax OK'.
However when I try to start apache as the root user:
service httpd start
it still returns:
Starting httpd (via systemctl): Job failed. See system logs and 'systemctl status' for details.
[FAILED]
When entering systemctl I don't see any extra information other than:
httpd.service loaded failed failed LSB: start and stop Apache HTTP Server
So I wonder where to look now to get this back up and running.