From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Podle-0000lS-ER for garchives@archives.gentoo.org; Sun, 13 Feb 2011 15:21:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DC5AE08A2; Sun, 13 Feb 2011 15:21:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2E12EE08A2 for ; Sun, 13 Feb 2011 15:21:34 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85EF61B41F7 for ; Sun, 13 Feb 2011 15:21:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BC5C980073 for ; Sun, 13 Feb 2011 15:21:33 +0000 (UTC) From: "Ole Markus With" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ole Markus With" Message-ID: Subject: [gentoo-commits] proj/php:master commit in: docs/ X-VCS-Repository: proj/php X-VCS-Files: docs/php-installing.xml X-VCS-Directories: docs/ X-VCS-Committer: ole_markus_with X-VCS-Committer-Name: Ole Markus With X-VCS-Revision: d28cb85e4bf51ec3dbda67c6ccf42e94719e2a94 Date: Sun, 13 Feb 2011 15:21:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 414ed7e6d4dfe5702f38428c22277533 commit: d28cb85e4bf51ec3dbda67c6ccf42e94719e2a94 Author: Ole Markus With olemarkus org> AuthorDate: Sun Feb 13 15:14:06 2011 +0000 Commit: Ole Markus With olemarkus org> CommitDate: Sun Feb 13 15:18:57 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/php.git;a=3Dc= ommit;h=3Dd28cb85e Updated install documentation --- docs/php-installing.xml | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/php-installing.xml b/docs/php-installing.xml index 7ae0146..97e1be6 100644 --- a/docs/php-installing.xml +++ b/docs/php-installing.xml @@ -17,8 +17,8 @@ This document will guide you through installing PHP on = Gentoo =20 -1.0 -2011-01-23 +1.1 +2011-02-13 =20 Installing PHP FastCGI @@ -224,6 +224,24 @@ all you need to do now is to start the services:

Nginx + +

+To install Nginx is as easy as emerging it: +

+ +
+emerge -av nginx
+
+ + +If you have configured a custom NGINX_MODULES_HTTP, make sure tha= t the fastcgi module is enabled. + + +

+Once Nginx has been installed, modify the server section of /etc/n= ginx/nginx.conf to look something +like this: +

+
 <snip>
         server {