alindeman Wed Feb 6 17:12:39 2002 EDT
Modified files:
/phpdoc/en/chapters install.apache.xml
Log:
Step 11 in the example of installing apache on unix wasn't neccessary
Index: phpdoc/en/chapters/install.apache.xml
diff -u phpdoc/en/chapters/install.apache.xml:1.3
phpdoc/en/chapters/install.apache.xml:1.4
--- phpdoc/en/chapters/install.apache.xml:1.3 Wed Jan 23 20:54:11 2002
+++ phpdoc/en/chapters/install.apache.xml Wed Feb 6 17:12:38 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<sect1 id="install.apache">
<title>Servers-Apache</title>
<para>
@@ -39,14 +39,13 @@
overtop of your existing binary. Make sure you shut down your
server first though.
-11. cd ../php-x.x.x
-12. cp php.ini-dist /usr/local/lib/php.ini
+11. 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.
-13. Edit your httpd.conf or srm.conf file and check this line is not
+12. Edit your httpd.conf or srm.conf file and check this line is not
commented:
AddType application/x-httpd-php .php
@@ -55,7 +54,7 @@
we suggest. You can even include .html, and .php3 can be added for
backwards compatibility.
-14. Use your normal procedure for starting the Apache server. (You must
+13. 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.)
]]>
@@ -340,4 +339,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->