- 论坛徽章:
- 0
|
apache 2.0.59
php 5.2.4
只要一运行php 就回提示下载,
我看了相关资料 说加载模块
该怎么加???
我的httpd.conf里面没有 模块
把下面的模块直接加到 httpd.conf 不可以呀
<IfModule mime_module>
TypesConfig conf/mime.types
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
[root@localhost modules]# /usr/local/apache/bin/apachectl -l
Compiled in modules:
core.c
mod_access.c
mod_auth.c
mod_include.c
mod_log_config.c
mod_env.c
mod_setenvif.c
prefork.c
http_core.c
mod_mime.c
mod_status.c
mod_autoindex.c
mod_asis.c
mod_cgi.c
mod_negotiation.c
mod_dir.c
mod_imap.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_so.c
[root@localhost modules]#
[ 本帖最后由 winew 于 2007-9-1 17:43 编辑 ] |
|