Gentoo Archives: gentoo-commits

From: Ole Markus With <olemarkus@×××××××××.org>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/php:master commit in: docs/
Date: Sun, 13 Feb 2011 15:21:42
Message-Id: d28cb85e4bf51ec3dbda67c6ccf42e94719e2a94.ole_markus_with@gentoo
1 commit: d28cb85e4bf51ec3dbda67c6ccf42e94719e2a94
2 Author: Ole Markus With <olemarkus <AT> olemarkus <DOT> org>
3 AuthorDate: Sun Feb 13 15:14:06 2011 +0000
4 Commit: Ole Markus With <olemarkus <AT> olemarkus <DOT> org>
5 CommitDate: Sun Feb 13 15:18:57 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/php.git;a=commit;h=d28cb85e
7
8 Updated install documentation
9
10 ---
11 docs/php-installing.xml | 22 ++++++++++++++++++++--
12 1 files changed, 20 insertions(+), 2 deletions(-)
13
14 diff --git a/docs/php-installing.xml b/docs/php-installing.xml
15 index 7ae0146..97e1be6 100644
16 --- a/docs/php-installing.xml
17 +++ b/docs/php-installing.xml
18 @@ -17,8 +17,8 @@ This document will guide you through installing PHP on Gentoo
19 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
20 <license/>
21
22 -<version>1.0</version>
23 -<date>2011-01-23</date>
24 +<version>1.1</version>
25 +<date>2011-02-13</date>
26
27 <chapter>
28 <title>Installing PHP FastCGI </title>
29 @@ -224,6 +224,24 @@ all you need to do now is to start the services:</p>
30 <section>
31 <title>Nginx</title>
32 <body>
33 +
34 +<p>
35 +To install Nginx is as easy as emerging it:
36 +</p>
37 +
38 +<pre caption="Installing nginx">
39 +<i>emerge -av nginx</i>
40 +</pre>
41 +
42 +<warn>
43 +If you have configured a custom <c>NGINX_MODULES_HTTP</c>, make sure that the <c>fastcgi</c> module is enabled.
44 +</warn>
45 +
46 +<p>
47 +Once Nginx has been installed, modify the server section of <path>/etc/nginx/nginx.conf</path> to look something
48 +like this:
49 +</p>
50 +
51 <pre caption="/etc/nginx/nginx.conf">
52 &lt;snip>
53 server {