how reset httpd on directadmin

sarwhost

Verified User
Joined
May 6, 2013
Messages
35
Hello
how reset httpd on directadmin
Code:
 service httpd restart
httpd: unrecognized service
 
p

centos6

Code:
  /etc/init.d/httpd restart
-bash: /etc/init.d/httpd: No such file or directory
 
Looks like it's not installed (anymore) or has been removed.
Did you have it working before? If yes, did you change or tried to update anything before it stopped working?
What did you do before the problem occured?
 
And that's not a response..

Are you using NGINX as a Proxy to Apache?
Are you using just NGINX?
Are you using just Apache?

Your reply is not very accurate, so i take it as "i dont know", so, try:
/etc/init.d/nginx restart
OR
service nginx restart

Best regards
 
Back
Top