There are few CMS which do not remove special characters from the post and use them while entering the title. You can remove them using redirects using htaccess file or httpd.conf itself. A very basic rewrite is written as below: Continue Reading »
Serve svn repository with apache in easy steps
You can serve svn repository with apache with easy steps as below:
1. Install svn module for apache:
with yum : yum install mod_dav_svn
Continue Reading »
mod_jk is not redirecting pages correctly without www.
We had a strange problem recently where the pages with www working properly and not behaving correctly without www. The setup contains VirtualHost entries for various domains. Each domain has corresponding java application hosted at tomcat6.0. Each virtual host entry has server alias defined as
Continue Reading »