安裝ngnix/php/sql及卸載

來源:互聯網
上載者:User

標籤:style   blog   http   color   ar   os   sp   strong   div   

一、

1、安裝nginx:

sudo apt-get install nginx    //安裝sudo /etc/init.d/nginx start    //啟動

完成之後在瀏覽器中輸入“localhost”,如果看到"Welcome to nginx!",就表示安裝成功了
2、php和mysql安裝
sudo apt-get install php5-cli php5-cgi mysql-server php5-mysql

3、安裝Cgi

sudo apt-get install spawn-fcgi//啟動fcgisudo spawn-fcgi -a 127.0.0.1 -p 9000 -u www-data -g www-data -f /usr/bin/php5-cgi -C 10//方便起見,可以將這段內容加到/etc/rc.local的最底部(“exit 0”之前),這樣每次系統啟動時候,就會自動啟動了

 



二、卸載 1、卸載nginx的方法如下:
sudo rm -rf /etc/nginx/sudo rm -rf /usr/sbin/nginxsudo rm /usr/share/man/man1/nginx.1.gzsudo apt-get remove nginx*
2、卸載php:
 sudo apt-get autoremove php5-common

 

3、卸載 mysql:

sudo apt-get autoremove  mysql-server mysql-server-5.0

 

 

安裝時如果用的是對應的aptitude,那麼卸載也用同樣的命令,我是用apt-get安裝的,所以直接用上面的刪除了

sudo aptitude purge mysql-server mysql-server-5.0

 

時提示找不到命令。只能用下面這句

sudo apt-get purge mysql-server mysql-server-5.0

也可參照下面的網站安裝

http://blog.chinaunix.net/uid-25492475-id-195536.html

 

安裝ngnix/php/sql及卸載

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.