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
How do I clear my run history?
Write a command that will display all .txt files, including its individual permission.
What is the bash in linux?
How do I find the console in linux?
What does chmod 666 do?
What language is clang written in?
How do I find old commands in linux?
Explain about gzip filename?
What are linux commands useful?
What happens to hard link when file is deleted?
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 process id in linux?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?
What is nslookup command?
why is the tar command used?