Home

zhangyiqun

Thoughts, stories and ideas.

Notes Blog Archives About
14 Jan 2011

Apache安装疑难记录

有段日子没碰apache有点生疏了。以后每次遇到问题都到这篇日志里记录下。

为什么不识别php文件而日志也没有报错?

检查是否在apache的httpd.conf中添加

LoadModule php5_module modules/libphp5.so

DirectoryIndex index.php index.html

AddType application/x-httpd-php .php

Notes Blog Archives About