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 »
Shell script to switch between different configurations.
A small shell script to switch between configurations quickly. Here you can run the script and change the desired configuration on the fly. In the example below we are switching between the Listen port from 80 and 808. For this we need the httpd.conf file and for the first time we also need to create entries for both the ports manually.
Continue Reading »