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 can I delete a file in linux?
Explain about document formatting?
How do I run a .sh file in linux?
How many cmd commands are there?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
What do you mean by directory?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
Is llvm a compiler?
How do you run a command for a limited time?
How do you kill a process in linux?
What are the linux commands used in devops?
What is finger in networking?
What is bash command?
What is clang linux?
What is the difference between diff and cmp command in unix?