Actually this is very simple, take care to follow the steps below:
Get the latest Apache 1.3 Kit at http://www.apache.org/dist/
Unzip (Ungzip) and unpack (Untar) to the path specified by Apache, such as/usr/local/src/apache-1.3.
Edit PHP, run the./configure--with-apache=//apache-1.3 (path to place the path of the apache-1.3)
Enter "make", and after running, run "do install" to copy the required files to the Apache directory. The
jumps to Apache path//apache-1.3/src and edits the configuration file. At the end of the file, add the addmodule modules/php3/libphp3.a string
Run './configure ' before running ' make '.
Now you have httpd binaries with PHP.
Note: You can also run the Apache./configure configuration file. Refer to the Readme.configure file in your Apache suite. Also, take a look at the install file in the PHP suite.
http://www.bkjia.com/phpjc/632424.html www.bkjia.com true http://www.bkjia.com/phpjc/632424.html techarticle Actually it is very simple, be careful to follow the steps below: Get the latest Apache 1.3 kit in http://www.apache.org/dist/ Unzip (Ungzip) and unpack (Untar) to the path specified by Apache, such as ...