how to restart apache server with out shatdown?
Answers were Sorted based on User's Feedback
Answer / satish kumar
service httpd reload;
use this command;
because when we use restart then first server stop and then
starts the service;
| Is This Answer Correct ? | 23 Yes | 5 No |
Answer / nikhil korde
whenever you want restart Apache web server without shutdown
Apache web server that time you use the commands service
httpd reload ,if you type the commands service httpd restart
that time frist shut down the service then startup the
service but if you type commands service httpd reload, only
read the configuration file and startup the service
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
What are the commands in linux?
How do I find the process id in linux?
Working in Linux/Unix platform, if any command dose not work, say # ls reports as command not found. what to do?
How do makefiles work?
You need to see the last fifteen lines of the files dog, cat and horse. What command should you use?
The ‘logout’ built in command is used to
What is SFC command?
What does history command do in linux?
What is the root directory linux?
what is user mode & kernel mode?
Is cmake a compiler?
How do I run whois command?