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 |
Brief about FTP hostname?
What does df command do in linux?
Explain how you would manage background and foreground processes in Linux.
How do I permanently set ulimit in linux?
What is nslookup command?
What does the 'cd' command do in Linux?
What is the difference between find and locate command in linux?
How would you check the available disk space on a Linux system?
I know ssh, telnet, dns,apache all are worked on TCP/UDP but i want to know any one service which are working on UDP only?
have you ever got warning message from unix admin that file system running out of space or not enough disk space?what will u do?
What is kill command?
If you have saved a file in linux. Later you wish to rename that file, what command is designed for it?