All posts in category Apache

RailsPlayground Mod_deflate Disabled on developer accounts

RailsPlayground Mod_deflate Disabled on developer accounts, can check which mods are enabled with <?php print_r(apache_get_modules()); ?>

Apache 2 Virtual Host Setup for Windows

Setting up Virtual Hosts with Apache 2.2 is a fairly painless process. First I created a webroot folder to contain all the local sites.For each project i created a folder personal.blog.localhost. Inside this folder create a www folder. Should look something like C:\webroot\personal.blog.localhost\www Then edit your hosts file, it can be found c:\windows\system32\drivers\etc\hosts add a [...]