Enabling FastCGI on MediaTemple

This article applies to enabling FastCGI support for PHP scripts on MediaTemple hosting. Following sequence of commands/actions as mentioned below. Order is important! 1. Check how your PHP scripts are served Create a file with name “info.php” on your domains webroot directory – example path:** “/var/www/vhosts/example.com/”** Add following codes in it.** ** <php phpinfo(); >… Continue reading Enabling FastCGI on MediaTemple

Manage SVN Users with htpasswd

We use SVN to manage our source codes for different projects. SVN uses http-based authentication. Below are commands to manage SVN users: Adding a user htpasswd -b /path/to/svn-auth-file username password Deleting  a user htpasswd -D /path/to/svn-auth-file user.name