mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Small line number fixes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95855 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8b15a2cab8
commit
1745797544
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<sect1 id="install.apache">
|
||||
<title>Servers-Apache</title>
|
||||
<para>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<title>Details of installing PHP with Apache on Unix</title>
|
||||
<para>
|
||||
You can select arguments to add to the
|
||||
<command>configure</command> on line 8 below from the <link
|
||||
<command>configure</command> on line 10 below from the <link
|
||||
linkend="install.configure">Complete list of configure
|
||||
options</link>. The version numbers have been omitted here, to
|
||||
ensure the instructions are not incorrect. You will need to replace
|
||||
|
@ -42,13 +42,13 @@
|
|||
restart apache for the new module to take effect. A recompile of
|
||||
Apache is not needed.
|
||||
|
||||
11. cp php.ini-dist /usr/local/lib/php.ini
|
||||
13. cp php.ini-dist /usr/local/lib/php.ini
|
||||
|
||||
You can edit your .ini file to set PHP options. If
|
||||
you prefer this file in another location, use
|
||||
--with-config-file-path=/path in step 8.
|
||||
|
||||
12. Edit your httpd.conf or srm.conf file and check that these lines are
|
||||
14. Edit your httpd.conf or srm.conf file and check that these lines are
|
||||
present and not commented out:
|
||||
|
||||
AddType application/x-httpd-php .php
|
||||
|
@ -64,7 +64,7 @@
|
|||
correct for the steps shown above.
|
||||
|
||||
|
||||
13. Use your normal procedure for starting the Apache server. (You must
|
||||
15. Use your normal procedure for starting the Apache server. (You must
|
||||
stop and restart the server, not just cause the server to reload by
|
||||
use a HUP or USR1 signal.)
|
||||
]]>
|
||||
|
|
Loading…
Reference in a new issue