vector


{ City } bangalore
< Country > india
* Profession * admin
User No # 96591
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 1
Users Marked my Answers as Wrong # 1
Questions / { vector }
Questions Answers Category Views Company eMail




Answers / { vector }

Question { IBM, 12750 }

how to restart apache server with out shatdown?


Answer

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