linux下如何安装apache php

发布时间:2024-06-10
linux下安装apache php的方法:首先下载“httpd-2.2.11”并解压安装包 ;然后通过“make install”进行编译安装;接着下载php并进行编译安装;最后修改配置文件即可。
linux下安装apache php过程
安装apache过程总结
安装httpd-2.2.11
下载地址:http://archive.apache.org/dist/httpd/
安装过程
[root@zhibing /]# rpm -qa |grep httpdhttpd-manual-2.0.52-32.enthttpd-suexec-2.0.52-32.entsystem-config-httpd-1.3.1-1httpd-2.0.52-32.ent //查看本机是否已经安装httpd [root@zhibing /]# rpm -e httpd --nodeps //删除本机存在的httpd [root@zhibing tmp]# tar zxvf httpd-2.2.11.tar.gz //解压安装包 [root@zhibing tmp]# cd httpd-2.2.11 //进入httpd-2.2.11 [root@zhibing httpd-2.2.11]# ./configure --prefix=/usr/local/apache --enable-s0 //检测程序, --prefix 软件要安装的路径–enable-so表示让apache核心装载dso,但是不实际编译任何动态模块 [root@zhibing httpd-2.2.11]# make //编译 [root@zhibing httpd-2.2.11]# make install //编译后安装
安装 php-5.2.9
下载地址:http://cn.php.net/downloads.php
注意:安装php-5.2.9之前,png,gd,freetype,zlib,mysql,openssl都存在,若不存在,手动安装一下
安装过程
[root@zhibing tmp]# tar zxvf php-5.2.9.tar.gz [root@zhibing tmp]#cd php-5.2.9.tar.gz[root@zhibing php-5.2.9]#./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs --with-png-dir --with-gd --with-freetype-dir --with-zlib --with-mysql=/usr/local/mysql --with-openssl --with-gettext -enable-sockets //检测程序,并同时加载相关参数 [root@zhibing php-5.2.9]#make && make install //编译安装 [root@zhibing php-5.2.9]#cp php.ini-recommended /usr/local/php/lib/php.ini //拷贝php.ini文件启动时会读取到的配置文件 [root@zhibing php-5.2.9]#ln -s /usr/local/php/bin/* /usr/local/bin/ //连接 ot@zhibing php-5.2.9]#lvi /usr/local/apache/conf/httpd.conf //修改配置文件添加
addtype application/x-gzip .gz .tgzaddtype application/x-httpd-php .phpaddtype p_w_picpath/x-icon .ico添加
index.php index.html index.html.var <ifmodule dir_module> directoryindex index.html index.php index.html index.html.var</ifmodule>
测试:
[root@zhibing ]#vi /usr/local/apache/htdocs/test.php //新建test.php在新文件中添加
<?phpphpinfo();?>wq保存退出
phpinfo是特殊的php函数,可以显示目前服务器内php模块的相关核心数据
[root@zhibing ]## /usr/local/apache/bin/apachectl –k stop [root@zhibing ]##/usr/local/apache/bin/apachectl –k start //重新启动apache
在浏览器中输入主机地址例如http://主机ip/test.php如有出现下面图片就说明apace安装成功
上一个:华新科(Walsin)贴片电容和风华贴片电容那个好?
下一个:射频电路物理分区与电气分区设计分区

浪漫蛋糕做法 浪漫蛋糕做法是什么
小米2帐户和密码忘了怎么办,小米2账号密码忘了怎么办
HR150A 洛氏硬度计概述
GF 意大利Riello气体燃烧器/燃烧器
注册com域名策略 从域名注册不到怎么办
家用甲醛检测仪测得准确吗(家用甲醛检测仪器有用吗)
电视怎么联网连接wifi,网络电视怎样连接wifi
炸小黄鱼挂糊技巧 炸小黄鱼的方法
电动车撞路人肇事百分之五十怎么处理
台式电脑硬盘作用大吗