QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1198|回复: 4

FC4 下 PHP + APACHE 问题

[复制链接]
发表于 2005-8-21 22:54:01 | 显示全部楼层 |阅读模式
FC4下默认安装了PHP 5.0.0.4.10 请问一下默认的安装目录在哪里呢?

我参照以下文章进行设置:

http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=107525&highlight=RHEL+AS+4%CF%B5%CD%B3%D3%A6%D3%C3%A3%BAweb%B7%FE%CE%F1%C6%F7%C6%AA

×××××××××××××××××××××××××××××××
三、PHP脚本语言(PHP Ver5.0.3)
  PHP v5.0.3 For Linux
  PHP是一种新型的CGI程序编写语言,易学易用,运行速度快,可以方便快捷地编写出功能强大,运行速度快,并可同时运行于Windows、Unix、 Linux 平台的Web后台程序。
  下载地址:
http://down.chinaz.com/S/7001.asp

  1、解压缩文件至/usr/local/src/
  2、进入目录
  #cd /usr/local/src/php-5.0.3
  3、配置
  #./configure --prefix=/usr/local/php5 --with-mysql=/usr/local/mysql --with-mail --with-apxs2=/usr/local/apache/bin/apxs
  4、编译
  #make
  5、安装
  #make install
  6、复制php.ini文件
  #cp php.ini-dist /usr/local/lib/php.ini
  7、编辑/usr/local/apache/conf/httpd.conf
  (1)397附近DirectoryIndex行中加入index.php,变成:
代码:
DirectoryIndex index.php index.html index.html.var index.htm

  (2)827附近的#AddType application/x-tar .tgz下方加入两行:
代码:
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps

  8、测试
  (1)删除/var/www/html/下index.*文件,编辑index.php保存到这里,内容为:
代码:
<?
phpinfo();
?>

  (2)重启web服务器
  #httpd -k stop
  #httpd -k start
  (3)Firefox地址栏输入http://localhost/,回车。
  看到PHP5配置表了吗?OK,稍事休息,我们还有许多工作要做呢。
××××××××××××××××××××××××××××××××××××××

我的PHP不能正常显示PHPINFO()信息。

在浏览器里页面是空白的,也没有提示什么错误。
是不是FC4下的与其它的不同呢?我该怎么做呢?
发表于 2005-8-22 09:54:42 | 显示全部楼层
FC4不熟,似乎php.ini应该放入/etc或/usr/local/etc,并且在configure时指明配置文件的放置路径。
回复

使用道具 举报

发表于 2005-8-22 15:35:18 | 显示全部楼层
你安装时指了prefix当然目录树就从那起了
回复

使用道具 举报

 楼主| 发表于 2005-8-22 23:37:14 | 显示全部楼层
FC4自带的,我也不知道默认安装到哪里了呀.
回复

使用道具 举报

发表于 2005-8-23 08:40:58 | 显示全部楼层
rpm -ql httpd-2.0.54
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-5 13:43 , Processed in 0.042645 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表