Mac OS X 啟動、關閉 apache伺服器 支援PHP

來源:互聯網
上載者:User
1.啟動

sudo apachectl -k start

2.重新啟動

sudo apachectl -k restart

3.關閉

sudo apachectl -k stop

(關閉後記得清除瀏覽器緩衝,不然進入localhost網址 還會出現it works 哦 )

//----------------------------------------------------------------

apache支援PHP

1??前往檔案夾 /etc/apache2

2??將httpd.conf檔案複製到案頭(系統檔案不能修改,輸入使用者密碼)

3??使用文本編輯開啟httpd.conf

4??找到 #LoadModule php5_module ... 刪除前面的#號 儲存

5??將案頭修改後的httpd.conf檔案複製到/etc/apache2中 選擇 覆蓋(輸入使用者密碼)

6??啟動apache

啟動apache遇到錯誤:httpd: Could not reliably determine the server's fully qualified domain name
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

1??前往檔案夾 /etc/apache2

2??將httpd.conf檔案複製到案頭(系統檔案不能修改,輸入使用者密碼)

3??使用文本編輯開啟httpd.conf

4??找到 #ServerName www.example.com:80 修改為 ServerName localhost:80

5??將案頭修改後的httpd.conf檔案複製到/etc/apache2中 選擇 覆蓋(輸入使用者密碼)

6??重新啟動apache

//----------------------------------------------------------------

習慣用命令列的朋友 可以用命令列

進入Apache設定檔所在目錄

cd /etc/apache2/

修改Apache設定檔

sudo vim httpd.conf


vim中有兩種模式命令模式,用於輸入命令(注意IME要在英文狀態)    shift+V        可以選中一行    y                    複製一行    p                    在當前行下方粘貼複製的內容    d$                刪除到行尾    x                    刪除一個字元    :wq                儲存退出    :q!                不儲存退出    i                    進入編輯模式編輯模式:用於編輯按ESC可以切換回命令模式

sudo cp file1 file2        將file1複製到file2

命令列具體操作就不詳細敘述了 喜歡用命令列的朋友可以自己嘗試一下

以上就介紹了Mac OS X 啟動、關閉 apache伺服器 支援PHP,包括了方面的內容,希望對PHP教程有興趣的朋友有所協助。

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.