CentOS Linux系統下更改Apache預設網站目錄

來源:互聯網
上載者:User

標籤:

引言:

Apache預設的網站目錄是在/var/www/html,我們現在要把網站目錄更改到/home/wwwroot/web1/htdocs,操作如下

準備工作:

建立目錄:

cd /homemkdir wwwrootcd wwwrootmkdir web1cd web1mkdir htdocstouch index.php

操作步驟:

1、vi /etc/httpd/conf/httpd.conf

找到 DocumentRoot  "/var/www/html" 這一段     #apache的根目錄

把/var/www/html 這個目錄改為/home/wwwroot/web1/htdocs

再找到 <Directory "/var/www/html">   #定義apache /var/www/html這個地區

把 /var/www/html改成/home/wwwroot/web1/htdocs

這樣我們就把apahce的預設路徑改掉了

service httpd restart  #重啟Apache伺服器

2、訪問localhost的時候,會發現訪問拒絕,這是為什麼呢?

主要是因為你的/home/wwwroot/web1/htdocs的許可權是750,apache這個使用者沒有許可權訪問,你需要更改掉許可權,可以這樣改

chmod -R 755 /home/wwwroot/web1/htdocs

然後去訪問 發現正常運行了(apache的使用者:apache 運行apache的組:apache)

至此,Apache預設網站目錄更改成功。

使用備忘:
個人CentOS網站目錄改成 “ /home/jianbao/www/html ”

 

 

延伸閱讀:

Linux更改Apache預設網站目錄出錯,Document root must be a directory的解決辦法

 

CentOS Linux系統下更改Apache預設網站目錄

相關文章

聯繫我們

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