Information and Links
Join the fray by commenting, tracking what others have to say, or linking to it from your blog.
Urchin and HTTPS on RHEL and Ensim
A very useful little How-to that quickly lets you set up Urchin so that you can access it under https instead of http.
cd /usr/local/urchin/var
cp /etc/httpd/conf/ssl.crt/server.crt /usr/local/urchin/var/server.crt
cp server.key.sample server.key
Now we need to change the start up line
pico -w /etc/init.d/urchin
change this line->"$INSTALLDIR/bin/urchinctl" start
to this->"$INSTALLDIR/bin/urchinctl" -e start
Restart urchin and your firewall
/etc/init.d/urchin restart
/etc/init.d/apf restart
All you need to do now, is simply navigate to the urchin site under https. For example:
https://www.yourdomain.com:9899/

