how to restart apache server with out shatdown?
Answer Posted / sg
First check out the PID (process ID) of the httpd process.
Then issue a kill -HUP on the process ID. For ex: if the
process ID is 587, then the command would be
kill -HUP 587
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What command should you use to check your file system?
What language is a makefile written in?
How to recover /etc/passwd file and /etc/shadow file?
How do I find hostname in linux?
How do I search bash history?
What is type command in linux?
What is tail command in linux?
How do you insert comments in the command line prompt?
What is kill command?
What is finger command in linux?
How do I find the console in linux?
State and explain about features of UNIX?
Explain the working of command grouping?
Explain about refer?
How to root mirror in linux?