Linux 中SeLinux 的禁用方式

來源:互聯網
上載者:User

前幾天在遷移Apache Web Server時,發現其中使用反向 Proxy的頁面不能顯示。Apache設定檔中反向 Proxy的配置如下:

    ProxyRequests Off
    ProxyPass /homepage/ http://192.168.120.35:9902/homepage/
    ProxyPassReverse /homepage/ http://192.168.120.35:9902/homepage/

經網上查看資料,發現是SELinux在作怪,現在記錄下來,以後繼續完善
1、臨時禁用SELinux:
root@server# setenforce 0
    
這樣重啟伺服器之後,還是會啟動SELinux,
2、永久禁用:
開啟伺服器上的SELinux設定檔,預設為:/etc/selinux/config,內容如下:

# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#       enforcing - SELinux security policy is enforced.
#       permissive - SELinux prints warnings instead of enforcing.
#       disabled - SELinux is fully disabled.
SELINUX=enforcing
# SELINUXTYPE= type of policy in use. Possible values are:
#       targeted - Only targeted network daemons are protected.
#       strict - Full SELinux protection.
SELINUXTYPE=targeted

將上面的
SELINUX=enforcing 改為:SELINUX=disable  禁用SeLinux

相關文章

聯繫我們

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