2

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

Ladadadada
  • 26,337
  • 7
  • 59
  • 90
Jagdeep
  • 21
  • 1
  • 2

1 Answers1

7

Run the command again as root and try restart.

Lucas Kauffman
  • 16,880
  • 9
  • 58
  • 93