I am useing 64 bit installation of Fedora 16 and have been attemting gto get a LAMP server working. All of the packages for the server are installed and configured. SeLinix is dissabled in /etc/sysconfig/selinux and with GRUB with the command selinux=0. MySQL works and is running however there seems to be a problem with HTTPD. When I check the status with systemctl I get:
systemctl status httpd.service
httpd.service - The Apache HTTP Server (prefork MPM)
Loaded: loaded (/lib/systemd/system/httpd.service; enabled)
Active: inactive (dead) since Thu, 26 Jan 2012 11:03:06 -0700; 2h 1min ago
Process: 3607 ExecStop=/usr/sbin/httpd $OPTIONS -k stop (code=exited, status=0/SUCCESS)
Process: 3600 ExecStart=/usr/sbin/httpd $OPTIONS -k start (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/httpd.service
It gives an Active Statusof "inactive (dead)" which it shouls not be giving. This aloso happens on my 32bit system running Fedroa 16. However When I run Fedora 15 I get and Active status of "active (running)."
I am unable to get this server working at all. Any ideas as to what may be wrong?