[users] Re: Clearsilver for Trac on x86_64
Michael Best
mbest at pendragon.org
Mon May 8 08:34:29 CEST 2006
Michael Best wrote:
> I was able to get this FC5 Clearsilver package to build on Centos 4
> x86_64 without any trouble.
>
> ftp://download.fedora.redhat.com/pub/fedora/linux/extras/development/SRPMS/clearsilver-0.10.3-3.fc5.src.rpm
>
>
> -Mike
Also I would suggest adding this to /etc/httpd/conf.d/trac.conf:
<Directory "/usr/share/trac/htdocs/">
AuthType Basic
AuthName "trac"
AuthUserFile /usr/share/trac/trac.htpasswd
Require valid-user
</Directory>
-Mike
More information about the users
mailing list