Chinaunix首页 | 论坛 | 博客
  • 博客访问: 428426
  • 博文数量: 114
  • 博客积分: 3361
  • 博客等级: 中校
  • 技术积分: 1060
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-18 13:14
文章分类

全部博文(114)

文章存档

2012年(1)

2011年(84)

2010年(29)

分类:

2011-08-05 13:43:29

首先:httpd.conf增加
ServerName localhost
/etc/apache2/conf.d 下增加文件 trac.conf

  AuthType Basic
  AuthName "Trac"
  AuthUserFile /home/wang/Documents/trac/first-trac/passwd/trac.htpasswd
  Require valid-user


#setup trac on mod_python

   SetHandler mod_python
   PythonInterpreter main_interpreter
   PythonHandler trac.web.modpython_frontend
   PythonOption TracEnv /home/wang/Documents/trac/first-trac
   PythonOption TracUriRoot /trac
   Order allow,deny
   Allow from all





阅读(957) | 评论(0) | 转发(0) |
0

上一篇:trac python 升级

下一篇:bugzilla 安装

给主人留下些什么吧!~~