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 |
How do I clear my run history?
In my linux machine, i lost /etc/passwd file and /etc/shadow file, then how can i recover it?
Brief about FTP hostname?
What is a ulimit in unix?
what is the command to make a process to run in the background from foreground?
What is the use of finger command in linux?
When is it better to use the more command rather than cat command?
What does grep grep do?
How can you check the amount of lines in a file?
How does grep work in linux?
List the three main parts of an operating system command?
what is QUOTA-V