Tag: Web Server

Subfolder to Subdomain with .htaccess

10 September 2013

Convert Subfolder to Subdomain with .htaccess For Example, if you have your url is “http://domain.com/sexy/” and “http://domain.com/files” but you want to convert them all to subdomain too. such as “http://sexy.domain.com” and “http://files.domain.com”. The easiest way to convert folder to subdomain is to use .htaccess, Reconfigured your ServerAlias in Apache Virtual host and add a wildcard A […]

Installing Siege Stress Tester on CentOS 6

29 August 2013

Siege, similar to Apache Benchmark, is an amazing stress testing tool for your web-server. You can spin up a number of connections to simulate concurrency of transactions and gain invaluable insight into how your app or website might perform while under, well, stress! How to Install Siege on CentOS 6 To get started, simply download […]