<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName [SITE].[DOMAIN].com
MonoAutoApplication disabled
AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx .axd
MonoSetEnv MONO_IOMAP=all
MonoApplications "/:/var/www/site"
MonoServerPath default /usr/bin/mod-mono-server4
DocumentRoot /var/www/site
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/site>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
SetHandler mono
DirectoryIndex index.aspx index.html
</Directory>
ErrorLog /var/log/apache2/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel debug
CustomLog /var/log/apache2/access.log combined
</VirtualHost>
% bl0ck_qu0te%
:)