ubuntu中appach的http:403問題

來源:互聯網
上載者:User

感謝毛仔!

今天很是鬱悶,在瀏覽器欄裡輸入localhost後顯示的是http 403禁止訪問,忙活了一中午也沒解決,晚上在毛仔的協助下,終於解決了

 

轉到/etc/apache2/sites-enabled  開啟唯一的000-default檔案,將DocumentRoot改成你所需要放置php檔案的地方,除此以外,

 

VirtualHost *:80>

        ServerAdmin webmaster@localhost

 

        DocumentRoot /home/**/Zend/workspaces

        <Directory />

                Options FollowSymLinks

                AllowOverride None

        </Directory>

       <Directory /home/**/Zend/workspaces/>

                Options Indexes FollowSymLinks MultiViews

                AllowOverride None

                Order allow,deny

                allow from all

        </Directory>

 

        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

        <Directory "/usr/lib/cgi-bin">

                AllowOverride None

                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch

                Order allow,deny

                Allow from all

        </Directory>

紅色部分亦要改成你的php目錄,這就是我的問題所在

 

 

還有可能導致HTTP:403  可能存在目錄裡面有deny from all這句話,如果有,將其改成 allow from all

 


聯繫我們

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