Archive for October, 2011
Purging in varnish.
0 Comments Published October 20th, 2011 in linux, monitoring, Open Source, performance, PHP.You might already know varnish. Its a so called website accelerator. It will sit in front of your web server as a reverse proxy, listening on port 80, handling static contents based on the configuration files, and pass all dynamic requests to the main web server behind it. varnish will help alot to reduce request [...]
sync svnserv passwd and trac htaccess file.
0 Comments Published October 19th, 2011 in bash, linux, Open Source.I have problem configuring trac to read svnserv password. So, I wrote a script which will convert the plaintext password of svnserv to htaccess password for trac to read. svnserv password format is as below [users] repoman = repomanpass This is the script to convert the file format into a htaccess file. #!/bin/bash path=/path/to/trac new_passwd_file=htpasswdnew [...]



