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 is the difference between clang and llvm?
What does chmod 755 do?
What does grep command do?
Why is it called bash?
How do I clear bash history in linux?
What is df -h command?
What does the command env do?
Explain the working of command grouping?
How can we increase disk read performance in single command?
What are whois tools?
Explain about communication features in UNIX?
What could be the problem when a command that was issued gave a different result from the last time it was used?
What is filter command in unix?
What is difference between sh and bash?
How do I check disk space in linux?