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 |
Is a command a full sentence?
when zombie process fully cleared?
How does mkdir work in linux?
How do I set permission to run in linux?
What is SFC command?
What is vnc?
What is the command to remove Lvm ,Pv and vg
12 Answers Tech Mahindra, TNS,
what command would you use to find the hostname of the server if yo ony have the ip address?
How do you do nslookup?
Explain shift command of linux?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
Why bash is used in linux?