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 use linux command line?
When you issue the command ls -l, what signifies the first character of the resulting display file? 701 What command can you use to determine the purpose of any command?
What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?
What is 9 in kill?
What is lsof command in linux?
How can I only see the first 14 lines of a file?
What is ls command and what it does?
how many limitations of under directories in ext2/3 linux file system?
To Check Which Service is Running at Present in System what is the Command?
How do you copy in linux terminal?
How compile c++ program in cmd?
How do I change shell in linux?