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 mkdir m in linux?
What does history command do in linux?
How do I check dns entry?
How do I run a script in linux?
How do I get to root directory in linux?
What is the export command used for?
Why bash is used in linux?
Who am I command in linux?
How can I type in cmd?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
How do I set permission to run in linux?
What language is a makefile written in?
What is type command in linux?
What does f mean linux?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose