All pastes #2016674 Raw Edit

Untitled

public text v1 · immutable
#2016674 ·published 2010-12-11 18:07 UTC
rendered paste body
<VirtualHost *:80>
    ServerAdmin bluethundr@gmail.com
    DocumentRoot "/mnt/store/web/html/jokefire.com"
    ServerName jokefire.com
    ServerAlias www.jokefire.com
    ServerAlias alpha.jokefire.com
    ServerAlias www.alpha.jokefire.com
    ServerAlias jokefire.org
    ServerAlias www.jokefire.org
    ServerAlias jokefire.net
    ServerAlias www.jokefire.net
    ServerAlias alpha.jokefire.org
    ServerAlias www.alpha.jokefire.org
    ServerAlias www.alpha.jokefire.net
    ErrorLog "/var/log/httpd/jokefire.com-error_log"
    CustomLog "/var/log/httpd/jokefire.com-access_log" common
    <Directory /mnt/store/web/html/jokefire.com>
      order allow,deny
      Allow from all
    </Directory>
</VirtualHost>