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 |
in unix how to change old name to new name
Why do we use cmake?
What is $@ in makefile?
How do I run a script in linux?
Is llvm a virtual machine?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?
What is devops model?
what is the difference between RHEL4 & RHEL5?
What is nslookup command?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
How to block the message in wall command some students are send messages to all in the lab. please help me
Why ls -F dev/log file output indicate as = sign at end of the file name?