如何在OpenSUSE 12.3上安裝Apache2的mod_fcgid和PHP5

來源:互聯網
上載者:User
關鍵字 虛擬主機 虛擬主機 openSUSE Apache2 mod_fcgid

本教程介紹了如何在 OpenSUSE 12.3 上安裝 HTTP://www.aliyun.com/zixun/aggregation/14417.html">Apache2 的 mod_fcgid 和 PHP5 。 mod_fcgid 能夠相容替代舊的 mod_fastcgi,它可以替代Apache使用者來執行許可權的PHP腳本。

1.初步說明

在本教程中我們使用 OpenSUSE 12.3 伺服器的主機名稱 server1.example.com ,IP位址是 192.168.0.100。

本教程中將創建兩個Apache虛擬主機 www.example1.com 和 www.example2.com ,用於mod_fcgid演示使用。

2.安裝 Apache2/mod_fcgi/PHP5

安裝 Apache2,mod_fcgid 和 PHP5,如下命令:

zypper install apache2 apache2-mod_fcgid php5-fastcgi 

如果已經安裝PHP5作為一個Apache模組,先禁用現在的PHP5模組:

a2dismod php5 

下一步啟用suexec 和 fcgid模組:

suexec and fcgid 

然後創建Apache系統啟動連結且運行:

systemctl enable apache2.service  systemctl start apache2.service 

下一步打開/etc/php5/fastcgi/php.ini:

vi /etc/php5/fastcgi/php.ini 

取消注釋行cgi.fix_pathinfo = 1:

[...]  ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for  CGI.  PHP's  ; previous behaviour was to set PATH_TRANSLATED  to SCRIPT_FILENAME, and to not grok  ; what PATH_INFO is.   For more information on PATH_INFO, see the cgi specs.   Setting  ; this to 1 will cause PHP CGI to fix  its paths to conform to the spec.  A setting  ; of  zero causes PHP to behave as before.  Default is 1.   You should fix your scripts  ; to use SCRIPT_FILENAME  rather than PATH_TRANSLATED.  ; HTTP://php.net/cgi.fix-pathinfo  cgi.fix_pathinfo=1 [...]   

相關文章

聯繫我們

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