- // apache
- < span class= "comment" style= "border-width:initial; border-color:initial; Color: #008200; Border-style:none; padding:0px; margin:0px; " >//task: start apache 2 server /Launch Apache service
- # /etc/init.d/apache2 start
- //or
- $ sudo /etc/init.d/apache2 start
- < span class= "comment" style= "border-width:initial; border-color:initial; Color: #008200; Border-style:none; padding:0px; margin:0px; " >//task: restart apache 2 server /Restart Apache service
- # /etc/init.d/apache2 restart
- //or
- $ sudo /etc/init.d/apache2 restart
- < span class= "comment" style= "border-width:initial; border-color:initial; Color: #008200; Border-style:none; padding:0px; margin:0px; " >//task: stop apache 2 server /Stop Apache service
- # /etc/init.d/apache2 stop
- //or
- $ sudo /etc/init.d/apache2 stop
- // mysql
- /etc/init.d/mysql start
- /etc/init.d/mysql stop
- /etc/init.d/mysql restart
Ubuntu under Apache and MySQL commands