I will post three from each as I have many.
8bitclassics.com
Code:
<VirtualHost 172.21.152.31:80>
DocumentRoot /var/www/8bitclassics.com/web
ServerName 8bitclassics.com
ServerAlias www.8bitclassics.com
ServerAdmin webmaster@8bitclassics.com
ErrorLog /var/clients/client1/web2/log/error.log
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
<Directory /var/www/8bitclassics.com/web>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
</Directory>
# cgi enabled
ScriptAlias /cgi-bin/ /var/clients/client1/web2/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
# mod_php enabled
AddType application/x-httpd-php .php .php3 .php4 .php5
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@8bitclassics.com"
php_admin_value upload_tmp_dir /var/clients/client1/web2/tmp
php_admin_value session.save_path /var/clients/client1/web2/tmp
#php_admin_value open_basedir /var/clients/client1/web2:/usr/share/php5
</VirtualHost>
koltz.com
Code:
<VirtualHost 172.21.152.31:80>
DocumentRoot /var/www/koltz.com/web
ServerName koltz.com
ServerAlias www.koltz.com
ServerAdmin webmaster@koltz.com
ErrorLog /var/clients/client1/web1/log/error.log
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
<Directory /var/www/koltz.com/web>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
</Directory>
# cgi enabled
ScriptAlias /cgi-bin/ /var/clients/client1/web1/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
# mod_php enabled
AddType application/x-httpd-php .php .php3 .php4 .php5
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@koltz.com"
php_admin_value upload_tmp_dir /var/clients/client1/web1/tmp
php_admin_value session.save_path /var/clients/client1/web1/tmp
#php_admin_value open_basedir /var/clients/client1/web1:/usr/share/php5
</VirtualHost>
hullprodj.com
Code:
<VirtualHost 172.21.152.31:80>
DocumentRoot /var/www/hullprodj.com/web
ServerName hullprodj.com
ServerAlias www.hullprodj.com
ServerAdmin webmaster@hullprodj.com
ErrorLog /var/clients/client2/web12/log/error.log
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
<Directory /var/www/hullprodj.com/web>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
</Directory>
# cgi enabled
ScriptAlias /cgi-bin/ /var/clients/client2/web12/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
# mod_php enabled
AddType application/x-httpd-php .php .php3 .php4 .php5
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@hullprodj.com"
php_admin_value upload_tmp_dir /var/clients/client2/web12/tmp
php_admin_value session.save_path /var/clients/client2/web12/tmp
#php_admin_value open_basedir /var/clients/client2/web12:/usr/share/php5
</VirtualHost>
gamingdealz.com
Code:
<VirtualHost 172.21.152.32:80>
DocumentRoot /var/www/gamingdealz.com/web
ServerName gamingdealz.com
ServerAlias www.gamingdealz.com
ServerAdmin webmaster@gamingdealz.com
ErrorLog /var/clients/client1/web3/log/error.log
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
<Directory /var/www/gamingdealz.com/web>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
</Directory>
# cgi enabled
ScriptAlias /cgi-bin/ /var/clients/client1/web3/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
# mod_php enabled
AddType application/x-httpd-php .php .php3 .php4 .php5
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@gamingdealz.com"
php_admin_value upload_tmp_dir /var/clients/client1/web3/tmp
php_admin_value session.save_path /var/clients/client1/web3/tmp
#php_admin_value open_basedir /var/clients/client1/web3:/usr/share/php5
</VirtualHost>
thegamestore.us
Code:
<VirtualHost 172.21.152.32:80>
DocumentRoot /var/www/thegamestore.us/web
ServerName thegamestore.us
ServerAlias www.thegamestore.us
ServerAdmin webmaster@thegamestore.us
ErrorLog /var/clients/client1/web13/log/error.log
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
<Directory /var/www/thegamestore.us/web>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
</Directory>
# cgi enabled
ScriptAlias /cgi-bin/ /var/clients/client1/web13/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
# mod_php enabled
AddType application/x-httpd-php .php .php3 .php4 .php5
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@thegamestore.us"
php_admin_value upload_tmp_dir /var/clients/client1/web13/tmp
php_admin_value session.save_path /var/clients/client1/web13/tmp
#php_admin_value open_basedir /var/clients/client1/web13:/usr/share/php5
</VirtualHost>
geekdealz.com
Code:
<VirtualHost 172.21.152.32:80>
DocumentRoot /var/www/geekdealz.com/web
ServerName geekdealz.com
ServerAlias www.geekdealz.com
ServerAdmin webmaster@geekdealz.com
ErrorLog /var/clients/client1/web11/log/error.log
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
<Directory /var/www/geekdealz.com/web>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
</Directory>
# cgi enabled
ScriptAlias /cgi-bin/ /var/clients/client1/web11/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
# mod_php enabled
AddType application/x-httpd-php .php .php3 .php4 .php5
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@geekdealz.com"
php_admin_value upload_tmp_dir /var/clients/client1/web11/tmp
php_admin_value session.save_path /var/clients/client1/web11/tmp
#php_admin_value open_basedir /var/clients/client1/web11:/usr/share/php5
</VirtualHost>