when i run the command
service httpd start
this message is displayed
Starting httpd: no listening sockets available, shutting down
I'm running CentOS 6.3
im running centos 5.8 and i had to change my server ip address. Now i cant get apache to re-run. I am running virtualmin as well.
I have an .rpm, which I created. In its %post part, I do some stuff, and in the end of this script, i call service httpd restart.
Hi,
When I tried to start httpd using systemctrl I got error that it failed to start the service. Below is the log when I fired journalctl -n
Quote:
]# service httpd start
Redirecting to /bin/systemctl start httpd.service
Job for httpd.service failed.
I have just upgraded my FC15 to FC16. Apache was running OK under the old version, but will not start now.
Code:
[root@cardraeh ~]# systemctl start httpd.service
Job failed.
I am unable to start the Apache server on linux
I have tried :
service httpd start
and
/etc/init.d/httpd start
but both commands are showing :--
rm: cannot remove `/var/run/httpd/httpd.pid': Permission deniedLED]
rm: cannot remove `/var/lock/subsys/httpd': Permission denied
rm: cannot remove `/var/run/httpd/httpd.pid': Permission denied
Please tell me, If any issue
Hello everyone!
I have installed fedora 13 recently and installed IDPS(snort) on it. But now I am not able to start service httpd.
when I write service httpd start, it says OK, but I know it is a false message bcoz when I write service httpd stop it gives me FAILED.
On writing service httpd status it gives a message:
When I try to start httpd (running F17) using either
Quote:
systemctl start httpd.service
or
Quote:
httpd -k start
I get the message
Quote:
(98)Address already in use: make_sock: could not bind to address [::]:80
What do I need to do to fix this
I just made a change to my PHP.ini file. (my Linux dist is CentOS).