Skip to content

Instantly share code, notes, and snippets.

@ryanstrandt
Created April 21, 2009 14:41
Show Gist options
  • Save ryanstrandt/99172 to your computer and use it in GitHub Desktop.
Save ryanstrandt/99172 to your computer and use it in GitHub Desktop.
# Active Collab
# domain: ac.glccc.org
# public: /home/gladmin/public_html/ac.glccc.org/public/
<VirtualHost *:80>
# Admin email, Server Name (domain name) and any aliases
ServerAdmin [email protected]
ServerName ac.glccc.org
ServerAlias ac.glccc.org
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.htm index.php
DocumentRoot /home/gladmin/public_html/ac.glccc.org/public
# Custom log file locations
LogLevel warn
ErrorLog /home/gladmin/public_html/ac.glccc.org/log/error.log
CustomLog /home/gladmin/public_html/ac.glccc.org/log/access.log combined
# Error pages
ErrorDocument 404 /errors/404.html
ErrorDocument 403 /errors/403.html
# cgi-bin script location
ScriptAlias /cgi-bin/ /home/gladmin/public_html/ac.glccc.org/cgi-bin/
<Location /cgi-bin>
Options +ExecCGI
</Location>
<Directory /home/gladmin/public_html/ac.glccc.org/public>
Options SymLinksIfOwnerMatch
</Directory>
</VirtualHost>
________________________________________________________________________________
# Crossroads
# domain: crossroads.glccc.org
# public: /home/gladmin/public_html/crossroads.glccc.org/public/
<VirtualHost *:80>
# Admin email, Server Name (domain name) and any aliases
ServerAdmin [email protected]
ServerName crossroads.glccc.org
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.htm index.php
DocumentRoot /home/gladmin/public_html/crossroads.glccc.org/public
# Custom log file locations
LogLevel warn
ErrorLog /home/gladmin/public_html/crossroads.glccc.org/log/error.log
CustomLog /home/gladmin/public_html/crossroads.glccc.org/log/access.log combined
# Error pages
ErrorDocument 404 /errors/404.html
ErrorDocument 403 /errors/403.html
# cgi-bin script location
ScriptAlias /cgi-bin/ /home/gladmin/public_html/crossroads.glccc.org/cgi-bin/
<Location /cgi-bin>
Options +ExecCGI
</Location>
<Directory /home/gladmin/public_html/crossroads.glccc.org/public>
AllowOverride All
Options SymLinksIfOwnerMatch
</Directory>
#php include for MU wp
php_value include_path ".:/home/gladmin/public_html/crossroads.glccc.org/public/local/:/home/gladmin/public_html/crossroads.glccc.org/public"
</VirtualHost>
_________________________________________________________________________
# CRUGLE
# domain: crugle.org
# public: /home/gladmin/public_html/crugle/public/
<VirtualHost *:80>
# Admin email, Server Name (domain name) and any aliases
ServerAdmin [email protected]
ServerName crugle.org
ServerAlias www.crugle.org
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.htm index.php
DocumentRoot /home/gladmin/public_html/crugle/public
<Directory /home/gladmin/public_html/crugle/public>
Options SymLinksIfOwnerMatch
</Directory>
</VirtualHost>
__________________________________________________________________________________
# Great Lakes Main Domain
# domain: glccc.org
# public: /home/gladmin/public_html/glccc.org/public/
<VirtualHost *:80>
# Admin email, Server Name (domain name) and any aliases
ServerAdmin [email protected]
ServerName glccc.org
ServerAlias *.glccc.org
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.htm index.php
DocumentRoot /home/gladmin/public_html/glccc.org/public
# Custom log file locations
LogLevel warn
ErrorLog /home/gladmin/public_html/glccc.org/log/error.log
CustomLog /home/gladmin/public_html/glccc.org/log/access.log combined
# Error pages
ErrorDocument 404 /errors/404.html
ErrorDocument 403 /errors/403.html
# cgi-bin script location
ScriptAlias /cgi-bin/ /home/gladmin/public_html/glccc.org/cgi-bin/
<Location /cgi-bin>
Options +ExecCGI
</Location>
<Directory /home/gladmin/public_html/glccc.org/public>
Options SymLinksIfOwnerMatch
</Directory>
#php include for MU wp
php_value include_path ".:/home/gladmin/public_html/glccc.org/public/local/:/home/gladmin/public_html/glccc.org/public"
</VirtualHost>
----------------------------------------------------------------------
# Indy Christmas Conference
# domain: indycc.org
# public: /home/gladmin/public_html/indycc.org/public/
<VirtualHost *:80>
# Admin email, Server Name (domain name) and any aliases
ServerAdmin [email protected]
ServerName indycc.org
ServerAlias www.indycc.org
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.htm index.php
DocumentRoot /home/gladmin/public_html/indycc.org/public
# Custom log file locations
LogLevel warn
ErrorLog /home/gladmin/public_html/indycc.org/log/error.log
CustomLog /home/gladmin/public_html/indycc.org/log/access.log combined
# Error pages
ErrorDocument 404 /errors/404.html
ErrorDocument 403 /errors/403.html
# cgi-bin script location
ScriptAlias /cgi-bin/ /home/gladmin/public_html/indycc.org/cgi-bin/
<Location /cgi-bin>
Options +ExecCGI
</Location>
<Directory /home/gladmin/public_html/indycc.org/public>
Options SymLinksIfOwnerMatch
</Directory>
#php include for MU wp
#php_value include_path ".:/home/gladmin/public_html/indycc.org/public/local/:/home/gladmin/public_html/indycc.org/public"
</VirtualHost>
-------------------------------------------------------------------
# NIU rememberance site
# domain: niutogetherforward.com
# public: /home/gladmin/public_html/niutogetherforward.com/public/
<VirtualHost *:80>
# Admin email, Server Name (domain name) and any aliases
ServerAdmin [email protected]
ServerName niutogetherforward.com
ServerAlias www.niutogetherforward.com
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.htm index.php
DocumentRoot /home/gladmin/public_html/niutogetherforward.com/public
# Custom log file locations
LogLevel warn
ErrorLog /home/gladmin/public_html/niutogetherforward.com/log/error.log
CustomLog /home/gladmin/public_html/niutogetherforward.com/log/access.log combined
# Error pages
ErrorDocument 404 /errors/404.html
ErrorDocument 403 /errors/403.html
# cgi-bin script location
ScriptAlias /cgi-bin/ /home/gladmin/public_html/niutogetherforward.com/cgi-bin/
<Location /cgi-bin>
Options +ExecCGI
</Location>
<Directory /home/gladmin/public_html/niutogetherforward.com/public>
Options SymLinksIfOwnerMatch
</Directory>
#php include for MU wp
php_value include_path ".:/home/gladmin/public_html/niutogetherforward.com/public/local/:/home/gladmin/public_html/niutogetherforward.com/public"
</VirtualHost>
---------------------------------------------------------------------------
# Northwestern website
# domain: nucru.com
# public: /home/gladmin/public_html/niucru.com/public/
<VirtualHost *:80>
# Admin email, Server Name (domain name) and any aliases
ServerAdmin [email protected]
ServerName nucru.com
ServerAlias www.nucru.com
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.htm index.php
DocumentRoot /home/gladmin/public_html/nucru.com/public
# Custom log file locations
LogLevel warn
ErrorLog /home/gladmin/public_html/nucru.com/log/error.log
CustomLog /home/gladmin/public_html/nucru.com/log/access.log combined
# Error pages
ErrorDocument 404 /errors/404.html
ErrorDocument 403 /errors/403.html
# cgi-bin script location
ScriptAlias /cgi-bin/ /home/gladmin/public_html/nucru.com/cgi-bin/
<Location /cgi-bin>
Options +ExecCGI
</Location>
<Directory /home/gladmin/public_html/nucru.com/public>
Options SymLinksIfOwnerMatch
</Directory>
#php include for MU wp
php_value include_path ".:/home/gladmin/public_html/nucru.com/public/local/:/home/gladmin/public_html/nucru.com/public"
</VirtualHost>
--------------------------------------------------------------------
# IndyCC Post Conference site
# domain: postconf.indycc.org
# public: /home/gladmin/public_html/postconf.indycc.org/public/
<VirtualHost *:80>
# Admin email, Server Name (domain name) and any aliases
ServerAdmin [email protected]
ServerName postconf.indycc.org
ServerAlias postconf.indycc.org
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.htm index.php
DocumentRoot /home/gladmin/public_html/postconf.indycc.org/public
# Custom log file locations
LogLevel warn
ErrorLog /home/gladmin/public_html/postconf.indycc.org/log/error.log
CustomLog /home/gladmin/public_html/postconf.indycc.org/log/access.log combined
# Error pages
ErrorDocument 404 /errors/404.html
ErrorDocument 403 /errors/403.html
# cgi-bin script location
ScriptAlias /cgi-bin/ /home/gladmin/public_html/postconf.indycc.org/cgi-bin/
<Location /cgi-bin>
Options +ExecCGI
</Location>
<Directory /home/gladmin/public_html/postconf.indycc.org/public>
Options SymLinksIfOwnerMatch
</Directory>
#php include for MU wp
php_value include_path ".:/home/gladmin/public_html/postconf.indycc.org/public/local/:/home/gladmin/public_html/postconf.indycc.org/public"
</VirtualHost>
--------------------------------------------------------------------------
# GL Staff site
# domain: staff.glccc.org
# public: /home/gladmin/public_html/staff.glccc.org/public/
<VirtualHost *:80>
# Admin email, Server Name (domain name) and any aliases
ServerAdmin [email protected]
ServerName staff.glccc.org
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.htm index.php
DocumentRoot /home/gladmin/public_html/staff.glccc.org/public
# Custom log file locations
LogLevel debug
ErrorLog /home/gladmin/public_html/staff.glccc.org/log/error.log
CustomLog /home/gladmin/public_html/staff.glccc.org/log/access.log combined
# Error pages
ErrorDocument 404 /errors/404.html
ErrorDocument 403 /errors/403.html
# cgi-bin script location
ScriptAlias /cgi-bin/ /home/gladmin/public_html/staff.glccc.org/cgi-bin/
<Location /cgi-bin>
Options +ExecCGI
</Location>
<Directory /home/gladmin/public_html/staff.glccc.org/public>
Options SymLinksIfOwnerMatch
</Directory>
</VirtualHost>
-----------------------------------------------------------------------------
# TEST VHOST
# domain: test.glccc.org
# public: /home/gladmin/public_html/test/public/
<VirtualHost *:80>
# Admin email, Server Name (domain name) and any aliases
ServerAdmin [email protected]
ServerName test.glccc.org
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.htm index.php
DocumentRoot /home/gladmin/public_html/test/public
# Custom log file locations
LogLevel warn
ErrorLog /home/gladmin/public_html/test/log/error.log
CustomLog /home/gladmin/public_html/test/log/access.log combined
# cgi-bin script location
ScriptAlias /cgi-bin/ /home/gladmin/public_html/test/cgi-bin/
<Location /cgi-bin>
Options +ExecCGI
</Location>
<Directory /home/gladmin/public_html/test/public>
Options SymLinksIfOwnerMatch
</Directory>
</VirtualHost>
-------------------------------------------------------------------------
# time2redefine.org
# domain: time2redefine.org
# public: /home/gladmin/public_html/time2redefine.org/public/
<VirtualHost *:80>
# Admin email, Server Name (domain name) and any aliases
ServerAdmin [email protected]
ServerName time2redefine.org
ServerAlias www.time2redefine.org
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.htm index.php
DocumentRoot /home/gladmin/public_html/time2redefine.org/public
# Custom log file locations
LogLevel warn
ErrorLog /home/gladmin/public_html/time2redefine.org/log/error.log
CustomLog /home/gladmin/public_html/time2redefine.org/log/access.log combined
# Error pages
ErrorDocument 404 /errors/404.html
ErrorDocument 403 /errors/403.html
# cgi-bin script location
ScriptAlias /cgi-bin/ /home/gladmin/public_html/time2redefine.org/cgi-bin/
<Location /cgi-bin>
Options +ExecCGI
</Location>
<Directory /home/gladmin/public_html/time2redefine.org/public>
AllowOverride All
Options SymLinksIfOwnerMatch
</Directory>
#php include for MU wp
php_value include_path ".:/home/gladmin/public_html/time2redefine.org/public/local/:/home/gladmin/public_html/time2redefine.org/public"
</VirtualHost>
----------------------------------------------------------------------------
# Zero Canvas
# domain: zerocanvas.com
# public: /home/gladmin/public_html/zerocanvas.com/public/
<VirtualHost *:80>
# Admin email, Server Name (domain name) and any aliases
ServerAdmin [email protected]
ServerName zerocanvas.com
ServerAlias www.zerocanvas.com
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.htm index.php
DocumentRoot /home/gladmin/public_html/zerocanvas.com/public
# Custom log file locations
LogLevel warn
ErrorLog /home/gladmin/public_html/zerocanvas.com/log/error.log
CustomLog /home/gladmin/public_html/zerocanvas.com/log/access.log combined
# Error pages
ErrorDocument 404 /errors/404.html
ErrorDocument 403 /errors/403.html
# cgi-bin script location
ScriptAlias /cgi-bin/ /home/gladmin/public_html/zerocanvas.com/cgi-bin/
<Location /cgi-bin>
Options +ExecCGI
</Location>
<Directory /home/gladmin/public_html/zerocanvas.com/public>
AllowOverride All
Options SymLinksIfOwnerMatch
</Directory>
#php include
php_value include_path ".:/home/gladmin/public_html/zerocanvas.com/public/local/:/home/gladmin/public_html/zerocanvas.com/public"
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment