Thanks for your dag rpm . I just installed it . Thereafter what wiyklll have to do? There is a file trac.conf [root at worldnet ~]# cat /etc/httpd/conf.d/trac.conf Alias /trac/ "/usr/share/trac/htdocs/" ### Trac need to know where the database is located <Location "/cgi-bin/trac.cgi"> SetEnv TRAC_ENV "/usr/share/trac/myproject.db" </Location> ### You need this to allow users to authenticate <Location "/cgi-bin/trac.cgi/login"> AuthType Basic AuthName "trac" AuthUserFile /usr/share/trac/trac.htpasswd Require valid-user </location> so that means Now I can go via http://ipaddress/trac/ But it stays, Below is what I did. http://192.168.102.25/trac/ Forbidden You don't have permission to access /trac/ on this server. ------------------------------ Apache/2.0.52 (CentOS) Server at 192.168.102.25 Port 80 Why is that? ---------- Forwarded message ---------- From: Paul Heinlein <heinlein at madboa.com> Date: Nov 14, 2006 7:05 PM Subject: Re: [CentOS] opens source trouble ticket To: CentOS mailing list <centos at centos.org> On Tue, 14 Nov 2006, Indunil Jayasooriya wrote: > Hi all, > > I am lookng for a truble ticket to install on my Cents os 4.4 > server. Someone else mentioned RT, which is a good choice if you want to support a fairly complex help-desk system. If your needs are fairly simple, Trac will be far simpler to learn and maintain. You can find Dag's excellent rpm for it in the rpmforge repository or on his site: http://dag.wieers.com/packages/trac/ -- Paul Heinlein <> heinlein at madboa.com <> www.madboa.com _______________________________________________ CentOS mailing list CentOS at centos.org http://lists.centos.org/mailman/listinfo/centos -- Thank you Indunil Jayasooriya -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20061116/8ea7b6b1/attachment-0005.html>