51Testing软件测试论坛

标题: 求mantis 的配置说明 [打印本页]

作者: sunhongdongkun    时间: 2004-12-9 17:04
标题: 求mantis 的配置说明
哪位大虾有mantis 的详细配置说明啊,传个上来啊,发给我也行啊
在apach+php  或iis+php 的都行,不过最好是 iis+php 的
邮箱:sdhk_82@163.com
作者: sunhongdongkun    时间: 2004-12-10 15:51
标题: 晕啊 没有人回应啊?????
请帮个忙吧
作者: goodsong    时间: 2004-12-18 12:36
如果你所安装环境是php+mysql+apache可以参考
http://soft.blogdriver.com/soft/458525.html
作者: candle999    时间: 2005-4-8 14:13
4)为apache安装mantis系统
   打开c:\apache-2.0.52 \conf\httpd.conf文件,添加如下内容到文件尾
   Alias /mantis "c:/mantis-0.19.2/"
   <Directory "c:/mantis-0.19.2/">
    Options Indexes
    AllowOverride None
    Order allow,deny
    Allow from all
  </Directory>
  查找DirectoryIndex,添加index.php到后面。像这样DirectoryIndex index.html index.html.var index.php


安装的时候是照这个说明做的,只是我的是装在d盘,怎么启了apache后,mantis还是启不来呢?有哪位大侠知道吗?
作者: 西西    时间: 2005-4-8 16:07
你可以先设个简单的默认页,然后启动apache指向的服务器地址,看默认页是否能正常运行,如果可以,那么说明你的apache服务启动正常,然后把mantis拷贝到apache的指定运行目录下可以了。
作者: candle999    时间: 2005-4-8 16:36
apache启动是正常的,默认页面可以访问,但是把mantis拷进去后还是不能正常访问
作者: 西西    时间: 2005-4-11 15:45
有错误提示么?是什么提示?




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2