RailsPlayground Mod_deflate Disabled on developer accounts, can check which mods are enabled with <?php print_r(apache_get_modules()); ?>
All posts in category Apache
RailsPlayground Mod_deflate Disabled on developer accounts
Posted by peterdillon@gmail.com on October 17, 2010
http://www.peter-dillon.com/railsplayground-mod_deflate-disabled-on-developer-accounts/
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 [...]
Posted by peterdillon@gmail.com on September 16, 2010
http://www.peter-dillon.com/apache-2-virtual-host-setup-for-windows/