rasmus 99/02/07 10:03:54
Modified: . README.configure
Log:
Update Apache/APXS/PHP documentation
Revision Changes Path
1.17 +19 -0 apache-1.3/README.configure
Index: README.configure
===================================================================
RCS file: /home/cvs/apache-1.3/README.configure,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- README.configure 1999/01/14 00:41:34 1.16
+++ README.configure 1999/02/07 18:03:53 1.17
@@ -284,3 +284,22 @@
$ make
$ make install
+ 3. You can also use APXS:
+
+ $ cd apache-1.3.X
+ $ ./configure --prefix=/path/to/apache --enable-shared=max
+ $ make
+ $ make install
+
+ $ cd php-3.0.X
+ $ ./configure --with-apxs=/path/to/apache/bin/apxs \
+ --with-config-file-path=/path/to/apache
+ $ make
+ $ make install
+
+ At this point don't forget to edit your conf/httpd.conf file and
+ make sure the file contains the line:
+
+ AddType application/x-httpd-php3 .php3
+
+ Then restart your server.