<VirtualHost *:80>
ServerName xmpinker.com
ServerAlias [url]www.xmpinker.com[/url]
DocumentRoot D:/ror/work/public/
<Directory "D:/ror/work/public/">
Options ExecCGI FollowSymLinks
AllowOverride all
Allow from all
Order allow,deny
AddHandler cgi-script.cgi
AddHandler fastcgi-script.fcgi
</Directory>
# Options FollowSymlinks ExecCGI
# RewriteEngine On
# RewriteLogLevel 0
</VirtualHost>