QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1267|回复: 4

php在APACHE中不工作,Fedroa 4.0

[复制链接]
发表于 2006-3-8 18:15:12 | 显示全部楼层 |阅读模式
我刚装了FEDROA CORE 4.0,包括了APACHE SERVER 2.0和PHP.我试运行了APACHE SERVER,可以成功的看到测试页,但是无法识别PHP文件.我写了一个短的INDEX.PHP文件,内容如下:
<?php
phpinfo();
?>
但系统显示如下:
403 Forbidden

You don't have permission to access /index.php on this server.
Apache/2.0.54 (Fedora) Server at zhang-linux Port 80

我检查了/etc/httpd/conf/httpd.conf,for php,文件中包含一行:
Include conf.d/*.conf
在/etc/httpd/conf.d/php.conf中,内容包括:
LoadModule php5_module modules/libphp5.so
AddHandler php5-script .php
AddType text/html .php
DirectoryIndex index.php
AddType application/x-httpd-php-source .phps

请各位老大帮我看一下,哪里有问题.我已经disable firewall and SElinux.

index.html和index.php都在/var/www/manual目录下,有同样的权限.
#ls -l index*
-rwxrwxrwx 1 root root 603 2005-02-20 index.html
-rw-r--r-- 1 root root 7517 2005-02-20 index.html.de
-rw-r--r-- 1 root root 7434 2005-02-20 index.html.en
-rw-r--r-- 1 root root 7815 2005-03-31 index.html.es
-rw-r--r-- 1 root root 7624 2005-02-27 index.html.fr
-rw-r--r-- 1 root root 7431 2005-02-20 index.html.ja.euc-jp
-rw-r--r-- 1 root root 7164 2005-02-20 index.html.ko.euc-kr
-rw-r--r-- 1 root root 7487 2005-02-20 index.html.ru.koi8-r
-rwxrwxrwx 1 root root 20 3月 8 00:26 index.php
发表于 2006-3-8 19:18:33 | 显示全部楼层
更改apache的配制文件.../apache/conf/httpd.conf:得加几行,目的是让apache能解释php程序:
  查找#AddType text/html .shtml 行,在下面添加
  AddType application/x-httpd-php .php
   找到#ServerName ...,改这一行为ServerName localhost
  找到DirectoryIndex index.html,增加下面这句使网站的默认页也能够为index.php
  DirectoryIndex index.php
  找到DocumentRoot和<Directory "/usr/local/apache/htdocs">把 "/usr/local/apache/htdocs",改成你的网站目录
  安全起见,找到Options Indexes FollowSymLinks,改成Options none
    或 Options MultiViews

另外不知道你安装的PHP是否加入了针对apache的正确参数
回复

使用道具 举报

 楼主| 发表于 2006-3-8 20:34:17 | 显示全部楼层
我检查过了,都没问题啊!
回复

使用道具 举报

发表于 2006-3-19 23:26:12 | 显示全部楼层
403 Forbidden :
chmod -R 755 /home/apache
回复

使用道具 举报

发表于 2006-3-20 01:41:31 | 显示全部楼层
[code:1]Options ExecCGI[/code:1]
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-2 20:33 , Processed in 0.047978 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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