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

Explain about chmod options filename?

0 Answers  


Explain any one service which are working on udp only?

0 Answers  


What file type is a makefile?

0 Answers  


Explain about gzip filename?

0 Answers  


How many types of dos commands are there?

0 Answers  






How do make computer faster?

0 Answers  


How do I open a text file in cmd?

0 Answers  


what command would you use to find the hostname of the server if yo ony have the ip address?

10 Answers  


What does in makefile do?

0 Answers  


in LINUX,What are two subtle differences in using the more and the pg commands?

2 Answers  


What is the programming language for linux?

0 Answers  


how to see unallocated hard disk space on linux

12 Answers   HCL,


Categories