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 language is clang written in?
how to create SAMBA server in fedora 9 linux ?
what is first RHEL 5.x version support ext4 filesystem?
How does diff command work?
Which command is used to clear the screen?
How you will uncompress the file?
what is the fastest way to enter a series of commands from the command-line in linux
How do find hard disk revolutions speed?
In Linux how you set time a limit on quota?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
How do I remove a soft link in linux?
What is history command in linux?