how to restart apache server with out shatdown?
Answer Posted / 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 |
Post New Answer View All Answers
What does uname do in linux?
Explain getopts command of linux?
Which is the required command for checking the file system?
What are vim commands?
What is the command can be run to remove all the rules in an iptable table?
How do I check my cpu speed?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
How do I find the linux version?
How to root mirror in linux?
How do I check disk space in linux?
How commands work in linux?
What are the commands in linux?
What command is used to check the number of files, disk space, and each user’s defined quota?
How can you check the amount of lines in a file?
How do you copy in terminal?