修改webserver網站使用者組許可權

來源:互聯網
上載者:User

標籤:io   ar   使用   sp   檔案   on   ad   bs   size   

例如webserver網站目錄為webtest
 
搭建nginxwebserver伺服器的時候,預設的使用者和使用者組許可權為nginx:nginx,
 
即nginx.conf 和php-frm.conf 中預設使用者為
 
webtest :nginx:nginx
 
nginx.conf:
 
user  nginx nginx;
 
 
php-frm.conf:
 
 
Unix user of processes
 <value name="user">nginx</value>
 
 Unix group of processes
 <value name="group">nginx</value>
 
如果想修改webtest預設的使用者組許可權為www,需要修改以下幾個檔案:
 
1. nginx.conf,修改為user  www www;
 
2, php-frm.conf,修改
 
Unix user of processes
 <value name="user">www</value>
 
 Unix group of processes
 <value name="group">www</value>
 
3. 還需要修改/var/lib目錄下的nginx檔案為
 
chown -R www:www nginx
 
修改第三點原因如下:
 
如果僅修改上述兩點,會報以下錯誤
 
2012/02/24 14:09:03 [crit] 2970#0: *1623918 open() "/var/lib/nginx/tmp/fastcgi/0/56/0000002560" failed (13: Permission denied) while reading upstream, client: 221.221.14
4.156,
 
 
因為:
 
nginx會使用fastcgi_buffer_size指定的大小的緩衝區用於緩衝fastcgi流的內容。當大小超出此大小時會繼續用fastcgi_buffers指定的數量和大小申請緩衝區。如果依然超出此大小,會將多出的內容寫入臨時檔案。上面日誌中反應的就是nginx無權寫入臨時檔案。
 
 
 
 
 
這樣就將網站修改為www:www 使用者、使用者組許可權

修改webserver網站使用者組許可權

相關文章

聯繫我們

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