sunhongdongkun 发表于 2004-12-9 17:04:16

求mantis 的配置说明

哪位大虾有mantis 的详细配置说明啊,传个上来啊,发给我也行啊
在apach+php或iis+php 的都行,不过最好是 iis+php 的
邮箱:sdhk_82@163.com

sunhongdongkun 发表于 2004-12-10 15:51:44

晕啊 没有人回应啊?????

请帮个忙吧

goodsong 发表于 2004-12-18 12:36:25

如果你所安装环境是php+mysql+apache可以参考
http://soft.blogdriver.com/soft/458525.html

candle999 发表于 2005-4-8 14:13:54

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:10

你可以先设个简单的默认页,然后启动apache指向的服务器地址,看默认页是否能正常运行,如果可以,那么说明你的apache服务启动正常,然后把mantis拷贝到apache的指定运行目录下可以了。

candle999 发表于 2005-4-8 16:36:53

apache启动是正常的,默认页面可以访问,但是把mantis拷进去后还是不能正常访问

西西 发表于 2005-4-11 15:45:38

有错误提示么?是什么提示?
页: [1]
查看完整版本: 求mantis 的配置说明