how to restart apache server with out shatdown?

Answers were Sorted based on User's Feedback



how to restart apache server with out shatdown?..

Answer / mahesh

servcie httpd restart

Is This Answer Correct ?    48 Yes 7 No

how to restart apache server with out shatdown?..

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

how to restart apache server with out shatdown?..

Answer / vishal rajput

/etc/init.d/httpd restart

Is This Answer Correct ?    15 Yes 3 No

how to restart apache server with out shatdown?..

Answer / lakkimsetti86

using "gracefull" command we can do

Is This Answer Correct ?    29 Yes 18 No

how to restart apache server with out shatdown?..

Answer / arnab

service httpd reload

Is This Answer Correct ?    9 Yes 1 No

how to restart apache server with out shatdown?..

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

how to restart apache server with out shatdown?..

Answer / vector

to restart apache. open the terminal and type the command
# sudo /etc/ini.d/apache2 start (to start apache)
# sudo /etc/init.d/apache2 restart (to restart apache)
# sudo /etc/init.d/apache2 stop (to stop apache)

Is This Answer Correct ?    1 Yes 1 No

how to restart apache server with out shatdown?..

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

Post New Answer

More Linux Commands Interview Questions

Working in Linux/Unix platform, if any command dose not work, say # ls reports as command not found. what to do?

5 Answers  


Explain the linux ‘cd’ command options along with the description?

0 Answers  


How do I check cpu usage?

0 Answers  


Brief about the command ff?

0 Answers  


What is clang space engineers?

0 Answers  






You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?

0 Answers  


Did you work with linux? What flavors and versions?

5 Answers   HP,


How to FTP user access other directory except his own home directory ?

2 Answers   IBM,


please advice me what i have to prepare for NIC Exam(22-feb- 09). send me the question pattern for the 2 hrs exam. please sent it to manivannan_it15@yahoo.co.in

0 Answers   Google, PGE,


What is the command to list ALL (hidden also) files of current directory & it’s subdirectories?

6 Answers  


What is the command to see the installed rpm's in the linux system.

4 Answers  


which command is used to see all the system configuration? like hardware, HDD, memory etc.

14 Answers   ADS, eClinicalWorks, NJN,


Categories