<?xml version="1.0" encoding="UTF-8"?>
<cheatsheet>
  <created-at type="datetime">2009-03-17T20:22:23Z</created-at>
  <description>VirtualHosts:-
ServerName 127.0.0.1 | local ipaddress for testing locally
NameVirtualHost * | setting up named virtual hosts for all addresses
&lt;VirtualHost *&gt; | setting up names virtual hosts for all addresses
ServerName app.yourdomain.com | this virtual host will handle all the requests for app.yourdomain.com
Server Alias app2.yourdomain.com | this virtual host will also handle requests for app2.yourdomain.com
DocumentRoot /path/to/rails_app/public | points to document root of your app
&lt;/VirtualHost&gt; | finish the tag - you can have any number of virtual hosts - first one will be default 

</description>
  <id type="integer">23</id>
  <title>Apache</title>
  <updated-at type="datetime">2009-03-17T20:22:23Z</updated-at>
</cheatsheet>
