CentOS全部默认安装 按装GCC和设置防火墙 apache已经默认安装了。所以不需要再安装apache 检查一下有没有安装httpd-devel #rpm -qa | grep httpd-devel 如果没有安装,那需要安装一下 #rpm -ivh httpd-devel-2.2.3-53.el5.centos.x86_64.rpm 从官网下载php5.
- CentOS全部默认安装
- 按装GCC和设置防火墙
apache已经默认安装了。所以不需要再安装apache
检查一下有没有安装httpd-devel
#rpm -qa | grep httpd-devel
如果没有安装,那需要安装一下
#rpm -ivh httpd-devel-2.2.3-53.el5.centos.x86_64.rpm
从官网下载php5.3.8的安装包php-5.3.8.tar.bz2
#tar -xjvf php-5.3.8.tar.bz2
#cd php-5.3.8
#./configure --prefix=/usr/local/php5 --with-apxs2=/usr/sbin/apxs
如果这时候报错:configure: error: xml2-config not found. Please check your libxml2 installation.
那么看一下有没有安装libxml2-2.6.26-2.1.12.x86_64.rpm 和 libxml2-devel-2.6.26-2.1.12.x86_64.rpm
如果没有安装,安装一下就可以解决。
#make install
#cp php.ini-development /usr/local/php5/php.ini
这时候会发现,Apache的配置文件(/ect/httpd/conf/httpd.conf)被修改了。
追加了
LoadModule php5_module /usr/lib64/httpd/modules/libphp5.so
如果没有这一项的话,那要手动追加一下。
然后再追加一下
AddType application/x-httpd-php .php
最后重启apache

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download
The most popular open source editor

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 Chinese version
Chinese version, very easy to use
