Home > Backend Development > PHP Tutorial > I don't know how to install PHP on Apache1.3? _PHP Tutorial

I don't know how to install PHP on Apache1.3? _PHP Tutorial

WBOY
Release: 2016-07-13 10:53:00
Original
910 people have browsed it

Actually this is very simple, follow the steps below carefully:
Get the latest Apache 1.3 package from 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 and run ./configure --with-apache=//apache-1.3 (path is the path where apache-1.3 is placed)
Enter "make", after running, run "make install", copy the required files to the Apache directory.
Jump to the Apache path //apache-1.3/src and edit the Configuration file. Add the AddModule modules/php3/libphp3.a string at the end of the file
Run './Configure' and then 'make'.
Now, you have the httpd binary with PHP.
Note: You can also run Apache’s ./configure configuration file. Refer to the README.configure file in your Apache package. Also, take a look at the INSTALL file in the PHP suite.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/632424.htmlTechArticleActually this is very simple, follow the steps below carefully: At http://www.apache.org /dist/ Get the latest Apache 1.3 package to unzip (ungzip) and unpack (untar) to the path specified by Apache, such as...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template