LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1123|回复: 1

xampp上安装zend的问题?

[复制链接]
发表于 2006-11-10 14:42:56 | 显示全部楼层 |阅读模式
原来服务器上跑安装了XAMPP来跑LAMP,安装在/opt/lampp/目录下,一切正常,现在新安装了zend在/opt/lampp/Zend,然后php无法执行了,打开http://xxxxxx/index.php,浏览器提示是否下载index.php……
 楼主| 发表于 2006-11-10 14:52:16 | 显示全部楼层
http.conf已经加载了php模块……
  1. <IfDefine JUSTTOMAKEAPXSHAPPY>
  2. LoadModule php4_module        modules/libphp4.so
  3. LoadModule php5_module        modules/libphp5.so
  4. </IfDefine>
  5. AddType application/x-httpd-php .php
  6. <IfModule dir_module>
  7.     #DirectoryIndex index.html
  8.     # XAMPP
  9.     DirectoryIndex index.html index.html.var index.php index.php3 index.php4
  10. </IfModule>
复制代码
回复 支持 反对

使用道具 举报

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

本版积分规则

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