how to restart apache server with out shatdown?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What does in makefile do?

557


Explain the ‘ls’ command in linux

552


What is command grouping?

563


Why bash is used in linux?

538


What is the command can be run to remove all the rules in an iptable table?

573






What is filter command in unix?

541


What will happen when a system call is encountered in a user program?

1500


What is the symbol of linux?

546


What are the command prompt commands?

520


How do I clear terminal command history?

560


Explain about the command lynx?

670


What are system commands?

564


Which are the linux directory commands?

556


How do I find the console in linux?

543


What language is a makefile written in?

514