Mailing List Archive

[Bug 9225] New: - Httpd 2.0.36 chokes
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9225>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9225

Httpd 2.0.36 chokes

Summary: Httpd 2.0.36 chokes
Product: Apache httpd-2.0
Version: 2.0.36
Platform: PC
URL: http://www.nk.ca
OS/Version: Other
Status: NEW
Severity: Blocker
Priority: Other
Component: Build
AssignedTo: bugs@httpd.apache.org
ReportedBy: root@nk.ca


Script started on Sat May 18 16:46:57 2002
doctor.nl2k.ab.ca//var/www/conf$ echo

doctor.nl2k.ab.ca//var/www/conf$ ech  i   o This is a critical error in
Apache 2.0
This is a critical error in Apache 2.0
doctor.nl2k.ab.ca//var/www/conf$ /usr/contrib/bin/httpd -v
Server version: Apache/1.3.24 (Unix)
Server built: May 17 2002 17:55:09
doctor.nl2k.ab.ca//var/www/conf$ /usr/contrib/bin/httpd
-v/bin/httpd -v[.K/bin/httpd
-v[.K/bin/httpd -v[.K/bin/httpd
-v[.K/bin/httpd -v[.K/bin/httpd
-v[.K/bin/httpd -v[.Kbin/httpd
-v[.K/bin/httpd -v[.K/bin/httpd
-v[.K/bin/httpd -v[.Kv/bin/httpd
-va/bin/httpd -vr/bin/httpd -v//bin/httpd
-vw/bin/httpd -vw/bin/httpd -vw/bin/httpd
-v
Server version: Apache/2.0.36
Server built: May 10 2002 20:20:51
doctor.nl2k.ab.ca//var/www/conf$ echo I am keeping the two sepat rate
I am keeping the two separate
doctor.nl2k.ab.ca//var/www/conf$ cat httpd_ .conf_1.3.24
# -FrontPage- version=4.0llow


Perlrequire /var/www/conf/startup.pl


ServerType standalone


Port 80


HostnameLookups on


User www
Group www

ServerAdmin root@mail.nl2k.ab.ca


ServerRoot "/var/www/"

ErrorLog /var/log/httpd/error_log


LogLevel warn


LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent


CustomLog /var/log/httpd/access_log combined
#CustomLog /var/log/httpd/access_log %h %l %u %t \"%r\" %>s %b
\"%{Referer}i\" \"%{User-Agent}i\""



PidFile /var/run/httpd.pid

ScoreBoardFile /var/run/apache_runtime_status

LockFile /var/run/accept.lock

ExtendedStatus On

ServerName www.nl2k.ab.ca

ServerSignature on

UseCanonicalName on

ResourceConfig /dev/null

<Directory /var/www/docs>


Options Indexes FollowSymLinks MultiViews
Options Includes ExecCGI
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm


AllowOverride All


order allow,deny
allow from all


</Directory>
<Directory /var/www/docs/users>
order allow,deny
allow from 204.209.81.0/255.255.255.0
allow from 216.95.238.0/255.255.255.0
</Directory>
<Location /status>
SetHandler server-status
order deny,allow
allow from .nl2k.ab.ca
</Location>


<Directory /var/www/cgi-bin>
AllowOverride None
Options None
</Directory>
<Directory /usr/home/apex/cgi-bin>
AllowOverride None
Options None
</Directory>
<Directory /usr/home/valpy/html>


Options Indexes FollowSymLinks MultiViews
Options Includes ExecCGI
DirectoryIndex index.cgi index.pl index.shtml index.html index.htm


#
# UserDir: The name of the directory which is appended onto a user's home
# directory if a ~user request is received.
#
#<IfModule mod_userdir.c>
# UserDir html
#</IfModule>

#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
AllowOverride All


order allow,deny
allow from all
</Directory>
<Directory /usr/home/nuway/html>


Options Indexes FollowSymLinks MultiViews
Options Includes ExecCGI
DirectoryIndex index.cgi index.pl index.shtml index.html index.htm


AllowOverride All


order allow,deny
allow from all
</Directory>

<Directory /usr/home/nuway/cgi-bin>
AllowOverride None
Options None
</Directory>
<Directory /usr/home/valpy/cgi-bin>
AllowOverride None
Options None
</Directory>

RewriteCond %{HTTP_USER_AGENT}
email.?(magnet|reaper|siphon|harvest|collect|wolf) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} floodgate [NC,OR]
RewriteCond %{HTTP_USER_AGENT} web(bandit|snake|collector|mole|miner|weasel)
[NC,OR]
RewriteCond %{HTTP_USER_AGENT} cherry.?picker [NC,OR]
RewriteCond %{HTTP_USER_AGENT} extractor.?pro [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^crescent [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^teleport [NC,OR]
RewriteCond %{HTTP_USER_AGENT} nicerspro [NC]
RewriteCond %{REQUEST_URI} !^/sugarplum/
RewriteRule .* /sugarplum/visions [PT]
ScriptAlias /sugarplum/ /var/www/cgi-bin/sugarplum/poison/



<Location /squid-status>
order deny,allow
deny from all
allow from 127.0.0.1
</Location>


AccessConfig /dev/null

DocumentRoot /var/www/docs


UserDir html

DirectoryIndex index.pl index.shtml index.html index.htm index


FancyIndexing on


AddIconByEncoding (CMP,/apache_icons/compressed.gif) x-compress x-gzip

AddIconByType (TXT,/apache_icons/text.gif) text/*
AddIconByType (IMG,/apache_icons/image2.gif) image/*
AddIconByType (SND,/apache_icons/sound2.gif) audio/*
AddIconByType (VID,/apache_icons/movie.gif) video/*

AddIcon /apache_icons/binary.gif .bin .exe
AddIcon /apache_icons/binhex.gif .hqx
AddIcon /apache_icons/tar.gif .tar
AddIcon /apache_icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /apache_icons/compressed.gif .Z .z .tgz .gz .zip
AddIcon /apache_icons/a.gif .ps .ai .eps
AddIcon /apache_icons/layout.gif .html .shtml .htm .pdf
AddIcon /apache_icons/text.gif .txt
AddIcon /apache_icons/c.gif .c
AddIcon /apache_icons/p.gif .pl .py
AddIcon /apache_icons/f.gif .for
AddIcon /apache_icons/dvi.gif .dvi
AddIcon /apache_icons/uuencoded.gif .uu
AddIcon /apache_icons/script.gif .conf .sh .shar .csh .ksh .tcl
AddIcon /apache_icons/tex.gif .tex
AddIcon /apache_icons/bomb.gif core

AddIcon /apache_icons/back.gif ..
AddIcon /apache_icons/hand.right.gif README
AddIcon /apache_icons/folder.gif ^^DIRECTORY^^
AddIcon /apache_icons/blank.gif ^^BLANKICON^^


DefaultIcon /apache_icons/unknown.gif


ReadmeName README
HeaderName HEADER


IndexIgnore */.??* *~ *# */HEADER* */README* */RCS


AccessFileName .htaccess


DefaultType text/plain


AddEncoding x-compress Z
AddEncoding x-gzip gz


AddLanguage en .en
AddLanguage fr .fr
AddLanguage de .de
AddLanguage da .da
AddLanguage el .el
AddLanguage it .it


LanguagePriority en fr de





<Location /perl>
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
</Location>



# Flash MIME type mappings
AddType application/futuresplash spl
AddType application/x-shockwave-flash swf

AddType video/x-ms-asf ASF
AddType video/x-ms-asf asf
AddType video/x-ms-wmv wmv
AddType video/x-ms-wma wma

# Macromedia Mime Types

# Director MIME type mappings
AddType application/x-director dir
AddType application/x-director dcr
AddType application/x-director dxr

# Authorware MIME type mappings
AddType application/x-authorware-map aam
AddType application/x-authorware-seg aas
AddType application/x-authorware-bin aab

# FreeHand MIME type mappings
AddType image/x-freehand fh4
AddType image/x-freehand fh7
AddType image/x-freehand fh5
AddType image/x-freehand fhc
AddType image/x-freehand fh

### http://www.macromedia.com/support/flash/ts/documents/mimetype_check.htm


AddType application/x-pn-realaudio .ram
AddType application/x-realaudio .ra
AddType application/x-pn-realaudio-plugin .rpm
AddType application/x-pn-realaudio .rm

AddType application/asf .asf
AddType application/asf .ASF
AddType application/x-httpd-php .php .php3
AddType application/x-httpd-php .phtml
### AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php-source .phps

AddHandler cgi-script .cgi
AddHandler cgi-script .pl
AddHandler cgi-script .pl5

AddType text/x-hdml .hdml


AddType text/html .shtml

AddType application/x-ns-proxy-autoconfig .pac
AddHandler server-parsed .shtml
AddType application/x-httpd-php3 .php3
AddHandler send-as-is asis
AddHandler imap-file map
AddHandler type-map var

#AddHandler foot-action foot
#Action foot-action /cgi-bin/footer

#Action text/html /cgi-bin/footer


#MetaDir .web


#MetaSuffix .meta

# Customizable error response (Apache style)
# these come in three flavors
#
# 1) plain text
ErrorDocument 500 "The server made a boo boo.
# n.b. the (") marks it as text, it does not get output
#
# 2) local redirects
ErrorDocument 404 /index.html
# to redirect to local url /missing.html
#ErrorDocument 404 /cgi-bin/missing_handler.pl
# n.b. can redirect to a script or a document using server-side-includes.
#
# 3) external redirects
ErrorDocument 402 http://other.server.com/subscription_info.html
#

Timeout 300


KeepAlive Off


MaxKeepAliveRequests 100


KeepAliveTimeout 15


MinSpareServers 5
MaxSpareServers 10


StartServers 5


MaxClients 150


MaxRequestsPerChild 90


#ProxyRequests On

#ProxyVia on


#CacheRoot @@ServerRoot@@/proxy

#CacheSize 5
#CacheGcInterval 4
#CacheMaxExpire 24
#CacheLastModifiedFactor 0.1
#CacheDefaultExpire 1
#NoCache a_domain.com another_domain.edu joes.garage_sale.com

# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the VirtualHost command

#Listen 3000
#Listen 12.34.56.78:80

# VirtualHost: Allows the daemon to respond to requests for more than one
# server address, if your server machine is configured to accept IP packets
# for multiple addresses. This can be accomplished with the ifconfig
# alias flag, or through kernel patches like VIF.

# Any httpd.conf or srm.conf directive may go into a VirtualHost command.
# See also the BindAddress entry.

<Location /perl>
AllowOverride None
SetHandler perl-script
PerlHandler Apache::Registry
Options ExecCGI
allow from all
PerlSendHeader On
</Location>

<Location /cgi-perl>
AllowOverride None
SetHandler perl-script
PerlHandler Apache::PerlRun
Options ExecCGI
allow from all
</Location>

<Location /perl-status>
SetHandler perl-script
PerlHandler Apache::Status
order deny,allow
deny from all
allow from all
</Location>

##ASP##PERL##APACHE##UNIX##WINNT##ASP##PERL##APACHE##NOT##IIS##ASP##
## INSERT INTO Apache *.conf file, probably access.conf
##ASP##PERL##APACHE##ACTIVE##SERVER##PAGES##SCRIPTING##FREE##PEACE##

<Location /eg/>

###########################################################
## mandatory
###########################################################

# Generic apache directives to make asp start ticking.
SetHandler perl-script
PerlHandler Apache::ASP
PerlSetVar Global /tmp

###########################################################
## optional flags
###########################################################

PerlSetVar CookiePath /
PerlSetVar AllowSessionState 1
PerlSetVar SessionTimeout 20
PerlSetVar Debug 2
PerlSetVar BufferingOn 1
PerlSetVar StatINC 1
PerlSetVar SessionSerialize 0
PerlSetVar SoftRedirect 0
PerlSetVar NoState 0
PerlSetVar StateDir ./.state
PerlSetVar StateManager 10
PerlSetVar Filter Off
PerlSetVar PodComments 1
</Location>







##ASP##PERL##APACHE##UNIX##WINNT##ASP##PERL##APACHE##NOT##IIS##ASP##
## END INSERT
##ASP##PERL##APACHE##ACTIVE##SERVER##PAGES##SCRIPTING##!#MICROSOFT##



#<VirtualHost host.some_domain.com>
#ServerAdmin webmaster@host.some_domain.com
#DocumentRoot /www/docs/host.some_domain.com
#ServerName host.some_domain.com
#ErrorLog logs/host.some_domain.com-error_log
#TransferLog logs/host.some_domain.com-access_log
#</VirtualHost>

<VirtualHost 204.209.81.64>
ServerAdmin lawracom@nk.ca
DocumentRoot /usr/home/cruisers/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName stalbertcruisers.com
ErrorLog /var/log/httpd/stalbertcruisers-error_log
CustomLog /var/log/httpd/stalbertcruisers-access_log combined
ScriptAlias /cgi-bin/ /usr/home/cruisers/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.65>
ServerAdmin lawracom@nk.ca
DocumentRoot /usr/home/coady/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName coadyentertainment.com
ErrorLog /var/log/httpd/coadyentertainment-error_log
CustomLog /var/log/httpd/coadyentertainment-access_log combined
ScriptAlias /cgi-bin/ /usr/home/coady/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.66>
ServerAdmin lawracom@nk.ca
DocumentRoot /usr/home/rocknaugust/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName rocknaugust.com
ErrorLog /var/log/httpd/rocknaugust-error_log
CustomLog /var/log/httpd/rocknaugust-access_log combined
ScriptAlias /cgi-bin/ /usr/home/rocknaugust/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.67>
ServerAdmin lawracom@nk.ca
DocumentRoot /usr/home/trafco/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName trafcocanada.com
ErrorLog /var/log/httpd/trafcocanada-error_log
CustomLog /var/log/httpd/trafcocanada-access_log combined
ScriptAlias /cgi-bin/ /usr/home/trafco/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.68>
ServerAdmin lawracom@nk.ca
DocumentRoot /usr/home/gravotto/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName gravotto.com
ErrorLog /var/log/httpd/gravotto-error_log
CustomLog /var/log/httpd/gravotto-access_log combined
ScriptAlias /cgi-bin/ /usr/home/gravotto/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.69>
ServerAdmin swordman@nk.ca
DocumentRoot /usr/home/swordman/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName the-aes.org
ErrorLog /var/log/httpd/the-aes-error_log
CustomLog /var/log/httpd/the-aes-access_log combined
ScriptAlias /cgi-bin/ /usr/home/swordman/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.70>
ServerAdmin lawracom@nk.ca
DocumentRoot /usr/home/coventry/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName coventryrealty.ca
ErrorLog /var/log/httpd/coventryrealty-error_log
CustomLog /var/log/httpd/coventryrealty-access_log combined
ScriptAlias /cgi-bin/ /usr/home/coventry/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.71>
ServerAdmin adonis@nk.ca
DocumentRoot /usr/home/adonis/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName camherass.com
ErrorLog /var/log/httpd/camherass-error_log
CustomLog /var/log/httpd/camherass-access_log combined
ScriptAlias /cgi-bin/ /usr/home/adonis/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.72>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_AB_ac
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName alberta-accommodations.com
ErrorLog /var/log/httpd/alberta-accommodations-error_log
CustomLog /var/log/httpd/alberta-accommodations-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.73>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_AB_cg
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName alberta-campgrounds.com
ErrorLog /var/log/httpd/alberta-campgrounds-error_log
CustomLog /var/log/httpd/alberta-campgrounds-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.74>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_AB_ht
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName alberta-hotels.com
ErrorLog /var/log/httpd/alberta-hotels-error_log
CustomLog /var/log/httpd/alberta-hotels-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.75>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_AB_tg
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName alberta-travelguide.com
ErrorLog /var/log/httpd/alberta-travelguide-error_log
CustomLog /var/log/httpd/alberta-travelguide-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.76>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_AB_hm
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName alberta-hotelmotels.com
ErrorLog /var/log/httpd/alberta-hotelmotels-error_log
CustomLog /var/log/httpd/alberta-hotelmotels-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.77>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_AB_rz
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName alberta-reservations.com
ErrorLog /var/log/httpd/alberta-reservations-error_log
CustomLog /var/log/httpd/alberta-reservations-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.78>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_ABtg/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName albertatravelguide.com
ErrorLog /var/log/httpd/albertatravelguide-error_log
CustomLog /var/log/httpd/albertatravelguide-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.79>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_cgAB/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName campgroundsalberta.com
ErrorLog /var/log/httpd/campgroundsalberta-error_log
CustomLog /var/log/httpd/campgroundsalberta-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.80>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_ABif/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName explorealberta.info
ErrorLog /var/log/httpd/explorealberta-error_log
CustomLog /var/log/httpd/explorealberta-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.81>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_Calif/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName explorecalgary.info
ErrorLog /var/log/httpd/explorecalgary-error_log
CustomLog /var/log/httpd/explorecalgary-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.82>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_Edmif/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName exploreedmonton.info
ErrorLog /var/log/httpd/exploreedmonton-error_log
CustomLog /var/log/httpd/exploreedmonton-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.83>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_Jasif/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName explorejasper.info
ErrorLog /var/log/httpd/explorejasper-error_log
CustomLog /var/log/httpd/explorejasper-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.84>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_Bffif/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName explorebanff.info
ErrorLog /var/log/httpd/explorebanff-error_log
CustomLog /var/log/httpd/explorebanff-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.85>
ServerAdmin mbarnes@nl2k.ab.ca
DocumentRoot /usr/home/mbarnesa/html/
Redirect / http://www.discountdining.ca/coupons/sweetwater.htm
ServerName sweetwatercafe.ca
ScriptAlias /cgi-bin/ /usr/home/mbarnes/cgi-bin/
ErrorLog /var/log/httpd/sweetwatercafe-error_log
CustomLog /var/log/httpd/sweetwatercafe-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.86>
ServerAdmin dhofer@nl2k.ab.ca
DocumentRoot /usr/home/dhofer/html/deergloves
ServerName deergloves.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/dhofer/cgi-bin/
ErrorLog /var/log/httpd/deergloves-error_log
CustomLog /var/log/httpd/deergloves-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.87>
ServerAdmin fireplaceking@nl2k.ab.ca
DocumentRoot /usr/home/fireplaceking/html/
ServerName fireplaceking.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/fireplaceking/cgi-bin/
ErrorLog /var/log/httpd/fireplaceking-error_log
CustomLog /var/log/httpd/fireplaceking-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.88>
ServerAdmin ls@nl2k.ab.ca
DocumentRoot /usr/home/ls/html/
ServerName lifestylesreminder.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/ls/cgi-bin/
ErrorLog /var/log/httpd/lifestylesreminder-error_log
CustomLog /var/log/httpd/lifestylesreminder-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.90>
ServerAdmin dickhagan@nl2k.ab.ca
DocumentRoot /usr/home/hagandi/html/
Redirect /
http://www.homelife.com/agent/AgentProfile.asp?CEQ_AgentMLSCode=104008
ServerName dickhagan.com
ScriptAlias /cgi-bin/ /usr/home/hagandi/cgi-bin/
ErrorLog /var/log/httpd/dickhagan-error_log
CustomLog /var/log/httpd/dickhagan-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.91>
ServerAdmin tsimail@nl2k.ab.ca
DocumentRoot /usr/home/tsimail/html/
ServerName tsiworks.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/tsiworks/cgi-bin/
ErrorLog /var/log/httpd/tsiworks-error_log
CustomLog /var/log/httpd/tsiworks-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.92>
ServerAdmin bluharvest@nl2k.ab.ca
DocumentRoot /usr/home/bluharvest/html/
ServerName bluharvest.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/bluharvest/cgi-bin/
ErrorLog /var/log/httpd/bluharvest-error_log
CustomLog /var/log/httpd/harvest-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.93>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/waynes/html/
ServerName waynesupholstery.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/waynes/cgi-bin/
ErrorLog /var/log/httpd/waynesupholstery-error_log
CustomLog /var/log/httpd/waynesupholstery-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.94>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/humanmanuals/html/
ServerName humanmanuals.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/humanmanuals/cgi-bin/
ErrorLog /var/log/httpd/humanmanuals-error_log
CustomLog /var/log/httpd/humanmanuals-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.95>
ServerAdmin sesimpson@nl2k.ab.ca
DocumentRoot /usr/home/sesimpson/
ServerName tripledsonline.com
ScriptAlias /cgi-bin/ /usr/home/sesimpson/cgi-bin/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/tripledsonline-error_log
CustomLog /var/log/httpd/tripledsonline-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.98>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/cybertek/html/
ServerName cybertekmusic.com
ScriptAlias /cgi-bin/ /usr/home/cybertek/cgi-bin/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/cybertekmusic-error_log
CustomLog /var/log/httpd/cybertekmusic-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.99>
ServerAdmin rooms@nl2k.ab.ca
DocumentRoot /usr/home/rooms/html/
ServerName econolodgeedm.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/econolodgeedm-error_log
CustomLog /var/log/httpd/econolodgeedm-access_log combined
Alias /cgi-bin/ /usr/home/rooms/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.100>
ServerAdmin vaply@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/canadastudy.net
ServerName canadastudy.net
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/canadastudy.net-error_log
CustomLog /var/log/httpd/canadastudy.net-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.101>
ServerAdmin vaply@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/canadastudy.org
ServerName canadastudy.org
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/canadastudy.org-error_log
CustomLog /var/log/httpd/canadastudy.org-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.102>
ServerAdmin vaply@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/canadastudyabroad.net
ServerName canadastudyabroad.net
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/canadastudyabroad.net-error_log
CustomLog /var/log/httpd/canadastudyabroad.net-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.103>
ServerAdmin vaply@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/canadastudyabroad.org
ServerName canadastudyabroad.org
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/canadastudyabroad.org-error_log
CustomLog /var/log/httpd/canadastudyabroad.org-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.104>
ServerAdmin vaply@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/canadastudyabroad.com
ServerName canadastudyabroad.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/canadastudyabroad.com-error_log
CustomLog /var/log/httpd/canadastudyabroad.com-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.105>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/studycanada.org
ServerName studycanada.org
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/studycanada.org-error_log
CustomLog /var/log/httpd/studycanada.org-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.106>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/misc/html/aerosmith.ca/
ServerName aerosmith.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/aerosmith-error_log
CustomLog /var/log/httpd/aerosmith-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.107>
ServerAdmin apc@nl2k.ab.ca
DocumentRoot /usr/home/apc/html/
ServerName albertaporkcongress.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/albertaporkcongress-error_log
CustomLog /var/log/httpd/albertaporkcongress-access_log combined
ScriptAlias /cgi-bin/ /usr/home/apc/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.108>
ServerAdmin rjones@nl2k.ab.ca
DocumentRoot /usr/home/rjones/html
ReDirect / http://www.prestigemarketing.bigstep.com
ServerName prestigemarketing.org
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/prestigemarketing-error_log
CustomLog /var/log/httpd/prestigemarketing-access_log combined
ScriptAlias /cgi-bin/ /usr/home/rjones/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.109>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/franklinsinn/html/
ServerName franklinsinn.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/franklinsinn-error_log
CustomLog /var/log/httpd/franklinsinn-access_log combined
ScriptAlias /cgi-bin/ /usr/home/franklinnsinn/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.110>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/linkedwomen/html/
ServerName linkedwomen.com
ErrorLog /var/log/httpd/linkedwomen-error_log
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/linkedwomen-access_log combined
ScriptAlias /cgi-bin/ /usr/home/linkedwomen/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.111>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/kmaclean/html/
Redirect / http://www.worldhockeynet.com
ServerName hockeycorp.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/hockeycorp-error_log
CustomLog /var/log/httpd/hockeycorp-access_log combined
ScriptAlias /cgi-bin/ /usr/home/hockeycorp/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.112>
ServerAdmin amc@nl2k.ab.ca
DocumentRoot /usr/home/convall/html/
ServerName conventionall.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/conventionall-error_log
CustomLog /var/log/httpd/conventionall-access_log combined
ScriptAlias /cgi-bin/ /usr/home/convall/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.113>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/sportsphotos/html/
ServerName uofasportsphotos.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/uofasportphotos-error_log
CustomLog /var/log/httpd/uofasportsphotos-access_log combined
ScriptAlias /cgi-bin/ /usr/home/sportsphotos/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.119>
ServerAdmin master@nl2k.ab.ca
DocumentRoot /usr/home/master/html/
ServerName porthole.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/porthole-error_log
CustomLog /var/log/httpd/porthole-access_log combined
ScriptAlias /cgi-bin/ /usr/home/porthole/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.120>
ServerAdmin mndstudio@nl2k.ab.ca
DocumentRoot /usr/home/mndstudio/html/
ServerName vglink.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/vglink-error_log
CustomLog /var/log/httpd/vglink-access_log combined
ScriptAlias /cgi-bin/ /usr/home/mndstudio/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.121>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/estania/html/
ServerName estania.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/estania-error_log
CustomLog /var/log/httpd/estania-access_log combined
ScriptAlias /cgi-bin/ /usr/home/estania/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.122>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/naturespeak/html/
ServerName naturespeakvitamins.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/naturespeakvitamins-error_log
CustomLog /var/log/httpd/naturespeakvitamins-access_log combined
ScriptAlias /cgi-bin/ /usr/home/naturespeak/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.123>
ServerAdmin bjm@nl2k.ab.ca
DocumentRoot /usr/home/bjm/html/
ServerName bennaco.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/bennaco-error_log
CustomLog /var/log/httpd/bennaco-access_log combined
ScriptAlias /cgi-bin/ /usr/home/bennaco/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.116>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/econland/html/
ServerName economylandscape.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/economylandscape-error_log
CustomLog /var/log/httpd/economylandscape-access_log combined
ScriptAlias /cgi-bin/ /usr/home/econland/cgi-bin/
</VirtualHost>


<VirtualHost 204.209.81.118>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/asssfa/html/
ServerName artisticallyspeaking.ab.ca
ErrorLog /var/log/httpd/artisticallyspeaking-error_log
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/artisticallyspeaking-access_log combined
ScriptAlias /cgi-bin/ /usr/home/asssfa/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.89>
ServerAdmin rbuckle@nl2k.ab.ca
DocumentRoot /usr/home/rbuckle/html/
ServerName monkeyunderground.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/monkeyunderground-access_log combined
ErrorLog /var/log/httpd/monkeyunderground-error_log
ScriptAlias /cgi-bin/ /usr/home/rbuckle/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.127>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/whizkids/html/
ServerName whizkidstoys.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/whizkidstoys-access_log combined
ErrorLog /var/log/httpd/whizkidstoys-error_log
ScriptAlias /cgi-bin/ /usr/home/whizkids/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.128>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/photogift/html/
ServerName photogiftworld.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/photogiftworld-access_log combined
ErrorLog /var/log/httpd/photogiftworld-error_log
ScriptAlias /cgi-bin/ /usr/home/photogift/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.129>
ServerAdmin doctor@nl2k.ab.ca
DocumentRoot /var/www/docs/regis
ServerName regisplazahotel.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/regisplazahotel-access_log combined
ErrorLog /var/log/httpd/regisplazahotel-error_log
ScriptAlias /cgi-bin/ /var/www/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.130>
ServerAdmin adefazio@nl2k.ab.ca
DocumentRoot /usr/home/adefazio/html/
ServerName defazio.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/defazio-error_log
CustomLog /var/log/httpd/defazio-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.131>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/viking/html/
ServerName viking-plastics.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/viking-plastics-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.132>
ServerAdmin ewtownsendh@nl2k.ab.ca
DocumentRoot /usr/home/ewtownsend/html/
ServerName homebusinessforsale.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/homebusinessforsale-error_log
CustomLog /var/log/httpd/homebusinessforsale-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.133>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/howtolive/html/
ServerName howtolive.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/howtolive-error_log
CustomLog /var/log/httpd/howtolive-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.135>
ServerAdmin attilahypnotist@nl2k.ab.ca
DocumentRoot /usr/home/attilahypnotist/html/
ServerName attilahypnotist.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/attilahypnotist-error_log
CustomLog /var/log/httpd/attilahypnotist-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.136>
ServerAdmin tsimail@nl2k.ab.ca
DocumentRoot /usr/home/erc/html/
ServerName consortiamath.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/consortiamath-error_log
CustomLog /var/log/httpd/consortiamath-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.137>
ServerAdmin artist@nl2k.ab.ca
DocumentRoot /usr/home/family/html/
ServerName bolianatz.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/bolianatz-error_log
CustomLog /var/log/httpd/bolianatz-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.138>
ServerAdmin root@nl2k.ab.ca
##DocumentRoot /usr/home/michaele/html/
Redirect / http://travellersmall.clarity.ca/bins/content_page.asp?cid=73-76
ServerName stalbertinn.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/stalbertinn-error_log
CustomLog /var/log/httpd/stalbertinn-access_log combined
ScriptAlias /cgi-bin/ /usr/home/michaele/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.139>
ServerAdmin onoway@nl2k.ab.ca
DocumentRoot /usr/home/onoway/html/
ServerName onoway.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/onoway-error_log
CustomLog /var/log/httpd/onoway-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.140>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/dtrach/html
ServerName trailtire.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/trailtire-error_log
CustomLog /var/log/httpd/trailtire-access_log combined
ScriptAlias /cgi-bin/ /var/www/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.142>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/explosion/html/
ServerName explosionresearch.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/explosionresearch-error_log
CustomLog /var/log/httpd/explosionreseach-access_log combined
ScriptAlias /cgi-bin/ /usr/home/explosion/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.143>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/suedoty/html/
ServerName snowbound.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/snowbound-error_log
CustomLog /var/log/httpd/snowbound-access_log combined
ScriptAlias /cgi-bin/ /usr/home/suedoty/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.144>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/summers/html/
ServerName summerslastsplash.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/summerslastsplash-error_log
CustomLog /var/log/httpd/summerslastsplash-access_log combined
ScriptAlias /cgi-bin/ /usr/home/summers/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.145>
ServerAdmin remcoland@nl2k.ab.ca
DocumentRoot /usr/home/remcoland/html/
ServerName rangeroad.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/rangeroad-error_log
CustomLog /var/log/httpd/rangeraod-access_log combined
ScriptAlias /cgi-bin/ /usr/home/remcoland/cgi-bin/
</VirtualHost>


<VirtualHost 204.209.81.146>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/lawrason/html/
ServerName lawrason.net
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/lawrason-error_log
CustomLog /var/log/httpd/lawrason-access_log combined
ScriptAlias /cgi-bin/ /usr/home/lawrason/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.147>
ServerAdmin ansplus@nl2k.ab.ca
DocumentRoot /usr/home/ansplus/html/
ServerName associationsplus.ca
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/associationsplus-error_log
CustomLog /var/log/httpd/associationsplus-access_log combined
ScriptAlias /cgi-bin/ /usr/home/ansplus/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.148>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/knattrass/html/
ServerName seedcentre.com
ErrorDocument 404 http://www.seedcentre.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/seedcentre-error_log
CustomLog /var/log/httpd/seedcentre-access_log combined
ScriptAlias /cgi-bin/ /usr/home/knattrass/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.149>
ServerAdmin mbarnes@nl2k.ab.ca
DocumentRoot /usr/home/mbarnes/html/discountdining
ServerName discountdining.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/discountdining-error_log
CustomLog /var/log/httpd/discountdining-access_log combined
ScriptAlias /cgi-bin/ /usr/home/mbarnes/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.15>
ServerAdmin rdlcom@nl2k.ab.ca
DocumentRoot /usr/home/doctor/rdl/var/www/docs/
ServerName rdlcom.com
ErrorLog /var/log/httpd/rdlcom-error_log
CustomLog /var/log/httpd/rdlcom-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.150>
ServerAdmin cantrek@nl2k.ab.ca
DocumentRoot /usr/home/cantrek/html/glowinggifts
ServerName glowinggifts.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/glowinggifts-error_log
CustomLog /var/log/httpd/glowinggifts-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.179>
ServerAdmin cantrek@nl2k.ab.ca
DocumentRoot /usr/home/cantrek/html/southwood
ServerName southwoodcommunity.ab.ca
ErrorLog /var/log/httpd/southwoodcommunity-error_log
CustomLog /var/log/httpd/southwoodcommunity-access_log combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
</VirtualHost>

<VirtualHost 204.209.81.151>
ServerAdmin dianna@nl2k.ab.ca
DocumentRoot /usr/home/dianna/html
ServerName diannabrine.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/diannabrine-error_log
CustomLog /var/log/httpd/diannabrine-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.154>
ServerAdmin lants@nl2k.ab.ca
DocumentRoot /usr/home/lants/html
ServerName citycenterautobody.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/citycenterautobody-error_log
CustomLog /var/log/httpd/citycenterautobody-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.162>
ServerAdmin edgibbons@nl2k.ab.ca
DocumentRoot /usr/home/edgibbons/html/
ServerName edgibbons.ca
ErrorDocument 404 /index.htm
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/edgibbons-error_log
CustomLog /var/log/httpd/edgibbons-access_log combined
ScriptAlias /cgi-bin/ /usr/home/edgibbons/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.169>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/janalapel/html/
ServerName janalapel.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/janalapel-error_log
CustomLog /var/log/httpd/janalapel-access_log combined
ScriptAlias /cgi-bin/ /usr/home/janalapel/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.170>
ServerAdmin condoexpo@nl2k.ab.ca
DocumentRoot /usr/home/condoexpo/html/
ServerName condoexpo.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/condoexpo-error_log
CustomLog /var/log/httpd/condoexpo-access_log combined
ScriptAlias /cgi-bin/ /usr/home/condoexpo/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.153>
ServerAdmin amc@incentre.net
DocumentRoot /usr/home/apca/html
ServerName apca.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/apca-error_log
CustomLog /var/log/httpd/apca-access_log combined
ScriptAlias /cgi-bin/ /usr/home/apca/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.155>
ServerAdmin synergy@nl2k.ab.ca
DocumentRoot /usr/home/synergy/html
ServerName synergymovement.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/synergymovement-error_log
CustomLog /var/log/httpd/synergymovement-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.156>
ServerAdmin toys@nl2k.ab.ca
DocumentRoot /usr/home/toys/html
ServerName celltoys.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/celltoys-error_log
CustomLog /var/log/httpd/celltoys-access_log combined
ScriptAlias /cgi-bin/ /usr/home/celltoys/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.157>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/billdickson/html
ServerName tailgunner-militaria.com
ErrorLog /var/log/httpd/tailgunner-militaria-error_log
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/tailgunner-militaria-access_log combined
ScriptAlias /cgi-bin/ /usr/home/billdickson/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.158>
ServerAdmin dhofer@nl2k.ab.ca
DocumentRoot /usr/home/dhofer/html
ServerName potatogrowerdirectory.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/potatogrowerdirectory-error_log
CustomLog /var/log/httpd/potatogrowerdirectory-access_log combined
ScriptAlias /cgi-bin/ /usr/home/dhofer/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.134>
ServerAdmin nuway@nl2k.ab.ca
DocumentRoot /usr/home/nuway/html/morinvilledirect/
ServerName morinvilledirect.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/nuwy-error_log
CustomLog /var/log/httpd/nuway-access_log combined
ScriptAlias /_vti_bin/ /usr/local/frontpage/version4.0/_vti_bin/
</VirtualHost>


<VirtualHost 204.209.81.114>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/studyabroadcanada.net
ServerName studyabroadcanada.net
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/studyabroadcanada.net-error_log
CustomLog /var/log/httpd/studyabroadcanada.net-access_log combined
ScriptAlias /_vti_bin/ /usr/local/frontpage/version4.0/_vti_bin/
ScriptAlias /cgi-bin/ /usr/home/eltc/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.115>
ServerAdmin towellness@nl2k.ab.ca
DocumentRoot /usr/home/ptw/html/
ServerName pathtowellness.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/pathtowellness-error_log
CustomLog /var/log/httpd/pathtowellness-access_log combined
ScriptAlias /_vti_bin/ /usr/local/frontpage/version4.0/_vti_bin/
ScriptAlias /cgi-bin/ /usr/home/ptw/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.174>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/studyabroadcanada.com
ServerName studyabroadcanada.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/studyabroadcanada-error_log
CustomLog /var/log/httpd/studyabroadcanada-access_log combined
ScriptAlias /_vti_bin/ /usr/local/frontpage/version4.0/_vti_bin/
ScriptAlias /cgi-bin/ /usr/home/eltc/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.175>
ServerAdmin mparish@nl2k.ab.ca
DocumentRoot /usr/home/mparish/html/
ServerName albertadogs.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/albertadogs-error_log
CustomLog /var/log/httpd/albertadogs-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.177>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/rosslyn/html/
ServerName edmontonvet.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/edmontonvet-error_log
CustomLog /var/log/httpd/edmontonvet-access_log combined
ScriptAlias /_vti_bin/ /usr/local/frontpage/version4.0/_vti_bin/
</VirtualHost>

<VirtualHost 204.209.81.178>
ServerAdmin reservations@nl2k.ab.ca
DocumentRoot /usr/home/reservations/html/
ServerName saxonyhotel.edmonton.ab.ca
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/saxonyhotel-error_log
CustomLog /var/log/httpd/saxonyhotel-access_log combined
ScriptAlias /cgi-bin/ /usr/home/reservations/html/
ScriptAlias /_vti_bin/ /usr/local/frontpage/version4.0/_vti_bin/
</VirtualHost>

<VirtualHost 204.209.81.180>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/misc/html/agriculturecanada.ca
ServerName agriculturecanada.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/agriculture-error_log
CustomLog /var/log/httpd/agriculture-access_log combined
ScriptAlias /cgi-bin/ /usr/home/misc/html/
ScriptAlias /_vti_bin/ /usr/local/frontpage/version4.0/_vti_bin/
</VirtualHost>


<VirtualHost 204.209.81.159>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/bargainboyz/html/
ServerName bargainboyz.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/bargainboyz-error_log
CustomLog /var/log/httpd/bargainboyz-access_log combined
ScriptAlias /cgi-bin/ /usr/home/bargainboyz/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.160>
ServerAdmin tsguide@nl2k.ab.ca
DocumentRoot /usr/home/tsguide/html/
ServerName shepherdsguide.ca
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/shepherdsguide-error_log
CustomLog /var/log/httpd/shepherdsguide-access_log combined
ScriptAlias /cgi-bin/ /usr/home/tsguide/cgi-bin/
</VirtualHost>


<VirtualHost 204.209.81.152>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/purnimafarms/html/
ServerName purnimafarms.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/purnimafarms-error_log
CustomLog /var/log/httpd/purnimafarms-access_log combined
ScriptAlias /cgi-bin/ /usr/home/purnimafarms/cgi-bin/
</VirtualHost>


<VirtualHost 204.209.81.124>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/aha/html/BeaverlodgeInn
ServerName beaverlodgemotorinn.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/beaverlodgemotorinn-error_log
CustomLog /var/log/httpd/beaverlodgemotorinn-access_log combined
ScriptAlias /cgi-bin/ /var/www/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.161>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/chirpndales/html/
ServerName chirpndales.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/chirpndales-error_log
CustomLog /var/log/httpd/chirpndales-access_log combined
ScriptAlias /cgi-bin/ /usr/home/chirpndales/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.163>
ServerAdmin cantrek@nl2k.ab.ca
DocumentRoot /usr/home/cantrek/html/cds
ServerName canadiandollarstore.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/canadiandollarstore-error_log
CustomLog /var/log/httpd/canadiandollarstore-access_log combined
ScriptAlias /cgi-bin/ /usr/home/cantrek/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.164>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/aha/html/FortChip
ServerName fortchipewyan.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/fortchipewyanlodge-error_log
CustomLog /var/log/httpd/fortchipewyanlodge-access_log combined
ScriptAlias /Icons/ /usr/home/aha/html/Icons/
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.165>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/corbeil/html/
ServerName corbeilbussales.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
ErrorLog /var/log/httpd/corbeilbussales-error_log
CustomLog /var/log/httpd/corbeilbussales-access_log combined
ScriptAlias /cgi-bin/ /usr/home/corbeil/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.166>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/edg/html/
ServerName theclassicgarage.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/theclassicgarage-error_log
CustomLog /var/log/httpd/theclassicgarage-access_log combined
ScriptAlias /cgi-bin/ /usr/home/edg/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.167>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/anita/html/
ServerName empiremodularhomes.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/empiremodularhomes-error_log
CustomLog /var/log/httpd/empiremodularhomes-access_log combined
ScriptAlias /cgi-bin/ /usr/home/anita/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.168>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/warriors/html/
ServerName millwoodswarriors.org
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/millwoodswarriors-error_log
CustomLog /var/log/httpd/millwoodswarriors-access_log combined
ScriptAlias /cgi-bin/ /usr/home/warriors/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.171>
ServerAdmin eurogena@nl2k.ab.ca
DocumentRoot /usr/home/eurogena/html/
ServerName eurogena.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/eurogena-error_log
CustomLog /var/log/httpd/eurogena-access_log combined
ScriptAlias /cgi-bin/ /usr/home/eurogena/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.172>
ServerAdmin wwoytkiw@nl2k.ab.ca
DocumentRoot /usr/home/wwoytkiw/html/
ServerName willwoytkiw.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/willwoytkiw-error_log
CustomLog /var/log/httpd/willwoytkiw-access_log combined
ScriptAlias /cgi-bin/ /usr/home/wwoytkiw/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.173>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/mysteries/html/
ServerName mysteries4you.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/mysteries4you-error_log
CustomLog /var/log/httpd/mysteries4you-access_log combined
ScriptAlias /cgi-bin/ /usr/home/mysteries/cgi-bin/
</VirtualHost>


<VirtualHost 204.209.81.181>
ServerAdmin nzn@nl2k.ab.ca
DocumentRoot /usr/home/nzn/html
ServerName pcedge.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/nzn-error_log
CustomLog /var/log/httpd/nzn-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.183>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/outtasite/html/
ServerName outtasitedesgins.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/outtasitedesigns-error_log
CustomLog /var/log/httpd/outtasitedesigns-access_log combined
Alias /cgi-bin/ /usr/home/outtasite/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.184>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/misc/html/agriculturecanada.ca/recipebook.ca
ServerName recipebook.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/recipebook-error_log
CustomLog /var/log/httpd/recipebook-access_log combined
Alias /cgi-bin/ /usr/home/misc/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.185>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/hb/html
ServerName abg-finance.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/abg-error_log
CustomLog /var/log/httpd/abg-access_log combined
Alias /cgi-bin/ /usr/home/hb/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.96>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/john/html/valpy.net/
ServerName valpy.net
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/valpy.net-error_log
CustomLog /var/log/httpd/valpy.net-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.97>
ServerAdmin pcs@nl2k.ab.ca
DocumentRoot /usr/home/john/html/valpy.org/
ServerName valpy.org
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/valpy.org-error_log
CustomLog /var/log/httpd/valpy.org-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.186>
ServerAdmin pcs@nl2k.ab.ca
DocumentRoot /usr/home/john/html/valpy.com
ServerName valpy.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/valpy-error_log
CustomLog /var/log/httpd/valpy-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.187>
ServerAdmin jeremyandrews@nl2k.ab.ca
DocumentRoot /usr/home/jeremyandrews/html/
ServerName illusionsphotograhic.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/illusionsphotographic-error_log
CustomLog /var/log/httpd/illusionsphotographic-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.188>
ServerAdmin info@digitalcanvas-inc.com
DocumentRoot /usr/home/jeremyandrews/html/dc
ServerName digitalcanvas-inc.om
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/digitalcanvas-inc-error_log
CustomLog /var/log/httpd/digitalcanvas-inc-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.189>
ServerAdmin vdrover@gpu.srv.ualberta.ca
DocumentRoot /usr/home/mmrladm/html/
ServerName mmrl.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
Alias /cgi-bin/ /usr/home/mmrladm/cgi-bin/
ErrorLog /var/log/httpd/mmrl-error_log
CustomLog /var/log/httpd/mmrl-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.190>
ServerAdmin vdrover@gpu.srv.ualberta.ca
DocumentRoot /usr/home/druidsadm/html/
ServerName druids.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
Alias /cgi-bin/ /usr/home/druidsadm/cgi-bin/
ErrorLog /var/log/httpd/druids-error_log
CustomLog /var/log/httpd/druids-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.191>
ServerAdmin vdrover@gpu.srv.ualberta.ca
DocumentRoot /usr/home/goldadm/html/
ServerName goldrugby.edmonton.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
ErrorLog /var/log/httpd/goldrugby-error_log
CustomLog /var/log/httpd/goldrugby-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.192>
ServerAdmin jeremyandrews@nl2k.ab.ca
DocumentRoot /usr/home/jeremyandrews/html/arbour/
ServerName arbourlakedental.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/arbourlakedental-error_log
CustomLog /var/log/httpd/arbourlakedental-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.193>
ServerAdmin digital@nl2k.ab.ca
DocumentRoot /usr/home/digital/html/
ServerName dicci.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/dicci-error_log
CustomLog /var/log/httpd/dicci-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.194>
ServerAdmin legal@nl2k.ab.ca
DocumentRoot /usr/home/legal/html/
ServerName town.legal.ab.ca
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/legal-error_log
CustomLog /var/log/httpd/legal-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.197>
ServerAdmin drwannas@nl2k.ab.ca
DocumentRoot /usr/home/nzn076/html/
ServerName drwannas.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
ErrorLog /var/log/httpd/drwannas-error_log
CustomLog /var/log/httpd/drwannas-access_log combined
</VirtualHost>


<VirtualHost 204.209.81.198>
ServerAdmin lawrason@nl2k.ab.ca
DocumentRoot /usr/home/happrod/html/
ServerName happiness-producers.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/happiness-producers-error_log
CustomLog /var/log/httpd/happiness-producers-access_log combined
Alias /cgi-bin/ /usr/home/happrod/cgi-bin/
</VirtualHost>


<VirtualHost 204.209.81.199>
ServerAdmin cantrek@nl2k.ab.ca
DocumentRoot /usr/home/cantrek/html/bcoinvestments/
ServerName bcoinvestments.cantrek.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/bcocantrek-error_log
CustomLog /var/log/httpd/bcocantrek-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.200>
ServerAdmin cantrek@nl2k.ab.ca
DocumentRoot /usr/home/cantrek/html/
ServerName cantrek.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/cantrek-error_log
CustomLog /var/log/httpd/cantrek-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.125>
ServerAdmin cantrek@nl2k.ab.ca
DocumentRoot /usr/home/cantrek/html/ccl/
ServerName christianchatline.org
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/ccl-error_log
CustomLog /var/log/httpd/ccl-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.141>
ServerAdmin cantrek@nl2k.ab.ca
DocumentRoot /usr/home/cantrek/html/kingswayfirestone/
ServerName kingswayfirestone.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/kingswayfirestone-error_log
CustomLog /var/log/httpd/kingswayfirestone-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.235>
ServerAdmin cantrek@nl2k.ab.ca
DocumentRoot /usr/home/cantrek/html/shop
ServerName shop.cantrek.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/shop-cantrek-error_log
CustomLog /var/log/httpd/shop-cantrek-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.201>
ServerAdmin mayfield@nl2k.ab.ca
DocumentRoot /usr/home/mayfield/html/
ServerName mayfieldnetwork.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/mayfieldnetwork-error_log
CustomLog /var/log/httpd/mayfieldnetwork-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.202>
ServerAdmin icepalac@nl2k.ab.ca
DocumentRoot /usr/home/icepalac/html/
ServerName icepalace.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/icepalace-error_log
CustomLog /var/log/httpd/icepalace-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.203>
ServerAdmin russell@nl2k.ab.ca
DocumentRoot /usr/home/tolecity/html/
ServerName tolecity.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/tolecity-error_log
CustomLog /var/log/httpd/tolecity-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.205>
ServerAdmin burchphoto@nl2k.ab.ca
DocumentRoot /usr/home/burchphoto/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName burchphoto.com
ErrorLog /var/log/httpd/burchphoto-error_log
CustomLog /var/log/httpd/burchphoto-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.207>
ServerAdmin gabriel@nl2k.ab.ca
DocumentRoot /usr/home/itn/html/
ServerName itncanada.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/itn/cgi-bin/
ErrorLog /var/log/httpd/itn-error_log
CustomLog /var/log/httpd/itn-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.208>
ServerAdmin inkit@nl2k.ab.ca
DocumentRoot /usr/home/paintball/html/
ServerName paintballaction.net
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/paintballaction-error_log
CustomLog /var/log/httpd/paintballaction-access_log combined
</VirtualHost>


<VirtualHost 204.209.81.209>
ServerAdmin eltc@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/
ServerName eltc.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/eltc-error_log
CustomLog /var/log/httpd/eltc-access_log combined
ScriptAlias /cgi-bin/ /usr/home/eltc/html/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.210>
ServerAdmin john@nl2k.ab.ca
DocumentRoot /usr/home/john/html/valpy.ca
ServerName valpy.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/valpy-ca-error_log
CustomLog /var/log/httpd/valpy-ca-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.213>
ServerAdmin descon@nl2k.ab.ca
DocumentRoot /usr/home/descon/html/
ServerName descon.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
ErrorLog /var/log/httpd/descon-error_log
CustomLog /var/log/httpd/descon-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.214>
ServerAdmin artbeat@nl2k.ab.ca
DocumentRoot /usr/home/artbeat/html/
ServerName descon.ab.ca
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/artbeat-error_log
customLog /var/log/httpd/artbeat-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.215>
ServerAdmin janwilton@nl2k.ab.ca
DocumentRoot /usr/home/janwilton/html/
ServerName janwilton.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/janwilton-error_log
CustomLog /var/log/httpd/janwilton-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.216>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/festivals/html/heritagefestivals.net
ServerName heritagefestivals.net
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/heritagefestivals-net-error_log
CustomLog /var/log/httpd/heritagefestivals-net-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.217>
ServerAdmin adadmin@nl2k.ab.ca
DocumentRoot /usr/home/adadmin/html/
ServerName anythingdigital.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/anythingdigital-error_log
CustomLog /var/log/httpd/anythingdigital-access_log combined
ScriptAlias /cgi-bin/ /usr/home/adadmin/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.218>
ServerAdmin rugby@nl2k.ab.ca
DocumentRoot /usr/home/eru/html/
ServerName rugby.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/rugby-error_log
CustomLog /var/log/httpd/rugby-access_log combined
ScriptAlias /cgi-bin/ /usr/home/eru/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.219>
ServerAdmin webmaster@nl2k.ab.ca
DocumentRoot /usr/home/iseghohi/html/
ServerName microblu.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
ErrorLog /var/log/httpd/microblu-error_log
CustomLog /var/log/httpd/microblu-access_log combined
</VirtualHost>

NameVirtualHost 204.209.81.221
<VirtualHost 204.209.81.220>
ServerAdmin mosquito@nl2k.ab.ca
DocumentRoot /usr/home/mosquito/html/
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
ServerName heavygearhl.net
ErrorLog /var/log/httpd/heavygearhl-error_log
CustomLog /var/log/httpd/heavygearhl-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.221>
ServerAdmin loi@nl2k.ab.ca
DocumentRoot /usr/home/loi/html/
ServerName therussiantearoom.ca
ErrorLog /var/log/httpd/therussiantearoom-error_log
CustomLog /var/log/httpd/therussiantearoom-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.222>
ServerAdmin fifties1@nl2k.ab.ca
DocumentRoot /usr/home/fifties1/html/
ServerName touch-of-nostalgia.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
ErrorLog /var/log/httpd/ton-error_log
CustomLog /var/log/httpd/tos-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.223>
ServerAdmin bcousineau@nl2k.ab.ca
DocumentRoot /usr/home/theartsgroup/html/
ServerName wings-of-hope.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/wings-of-hope-error_log
CustomLog /var/log/httpd/wings-of-hope-access_log combined
</VirtualHost>


<VirtualHost 204.209.81.195>
ServerAdmin shane@nl2k.ab.ca
DocumentRoot /usr/home/infomex/html/
ServerName everythingalberta.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/everythingalberta-error_log
CustomLog /var/log/httpd/everythingalberta-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.196>
ServerAdmin lifecreations@nl2k.ab.ca
DocumentRoot /usr/home/lifecreations/html/
ServerName lifecreations.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/lifecreations-error_log
CustomLog /var/log/httpd/lifecreations-access_log combined
Alias /cgi-bin/ /usr/home/lifecreations/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.224>
ServerAdmin shane@nl2k.ab.ca
DocumentRoot /usr/home/infomex/html/oldsite
ServerName infomex.net
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/infomex-error_log
CustomLog /var/log/httpd/infomex-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.225>
ServerAdmin aha@nl2k.ab.ca
DocumentRoot /usr/home/aha/html/pvinns/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName peacevalleyinns.com
ErrorLog /var/log/httpd/peacevalleyinns-error_log
CustomLog /var/log/httpd/peacevalleyinns-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.226>
ServerAdmin candles1@nl2k.ab.ca
DocumentRoot /usr/home/candles1/html/abw/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName candlesandbeeswax.com
ErrorLog /var/log/httpd/candlesandbeeswax-error_log
CustomLog /var/log/httpd/candlesandbeeswax-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.227>
ServerAdmin osp@nl2k.ab.ca
DocumentRoot /usr/home/osp/html/
ServerName osp.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/osp-error_log
CustomLog /var/log/httpd/osp-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.229>
ServerAdmin shelley@nl2k.ab.ca
DocumentRoot /usr/home/shelley/html/
ServerName smithsellsyourhome.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/smithsellsyourhome-error_log
CustomLog /var/log/httpd/smithsellsyourhome-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.231>
ServerAdmin georginalibrary@nl2k.ab.ca
DocumentRoot /usr/home/georginalibrary/html/
ServerName georgina-library.com
DirectoryIndex index.phtml index.php index.cgi index.pl index.shtml index.html
index.htm
ErrorLog /var/log/httpd/georgina-library-error_log
CustomLog /var/log/httpd/georgina-library-access_log combined
ScriptAlias /cgi-bin/ /usr/home/georgina-library/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.232>
ServerAdmin slaporte@nk.ca
DocumentRoot /usr/home/slaporte/html/
ServerName perfectfuturesales.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/perfectfuturesales-error_log
CustomLog /var/log/httpd/perfectfuturesales-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.233>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/festivals/html/heritagefestivals.ca
ServerName heritagefestivals.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/heritagefestivals-ca-error_log
CustomLog /var/log/httpd/heritagefestivals-ca-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.234>
ServerAdmin colin@nl2k.ab.ca
DocumentRoot /usr/home/george/html/
ServerName prolinesales.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/prolinesales-error_log
CustomLog /var/log/httpd/prolinesales-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.236>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/desidero/html/
ServerName desidero.ca
ScriptAlias /cgi-bin/ /usr/home/desidero/cgi-bin/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
ErrorLog /var/log/httpd/desidero-error_log
CustomLog /var/log/httpd/desidero-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.237>
ServerAdmin fabrawall@nl2k.ab.ca
DocumentRoot /usr/home/fabrawall/html/
ServerName fabrawall.ab.ca
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/fabrawall-error_log
CustomLog /var/log/httpd/fabrawall-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.238>
ServerAdmin stambaugh@nl2k.ab.ca
DocumentRoot /usr/home/stambaugh/html/
ServerName stambaugh-photo.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/stambaugh-error_log
CustomLog /var/log/httpd/stambaugh-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.240>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/success/html/
ServerName success-and-more.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/sam-error_log
CustomLog /var/log/httpd/sam-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.241>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/laara/html/
ServerName vita-quest.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/vq-error_log
customLog /var/log/httpd/vq-access_log combined
ScriptAlias /cgi-bin/ /usr/home/laara/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.242>
ServerAdmin pvcomfortplus@nl2k.ab.ca
DocumentRoot /usr/home/pvcomfortplus/html/
ServerName pvcomfortplus.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/pvcp-error_log
CustomLog /var/log/httpd/pvcp-access_log combined
ScriptAlias /cgi-bin/ /usr/home/pvcomfortplus/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.243>
ServerAdmin joker@nl2k.ab.ca
DocumentRoot /usr/home/joker/html/
ServerName teamjoker.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/joker-error_log
CustomLog /var/log/httpd/joker-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.244>
ServerAdmin midwest@nl2k.ab.ca
DocumentRoot /usr/home/midwest/html/
ServerName midwest.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/midwest-error_log
CustomLog /var/log/httpd/midwest-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.245>
ServerAdmin pcs@nl2k.ab.ca
DocumentRoot /usr/home/pcs/html/
ServerName pcs.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/pcs-error_log
CustomLog /var/log/httpd/pcs-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.246>
</Virtualhost>

<VirtualHost 204.209.81.247>
ServerAdmin stambaugh@nl2k.ab.ca
DocumentRoot /usr/home/appa/html/
ServerName appa.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/appa-error_log
CustomLog /var/log/httpd/appa-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.248>
ServerAdmin precision@nl2k.ab.ca
DocumentRoot /usr/home/precision/html/
ServerName precisionceramics.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/precision-error_log
CustomLog /var/log/httpd/precision-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.249>
ServerAdmin ips@nl2k.ab.ca
DocumentRoot /usr/home/ips/html/
ServerName aimsfc.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/aimsfc-error_log
CustomLog /var/log/httpd/aimsfc-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.250>
</VirtualHost>

<VirtualHost 204.209.81.251>
ServerAdmin eltc@nl2k.ab.ca
DocumentRoot /usr/home/festivals/html/html
ServerName heritagefestival.org
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/heritagefestival-error_log
CustomLog /var/log/httpd/heritagefestival-access_log combined
ScriptAlias /cgi-bin/ /usr/home/eltc/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.252>
ServerAdmin artbitch@nl2k.ab.ca
DocumentRoot /usr/home/artbitch/html/
ServerName artbitch.net
ErrorLog /var/log/httpd/artbitch-error_log
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/artbitch-access_log combined
ScriptAlias /cgi-bin/ /usr/home/artbitch/html/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.253>
ServerAdmin eshindru@nl2k.ab.ca
DocumentRoot /usr/home/eshindru/html/
ServerName optiben.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/optiben-error_log
CustomLog /var/log/httpd/optiben-access_log combined
ScriptAlias /cgi-bin/ /usr/home/optiben/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.254>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/kooljerseys/html/
ServerName kooljerseys.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/kooljerseys-error_log
CustomLog /var/log/httpd/kooljerseys-access_log combined
ScriptAlias /cgi-bin/ /usr/home/kooljerseys/cgi-bin/
</VirtualHost>


<VirtualHost 216.95.238.2>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/runnersgifts/html/
ServerName runnersgifts.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/runnersgifts-error_log
CustomLog /var/log/httpd/runnersgifts-access_log combined
ScriptAlias /cgi-bin/ /usr/home/runnersgifts/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.3>
ServerAdmin rejuve@nl2k.ab.ca
DocumentRoot /usr/home/rejuve/html/
ServerName rejuvenate.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/rejuvenate-error_log
CustomLog /var/log/httpd/rejuvenate-access_log combined
ScriptAlias /cgi-bin/ /usr/home/rejuvenate/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.5>
ServerAdmin aroma@nl2k.ab.ca
DocumentRoot /usr/home/aroma/html/
ServerName aromatherapycanada.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/aromatherapycanada-error_log
CustomLog /var/log/httpd/aromatherapycanada-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aroma/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.6>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/boutique/html/
ServerName editingboutique.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/editingboutique-error_log
CustomLog /var/log/httpd/editingboutique-access_log combined
ScriptAlias /cgi-bin/ /usr/home/boutique/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.7>
ServerAdmin levelix@nl2k.ab.ca
DocumentRoot /usr/home/levelix/html/
ServerName omochaboy.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/omochaboy-error_log
CustomLog /var/log/httpd/omochaboy-access_log combined
ScriptAlias /cgi-bin/ /usr/home/levelix/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.8>
ServerAdmin root@nl2k.ab.ca
DocumentRoot /usr/home/spirit294/html/
ServerName unclemyles.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/unclemyles-error_log
CustomLog /var/log/httpd/unclemyles-access_log combined
ScriptAlias /cgi-bin/ /usr/home/spirit294/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.9>
ServerAdmin rrc22@nl2k.ab.ca
DocumentRoot /usr/home/rrc22/html/
ServerName rrcsa.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/rrcsa-error_log
CustomLog /var/log/httpd/rrcsa-access_log combined
ScriptAlias /cgi-bin/ /usr/home/rrc22/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.10>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/radavis/html/
ServerName crafty-canadians.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/crafty-canadians-error_log
CustomLog /var/log/httpd/crafty-canadians-access_log combined
ScriptAlias /cgi-bin/ /usr/home/radavis/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.11>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/lfan/html/
ServerName lfan.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/lfan-error_log
CustomLog /var/log/httpd/lfan-access_log combined
ScriptAlias /cgi-bin/ /usr/home/lfan/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.12>
ServerAdmin summit@nl2k.ab.ca
DocumentRoot /usr/home/summit/html/summit-solutions-ltd/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName summit-solutions-ltd.com
ErrorLog /var/log/httpd/summit-solutions-ltd-error_log
CustomLog /var/log/httpd/summit-solutions-ltd-access_log combined
ScriptAlias /cgi-bin/ /usr/home/summit/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.13>
ServerAdmin summit@nl2k.ab.ca
DocumentRoot /usr/home/summit/html/virtualtruckroute/
ServerName virtualtruckroute.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/virtualtruckroute-error_log
CustomLog /var/log/httpd/virtualtruckroute-access_log combined
ScriptAlias /cgi-bin/ /usr/home/summit/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.14>
ServerAdmin debster@nl2k.ab.ca
DocumentRoot /usr/home/debster/html/
ServerName afragranceforall.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/afragranceforall-error_log
CustomLog /var/log/httpd/afragranceforall-access_log combined
ScriptAlias /cgi-bin/ /usr/home/debster/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.15>
ServerAdmin gail72@nl2k.ab.ca
DocumentRoot /usr/home/gail72/html/
ServerName cateringcreations.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/cateringcreations-error_log
CustomLog /var/log/httpd/cateringcreations-access_log combined
ScriptAlias /cgi-bin/ /usr/home/gail72/cgi-bin/
</VirtualHost>


<VirtualHost 216.95.238.128>
ServerAdmin mbarnes@nl2k.ab.ca
DocumentRoot /usr/home/mbarnes/html/discountdining/Buffetworld
ServerName buffetworld2001.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/buffetworld2001-error_log
CustomLog /var/log/httpd/buffetworld2001-access_log combined
ScriptAlias /cgi-bin/ /usr/home/mbarnes/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.129>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/aha/html/
Redirect /AthabascaInn http://www.bestwestern.com/ca/athabascainn
Redirect /Heidelberg http://www.bestwestern.com/ca/heidelberg
Redirect /chateaulouis http://www.chateaulouis.com
Redirect /HotelMacdonald http://www.cphotels.ca
Redirect /KananaskisInn http://www.kananaskisinn.com
Redirect /Safety http://www.albertahotels.ab.ca/ahsa
Redirect /bluelakelodge http://www.bluelakelodge.com
Redirect /ElbowRiver http://www.casino-hotel.com
Redirect /FortChip http://www.fortchipewyanlodge.com
Redirect /Travellers http://www.travellershotel.com
ServerName albertahotels.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/albertahotels-error_log
CustomLog /var/log/httpd/albertahotels-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>


<VirtualHost 216.95.238.130>
ServerAdmin doctor@nl2k.ab.ca
DocumentRoot /usr/home/ricky/html/
ServerName cardiovascular.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/cardiovascular-error_log
CustomLog /var/log/httpd/cardiovascular-access_log combined
ScriptAlias /cgi-bin/ /usr/home/ricky/cgi-bin/
</VirtualHost>


<VirtualHost 216.95.238.131>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/ez/html/
ServerName e-z.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/edzabinski-error_log
CustomLog /var/log/httpd/edzabinski-access_log combined
ScriptAlias /cgi-bin/ /usr/home/ez/cgi-bin/
</VirtualHost>


<VirtualHost 216.95.238.132>
ServerAdmin nyssa@nl2k.ab.ca
DocumentRoot /usr/home/nyssa/html/
ServerName cromwellconsulting.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/cromwellconsulting-error_log
CustomLog /var/log/httpd/cromwellconsulting-access_log combined
ScriptAlias /cgi-bin/ /usr/home/nyssa/cgi-bin/
</VirtualHost>


<VirtualHost 216.95.238.133>
ServerAdmin inkit@nl2k.ab.ca
DocumentRoot /usr/home/aha/html/ahsa
ServerName albertahotelsafety.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/albertahotelsafety-error_log
CustomLog /var/log/httpd/albertasafetyhotel-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.134>
ServerAdmin pjva@nl2k.ab.ca
DocumentRoot /usr/home/pjva/html/
ServerName pjva.ca
ErrorDocument 404 /index.html
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/pjva-error_log
CustomLog /var/log/httpd/pjva-access_log combined
ScriptAlias /cgi-bin/ /usr/home/pjva/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.135>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/buysell/html/
ServerName sell-buy.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/sell-buy-error_log
CustomLog /var/log/httpd/sell-buy-access_log combined
ScriptAlias /cgi-bin/ /usr/home/buysell/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.136>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/eslcafe/html/
ServerName eslcafecanada.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/eslcafecanada-error_log
CustomLog /var/log/httpd/eslcafecanada-access_log combined
ScriptAlias /cgi-bin/ /usr/home/eslcafe/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.137>
ServerAdmin amc@nl2k.ab.ca
DocumentRoot /usr/home/apex/html/
ServerName apex2000conf.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/apex2000conf-error_log
CustomLog /var/log/httpd/apex2000conf-access_log combined
ScriptAlias /cgi-bin/ /usr/home/apex/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.138>
ServerAdmin amc@nl2k.ab.ca
DocumentRoot /usr/home/amc/html/rl/
ServerName reservealink.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/reservealink-error_log
CustomLog /var/log/httpd/reservealink-access_log combined
ScriptAlias /cgi-bin/ /usr/home/amc/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.139>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/rocknaugust/html/
ServerName rocknaugust.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/rocknaugust-error_log
CustomLog /var/log/httpd/rocknaugust-access_log combined
ScriptAlias /cgi-bin/ /usr/home/rocknaugust/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.140>
ServerAdmin jmacdon1@nl2k.ab.ca
DocumentRoot /usr/home/jmacdon1/html/
ServerName bellwethersmessage.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/bellwethersmessage-error_log
CustomLog /var/log/httpd/bellwethersmessage-access_log combined
ScriptAlias /cgi-bin/ /usr/home/jmacdon1/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.141>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/netlawr/html/wayside
ServerName bestwesternwaysideinn.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/bestwesternwaysideinn-error_log
CustomLog /var/log/httpd/bestwesternwaysideinn-access_log combined
ScriptAlias /cgi-bin/ /usr/home/netlawr/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.142>
ServerAdmin nuway@nl2k.ab.ca
DocumentRoot /usr/home/gwpromo/html/
Redirect / http://www.nuwaydirect.com/greatwestpromotions
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName greatwestpromotions.com
ScriptAlias /cgi-bin/ /usr/home/gwpromo/cgi-bin/
ErrorLog /var/log/httpd/greatwestpromotions-error_log
CustomLog /var/log/httpd/greatwestpromotions-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.143>
ServerAdmin ybabysti@nl2k.ab.ca
DocumentRoot /usr/home/ybabysti/html/
ServerName karpstyles.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/ybabysti/cgi-bin/
ErrorLog /var/log/httpd/karpstyles-error_log
CustomLog /var/log/httpd/karpstyles-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.144>
ServerAdmin brent@nl2k.ab.ca
DocumentRoot /usr/home/brent/html/
ServerName yournet.ca
ScriptAlias /cgi-bin/ /usr/home/brent/cgi-bin/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/yournet-error_log
CustomLog /var/log/httpd/yournet-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.145>
ServerAdmin ruby@nl2k.ab.ca
DocumentRoot /usr/home/ruby/html/
ServerName aboutappearances.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/ruby/cgi-bin/
ErrorLog /var/log/httpd/aboutappearances-error_log
CustomLog /var/log/httpd/aboutappearances-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.146>
ServerAdmin kitty@nl2k.ab.ca
DocumentRoot /usr/home/kitty/html/
ServerName kittykottage.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/kitty/cgi-bin/
ErrorLog /var/log/httpd/kittykottage-error_log
CustomLog /var/log/httpd/kittykottage-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.147>
ServerAdmin interseeqadmin@nl2k.ab.ca
DocumentRoot /usr/home/interseeqadmin/html/
ServerName interseeq.com
ScriptAlias /cgi-bin/ /usr/home/interseeqadmin/cgi-bin/
ErrorLog /var/log/httpd/interseeq-error_log
CustomLog /var/log/httpd/interseeq-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.148>
ServerAdmin cisevensadmin@nl2k.ab.ca
DocumentRoot /usr/home/cisevensadmin/html/
ServerName cisevens.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/cisevensadmin/cgi-bin/
ErrorLog /var/log/httpd/cisevens-error_log
CustomLog /var/log/httpd/cisevens-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.149>
ServerAdmin lee24@nl2k.ab.ca
DocumentRoot /usr/home/lee24/html/therapytables
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName therapytables.com
ScriptAlias /cgi-bin/ /usr/home/lee24/cgi-bin/
ErrorLog /var/log/httpd/therapytables-error_log
CustomLog /var/log/httpd/therapytables-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.150>
ServerAdmin gee@nl2k.ab.ca
DocumentRoot /usr/home/gee/html/
ServerName geeandgeeracing.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/gee/cgi-bin/
ErrorLog /var/log/httpd/geeandgeeracing-error_log
CustomLog /var/log/httpd/geeandgeeracing-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.151>
ServerAdmin avena@nl2k.ab.ca
DocumentRoot /usr/home/avena/html/
ServerName avenaoriginals.com
DirectoryIndex index.phtml index.php index.php3 index.pl index.shtml index.html
index.htm
ScriptAlias /cgi-bin/ /usr/home/avena/cgi-bin/
ErrorLog /var/log/httpd/avenaoriginals-error_log
CustomLog /var/log/httpd/avenaoriginals-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.152>
ServerAdmin xfhl@nl2k.ab.ca
DocumentRoot /usr/home/xfhl/html/
ServerName pucknuts.net
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/xfhl/cgi-bin/
ErrorLog /var/log/httpd/pucknuts-error_log
CustomLog /var/log/httpd/pucknuts-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.153>
ServerAdmin grneyes@nl2k.ab.ca
DocumentRoot /usr/home/grneyes/html/
ServerName chepstow.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/grneyes/cgi-bin/
ErrorLog /var/log/httpd/chepstow-error_log
CustomLog /var/log/httpd/chepstow-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.154>
ServerAdmin mark101@nl2k.ab.ca
DocumentRoot /usr/home/mark101/html/
ServerName v4honda.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/mark101/cgi-bin/
ErrorLog /var/log/httpd/v4honda-error_log
CustomLog /var/log/httpd/v4honda-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.155>
ServerAdmin enp@nl2k.ab.ca
DocumentRoot /usr/home/enp/html/
ServerName electrical-nutrition.net
ScriptAlias /cgi-bin/ /usr/home/enp/cgi-bin/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/electrical-nutrition-error_log
CustomLog /var/log/httpd/electrical-nutrition-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.156>
ServerAdmin marco@nl2k.ab.ca
DocumentRoot /usr/home/marco/html/
ServerName sandshoteledm.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/marco/cgi-bin/
ErrorLog /var/log/httpd/sandshoteledm-error_log
CustomLog /var/log/httpd/sandshoteledm-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.157>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/fmn/html/
ServerName fmnproductions.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/fmn/cgi-bin/
ErrorLog /var/log/httpd/fmnproductions-error_log
CustomLog /var/log/httpd/fmnproductions-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.158>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/steffany/html/
ServerName steffanyhanlen.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/steffany/cgi-bin/
ErrorLog /var/log/httpd/steffanyhanlen-error_log
CustomLog /var/log/httpd/steffanyhanlen-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.159>
ServerAdmin tvirag@nl2k.ab.ca
DocumentRoot /usr/home/tvirag/html/
ServerName tvirag.nk.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/tvirag/cgi-bin/
ErrorLog /var/log/httpd/tvirag-error_log
CustomLog /var/log/httpd/tvirag-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.160>
ServerAdmin vesna@nl2k.ab.ca
DocumentRoot /usr/home/vesna/html/
ServerName ukrainian-philately.info
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/vesna/cgi-bin/
ErrorLog /var/log/httpd/ukrainian-philately-error_log
CustomLog /var/log/httpd/ukrainian-philately-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.161>
ServerAdmin conversation@nl2k.ab.ca
DocumentRoot /usr/home/conversation/html/
ServerName eikaiwa.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/conversation/cgi-bin/
ErrorLog /var/log/httpd/eikaiwa-error_log
CustomLog /var/log/httpd/eikaiwa-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.162>
ServerAdmin petshops@nl2k.ab.ca
DocumentRoot /usr/home/petshops/html/
ServerName petshops.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/petshops/cgi-bin/
ErrorLog /var/log/httpd/petshops-error_log
CustomLog /var/log/httpd/petshops-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.163>
ServerAdmin vm@nl2k.ab.ca
DocumentRoot /usr/home/vm/html/
ServerName electricalnutrition.com
ScriptAlias /cgi-bin/ /usr/home/vm/cgi-bin/
ErrorLog /var/log/httpd/electricalnutrition-error_log
CustomLog /var/log/httpd/electricalnutrition-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.164>
ServerAdmin riskeh@nl2k.ab.ca
DocumentRoot /usr/home/riskeh/html/
ServerName risk-eh.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/riskeh/cgi-bin/
ErrorLog /var/log/httpd/risk-eh-error_log
CustomLog /var/log/httpd/risk-eh-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.165>
ServerAdmin ladderrigger@nl2k.ab.ca
DocumentRoot /usr/home/ladderrigger/html/
ServerName ladderrigger.com
ScriptAlias /cgi-bin/ /usr/home/ladderrigger/cgi-bin/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/ladderrigger-error_log
CustomLog /var/log/httpd/ladderrigger-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.166>
ServerAdmin mblight@nl2k.ab.ca
DocumentRoot /usr/home/mblight/html/
ServerName mblightning.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/mblight/cgi-bin/
ErrorLog /var/log/httpd/mblightning-error_log
CustomLog /var/log/httpd/mblightning-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.167>
ServerAdmin lawrason@nl2k.ab.ca
DocumentRoot /usr/home/saintcity/html/
ServerName saintcitynews.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/saintcity/cgi-bin/
ErrorLog /var/log/httpd/saintcitynews-error_log
CustomLog /var/log/httpd/saintcitynews-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.168>
ServerAdmin bhbrinkmann@nl2k.ab.ca
DocumentRoot /usr/home/bhbrinkmann/html/
ServerName brinkmann.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/bhbrinkmann/cgi-bin/
ErrorLog /var/log/httpd/brinkmann-error_log
CustomLog /var/log/httpd/brinkmann-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.169>
ServerAdmin shanenicholson@nl2k.ab.ca
DocumentRoot /usr/home/shanenicholson/html/
ServerName newagetechnology.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/shanenicholson/cgi-bin/
ErrorLog /var/log/httpd/newagetechnology-error_log
CustomLog /var/log/httpd/newagetechnology-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.170>
ServerAdmin finefacta@nl2k.ab.ca
DocumentRoot /usr/home/finefacta/html/
ServerName fineartscouncil.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/finefacta/cgi-bin/
ErrorLog /var/log/httpd/fineartscouncil-error_log
CustomLog /var/log/httpd/fineartscouncil-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.171>
ServerAdmin summit@nl2k.ab.ca
DocumentRoot /usr/home/summit/html/acachockey/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName acachockey.info
ErrorLog /var/log/httpd/acachockey-error_log
CustomLog /var/log/httpd/acachockey-access_log combined
ScriptAlias /cgi-bin/ /usr/home/summit/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.172>
ServerAdmin wwoyktiw@nl2k.ab.ca
DocumentRoot /usr/home/wwoytkiw/html/atalocal43/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName atalocal43.ab.ca
ErrorLog /var/log/httpd/atalocal43-error_log
CustomLog /var/log/httpd/atalocal43-access_log combined
ScriptAlias /cgi-bin/ /usr/home/wwoytkiw/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.173>
ServerAdmin kingsway@nl2k.ab.ca
DocumentRoot /usr/home/kingsway/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName kingswaylegion.com
ErrorLog /var/log/httpd/kingswaylegion-error_log
CustomLog /var/log/httpd/kingswaylegion-access_log combined
ScriptAlias /cgi-bin/ /usr/home/kingsway/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.174>
ServerAdmin ogopogo@nl2k.ab.ca
DocumentRoot /usr/home/ogopogo/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName ogopogo-resort.com
ErrorLog /var/log/httpd/ogopogo-resort-error_log
CustomLog /var/log/httpd/ogopogo-resort-access_log combined
ScriptAlias /cgi-bin/ /usr/home/ogopogo/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.175>
ServerAdmin ritley@nl2k.ab.ca
DocumentRoot /usr/home/ritley/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName ritleymarinesystems.com
ErrorLog /var/log/httpd/ritleymarinesystems-error_log
CustomLog /var/log/httpd/ritleymarinesystems-access_log combined
ScriptAlias /cgi-bin/ /usr/home/ritley/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.176>
ServerAdmin akcweb@nl2k.ab.ca
DocumentRoot /usr/home/akcweb/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName atlantickarateclub.ca
ErrorLog /var/log/httpd/atlantickarateclub-error_log
CustomLog /var/log/httpd/atlantickarateclub-access_log combined
ScriptAlias /cgi-bin/ /usr/home/akcweb/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.177>
ServerAdmin swp@nl2k.ab.ca
DocumentRoot /usr/home/swp/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName sellwithpictures.com
ErrorLog /var/log/httpd/sellwithpictures-error_log
CustomLog /var/log/httpd/sellwithpictures-access_log combined
ScriptAlias /cgi-bin/ /usr/home/swp/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.179>
ServerAdmin swp@nl2k.ab.ca
DocumentRoot /usr/home/swp/html/herquest/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName herquest.com
ErrorLog /var/log/httpd/herquest-error_log
CustomLog /var/log/httpd/herquest-access_log combined
ScriptAlias /cgi-bin/ /usr/home/swp/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.178>
ServerAdmin derelict@nl2k.ab.ca
DocumentRoot /usr/home/derelict/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName derelictstudios.com
ErrorLog /var/log/httpd/derelictstudios-error_log
CustomLog /var/log/httpd/derelictstudios-access_log combined
ScriptAlias /cgi-bin/ /usr/home/derelict/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.180>
ServerAdmin cocopop@nl2k.ab.ca
DocumentRoot /usr/home/cocopop/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName jpandelsa.com
ErrorLog /var/log/httpd/jpandelsa-error_log
CustomLog /var/log/httpd/jpandelsa-access_log combined
ScriptAlias /cgi-bin/ /usr/home/cocopop/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.181>
ServerAdmin bodysoothe@nl2k.ab.ca
DocumentRoot /usr/home/bodysoothe/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName bodysoothe.com
ErrorLog /var/log/httpd/bodysoothe-error_log
CustomLog /var/log/httpd/bodysoothe-access_log combined
ScriptAlias /cgi-bin/ /usr/home/bodysoothe/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.182>
ServerAdmin servicemaster@nl2k.ab.ca
DocumentRoot /usr/home/servicemaster/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName servicemasterclean.com
ErrorLog /var/log/httpd/servicemasterclean-error_log
CustomLog /var/log/httpd/servicemasterclean-access_log combined
ScriptAlias /cgi-bin/ /usr/home/servicemaster/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.183>
ServerAdmin firstpageseo@nl2k.ab.ca
DocumentRoot /usr/home/firstpageseo/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName firstpageseo.com
ErrorLog /var/log/httpd/firstpageseo-error_log
CustomLog /var/log/httpd/firstpageseo-access_log combined
ScriptAlias /cgi-bin/ /usr/home/firstpageseo/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.184>
ServerAdmin haliburton@nl2k.ab.ca
DocumentRoot /usr/home/haliburton/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName haliburton-trails.com
ErrorLog /var/log/httpd/haliburton-trails-error_log
CustomLog /var/log/httpd/haliburton-trails-access_log combined
ScriptAlias /cgi-bin/ /usr/home/haliburton/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.185>
ServerAdmin lawrason@nl2k.ab.ca
DocumentRoot /usr/home/firstimpress/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName first-impress.com
ErrorLog /var/log/httpd/first-impress-error_log
CustomLog /var/log/httpd/first-impress-access_log combined
ScriptAlias /cgi-bin/ /usr/home/firstimpress/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.186>
ServerAdmin eagleins@nl2k.ab.ca
DocumentRoot /usr/home/eagleins/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName eagle-ins.com
ErrorLog /var/log/httpd/eagle-ins-error_log
CustomLog /var/log/httpd/eagle-ins-access_log combined
ScriptAlias /cgi-bin/ /usr/home/eagleins/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.187>
ServerAdmin notify@8w8w8.com
DocumentRoot /usr/home/peterbi/html/
Port 8080
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName 8w8w8.com
ErrorLog /var/log/httpd/8w8w8-error_log
CustomLog /var/log/httpd/8w8w8-access_log combined
ScriptAlias /cgi-bin/ /usr/home/peterbi/cgi-bin/
PerlSetEnv Perl5LIB /usr/home/peterbi/lib
PerlModule Peterbi::BoardWeb
<Location /friendgb>
SetHandler perl-script
PerlHandler Peterbi::BoardWeb
</Location>
<Location /friendbig5>
SetHandler perl-script
PerlHandler Peterbi::BoardWeb
</Location>
</VirtualHost>

<VirtualHost 216.95.238.188>
ServerAdmin swp@nk.ca
DocumentRoot /usr/home/itdocexchange/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName itdocexchange.com
ErrorLog /var/log/httpd/itdocexchange-error_log
CustomLog /var/log/httpd/itdocexchange-access_log combined
ScriptAlias /cgi-bin/ /usr/home/itdocexchange/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.189>
ServerAdmin lawracom@nk.ca
DocumentRoot /usr/home/fishhook/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName fishhookbay.com
ErrorLog /var/log/httpd/fishhookbay-error_log
CustomLog /var/log/httpd/fishhookbay-access_log combined
ScriptAlias /cgi-bin/ /usr/home/fishhook/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.190>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/ABReservations/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName albertareservations.com
ErrorLog /var/log/httpd/albertareservations-error_log
CustomLog /var/log/httpd/albertareservations-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.191>
ServerAdmin colleen@nk.ca
DocumentRoot /usr/home/haliburtontours/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName haliburtontours.com
ErrorLog /var/log/httpd/haliburtontours-error_log
CustomLog /var/log/httpd/haliburtontours-access_log combined
ScriptAlias /cgi-bin/ /usr/home/haliburtontours/cgi-bin/
</VirtualHost>


Alias /apache_icons/ /var/www/icons/
Alias /apache_images/ /var/www/images/
ScriptAlias /cgi-bin/ /var/www/cgi-bin/
ScriptAlias /cgi-perl/ /var/www/cgi-bin/
ScriptAlias /perl/ /var/www/cgi-bin/
ScriptAlias /squid-status/ /var/www/squid/bin/cachemgr.cgi/
ScriptAlias /_vti_bin/_vti_adm/
/usr/local/frontpage/currentversion/_vti_bin/_vti_adm/
ScriptAlias /_vti_bin/_vti_aut/
/usr/local/frontpage/currentversion/_vti_bin/_vti_aut/
ScriptAlias /_vti_bin/ /usr/local/frontpage/currentversion/_vti_bin/
ScriptAlias /~nuway/mc/_vti_bin/ /usr/local/frontpage/currentversion/_vti_bin/
ScriptAlias /~gibbons/_vti_bin/ /usr/local/frontpage/currentversion/_vti_bin/
#<-- DRN-install
#
Alias /drn-install/ /var/local/drn/drn-install/
Alias /drn-setup/images/ /var/local/drn/www/drn-setup/images/

ScriptAlias /drn-setup/ /usr/source/drn/www/drn-setup/
<Location /drn-setup/>
options none
AllowOverride None
order deny,allow
deny from all
allow from localhost
</Location>

ScriptAlias /drn-admin/ /usr/source/drn/www/drn-admin/
<Location /drn-admin>
options none
AllowOverride None
order deny,allow
deny from all
allow from localhost
</Location>
#-->
doctor.nl2k.ab.ca//var/www/conf$ i echo This is a large file
This is a large file
doctor.nl2k.ab.ca//var/www/conf$ I will edit httpd.conf in a separate box
sh: I: command not found
doctor.nl2k.ab.ca//var/www/conf$ I will edit httpd.conf in a separate
boxeI will edit httpd.conf in a separate
box
doctor.nl2k.ab.ca//var/www/conf$ ecI will edit httpd.conf in a separate box
doctor.nl2k.ab.ca//var/www/conf$ echI will edit httpd.conf in a separate box
doctor.nl2k.ab.ca//var/www/conf$ echoI will edit httpd.conf in a separate box
doctor.nl2k.ab.ca//var/www/conf$ echo I will edit httpd.conf in a separate box
doctor.nl2k.ab.ca//var/www/conf$ echo
I will edit httpd.conf in a separate box
doctor.nl2k.ab.ca//var/www/conf$ /usr/contrib/bin/         
       uname -a
BSD/OS doctor.nl2k.ab.ca 4.3 BSDI BSD/OS 4.3 Kernel #14: Thu May 2 20:02:48 MDT
2002 root@doctor.nl2k.ab.ca:/usr/src/sys/compile/LOCAL2 i386
doctor.nl2k.ab.ca//var/www/conf$ /usr/contrib/bin/apachectl      
                   caT /USR/SRC/SYS/ 
             t /usr   sys/i386/conf/LOCAL2
# BSDI GENERIC,v 2.174.2.10 2001/09/25 11:38:39 geertj Exp
#
# BSDI generic kernel for Intel architectures
#
include "std.i386"

maxusers 0 # automatic parameter tuning
timezone 0 # use GMT in hardware clock

# The next several sections contain options for various optional kernel
# facilities. Many (but not all) of the options that are not enabled
# by default are listed but commented out with a leading # character.

# Note that when adding or removing most of these options from an
# existing kernel configuration, it is necessary to do a "make clean"
# before rebuilding the kernel. Existing object files that depend
# on the state of these options will not be rebuilt otherwise.

# The SOURCE option indicates that the kernel should be compiled
# from the sources rather than just linking the distributed object files.
# This option may be used only after the kernel source package
# (from the source CD) is installed.
# options SOURCE # Build from sources

# generic options
options KTRACE # syscall tracing
options COMPAT_BSDI11 # compat with BSD/OS 1.1 binaries
options COMPAT_TTYIOCTL # old tty interface, many progs need
options COMPAT_SEMAPHORE # for pre-3.0 -lipc/SCO emulator only
options COFF # COFF executables, for SCO emulator
# options INSECURE # tell init not to enter secure mode

# hardware-related options
options FPE # floating point emulation
options PARITY_ERR_PANIC # panic on memory parity error
# (also settable with sysctl)

# keyboard - /etc/rc.configure/0.keyboard.0 can override these
options KBD=US # US keyboard is default
# options CAPSLOCK_CONTROL # caps lock becomes control (text mode)

# network options
options INET # Internet: TCP/IP
options GATEWAY # IP routing
options "IPFORWARDSRCRT=0" # disable forwarding of src-routed pkts
options IPSOURCECHECK # enable check source address of packets
options IPFW # IP Filtering
options IPFWNAT # IP NAT Filtering
options IPRF # IP Rate Filtering
options IPFWFLOW # IP Flow Monitoring
options IPFWTHROTTLE # IP Throttling Code
options IPFWECHOCHK # ICMP Echo Checking Code
# options NS # XNS
# options ISO # ISO/OSI network
options PPP # Point-to-Point Protocol
# options CISCO_HDLC # HDLC over sync serial
# options FR # Frame Relay over sync serial
options MULTICAST # IP Multicast
# options MROUTING # Multicast agent forwarding multicast

# Support for large inpcb hash tables, e.g. busy WEB servers.
options INET_SERVER

# INET6 and IPSEC are orthogonal. Therefore:
# IPv4 IPv6 IPsec4 IPsec6
# --- --- --- ---
# no INET6 nor IPSEC: yes no no no
# INET6 and no IPSEC: yes yes no no
# IPSEC and no INET6: yes no yes no
# INET6 and IPSEC: yes yes yes yes
options INET6 # IPv6
options IPSEC # IP Security
options IPSEC_ESP # IP encryption
# options IPSEC_DEBUG # IP Security debugging (source only)

# Support for more than 1G of physical memory. For up to this
# much memory: 1.75G 2.5G 3.25G 4G
# use this value: 376 504 760 1016
options "KERNEL_VIRTUAL_MB=376"

# Support for large routing tables, e.g. gated with full Internet
# routing. Make sure you have more physical memory than this.
# options "KMEMSIZE=\(64*1024*1024\)"

# support for large routing tables, e.g. gated with full Internet
# routing. Make sure you have more physical memory than this.
options "KMEMSIZE=\(128*1024*1024\)"
options "DFLDSIZ=\(128*1024*1024\)"
options "DFLSSIZ=\(64*1024*1024\)"
options "BUFMEM=\(64*1024*1024\)"
options "NMBCLUSTERS=8192"
options "CHILD_MAX=1024"
options "OPEN_MAX=1024"


# Increase available SYSV style shared memory segments and semaphores
options "SHMALL=4096"
options "SHMMAX=\(SHMALL*PAGE_SIZE\)"
options "SHMMNI=128"
options "SHMSEG=32"

# Fully supported filesystems
options CD9660 # ISO 9660 CD-ROM filesystem
# options ROMFS # ROM File System
options FFS # (UFS) standard local filesystem
options MFS # Virtual Memory filesystem
options NFS # Network filesystem

# BSDI believes the following work reasonably well, please report
# any problems you discover with them to <problem@BSDI.COM>
options MSDOSFS # MS-DOS filesystem
# options UNION # Union (translucent) filesystem
# options NULLFS # Loopback filesystem
# options UMAPFS # User/group map filesystem
# UMAPFS implies NULLFS

# the following are NOT currently supported, and may not even compile
# options FDESC # File descriptor filesystem
# options KERNFS # Kernel information filesystem
# options PORTAL # Portal filesystem
# options PROCFS # /proc filesystem

# filesystem options
options QUOTA # filesystem quotas
options FIFO # POSIX fifo devices

# Control-alt-del (or serial console break) behavior.
# -1 = ctl-alt-del enabled, serial console break disabled
# 1 = ctl-alt-del enabled, serial console break enabled
# 0 = ctl-alt-del disabled, serial console break disabled
# options "CNTLALTDEL=1" # enable serial console break

# debugging options
makeoptions DEBUG="-g" # build bsd.gdb with full symbol table
# options DEBUG # extensive kernel checking
options DIAGNOSTIC # standard kernel checks
# options "COMCONSOLE=0" # serial console unit, tty00

options KTR # kernel wraparound trace buffer support
# options "KTR_SIZE=32768" # trace buffer in bytes (def=8K)

# Low level kernel debugging support, source needed to add these options
# options "KTR_COMPILE='~0'" # compile in all traces
# options SMP_DEBUG # SMP sanity checking
# options KDEBUG # in-core kernel debugger
# options "KDEBUG_SERBASE=0x3f8" # serial port override

# options KGDB # cross-system kernel debugger
# options "KGDBRATE=9600" # remote debugging baud rate
# options "KGDBDEV=0x800001" # kgdb device, tty01
# "KGDBINIT=1" can also be achieved with '-kdebug -i' at the Boot: prompt
# options "KGDBINIT=0" # 1: wait for remote at system boot
# KGDB_DEBUG_PANIC option: what to do on panic. 0 = dump core;
# 1 = prompt for kgdb or dump core; 2 = wait for kgdb without keyboard prompt.
# options "KGDB_DEBUG_PANIC=0"

options ATAPICHG # support ATAPI CD changers

# Note: "swap generic" should be used only with "options GENERIC"
# with all of the disk drivers included.
# Other systems should use something like one of the following:
# config bsd root on wd0a swap on wd0b and wd2b
config bsd root on sd0a swap on sd0b and sd1b

#config bsd swap generic
#options GENERIC

# ISA bus (or EISA, or PCI)
isa0 at root

# Saturn PCI chipset bug work-around; must precede any pci devices.
saturn0 at pci0

# Bus memory driver. Must be before device that it will steal
# bmd0 at pci?
# bmd0 at isa? port 0x300 iomem 0xe0000 iosiz 65536

# Console
pccons0 at isa? port "IO_KBD"
pcaux0 at isa? port "IO_KBD" irq 12 # PS/2 mouse

# pcic/tcic device must precede any pcmcia devices.
# Notes on selection of irq for cia device:
# On certain machines such as Toshiba T3400, some irqs
# will mysteriously be ignored after suspend/resume either by
# the PCIC controller or by the ICU.
# The TI PCI1131 on the Sony Vaio requires "flags 1" on the pci line
#
pcic0 at pci? # Cirrus PD6729 / TI PCI1131
pcic0 at isa? port 0x3e0 irq 11
pcic1 at isa? port 0x3e2 irq 10 # for DEC HiNote Ultra
pcic1 at isa? port 0x3e4 irq 10
# pcic0 at isa? port 0x3e0 # polling mode
# pcic1 at isa? port 0x3e2 # polling mode
# pcic1 at isa? port 0x3e4 # polling mode
# tcic0 at isa? port 0x240 irq 11 # not supported yet

# COM ports
# Flags are 0xF00000 for fifo flags F; see com(4).
# Default is 0; 1, 2, 3, 4 set receive fifo trigger to 1, 4, 8, 14;
# 9 ignores the FIFO on 16550/16550AF.
com0 at isa? port "IO_COM1"
com1 at isa? port "IO_COM2"
# com2 at isa? port "IO_COM3"
# com3 at isa? port "IO_COM4"
com2 at pci?
com2 at pcmcia?
com3 at pcmcia?

# AST-style 4-port MUX (AST-4, MU-440, etc)
# Flags are 0xL0PPP for line number L and interrupt multiplexor port PPP
# for each line. The multiplexor port is 7 higher than the last port's
# base address. Here, lines 0-3 on a 4-port card starting at port 0x2a0,
# with interrupt multiplexor port at 0x2bf.
# com2 at isa? port 0x2a0 flags 0x002bf
# com3 at isa? port 0x2a8 flags 0x102bf
# com4 at isa? port 0x2b0 flags 0x202bf
# com5 at isa? port 0x2b8 flags 0x302bf

# USENET II serial board
# Flags are 0xFLGPPP for line number L, interrupt group G, and fifo flags F.
# The multiplexor port field PPP is set to 0 because interrupts
# are enabled differently than the AST.
# See com(4) for fifo flags; values from 0xb through 0xf enable
# USENET II hardware flow control. 0xf has the highest FIFO values;
# 0xe sets both rx and tx FIFOs to 14.
# Note, port 100 conflicts with some 3Com Ethernet card's auto-enable.
# com4 at isa? port 0x120 flags 0xe01000
# com5 at isa? port 0x128 flags 0xe11000
# com6 at isa? port 0x130 flags 0xe21000
# com7 at isa? port 0x138 flags 0xe31000

# Blue Heat PCI multi-port serial card
# bheat* at pci?
# com* at bheat? com?

# parallel printer port
# set flags to 0 for CRLF expansion, 1 for raw
# lp2 is LPT1 on PS/2 (MicroChannel), monochrome display adapter port,
# and some laptops. IRQ cannot be shared, thus only one of lp0 and lp2
# will configure with irq 7 in this configuration. "irq IRQNONE" runs
# without interrupts, which is better with big printer buffers.
# In order to use a printer at 0x3BC it may be necessary to put
# '-ioconf enable 0x3BC 4' in /etc/boot.default.
lp0 at isa? port 0x378 irq 7 flags 1
# lp1 at isa? port 0x278 flags 1
lp0 at isa? port 0x3BC irq 7 flags 1
lp2 at isa? port 0x3BC irq 7 flags 1

# Floppy drives
fdc0 at isa? port "IO_FD1" drq 2
fd0 at fdc0 drive 0
fd1 at fdc0 drive 1

# Specific SCSI target/device configurations;
# must precede wild-card configurations below, e.g. tg* at aha?.
# Examples to force sd0 to be found only on target 0 of aha0, and sd1
# on target 1; units number sequentially after any specific assignments.
# tg0 at aha0 target 0
# sd0 at tg0 unit 0
# tg1 at aha0 target 1
# sd1 at tg1 unit 0

# DPT SCSI Controller
#
# isa boards are found at one of the following ports: 0x1F0, 0x170, 0x230, 0x330
# isa boards MUST have a drq specified.
# pci boards which are jumpered to be forced to an isa address cannot be used.
#
dpt0 at any?
dpt* at any?
dpt0 at isa? port 0x170 irq ? drq 5
tg* at dpt? target ?

# DPT I2O SCSI Controller
dpti* at pci?
tg* at dpti? target?

# PCI ATA/IDE controllers: DMA adaptor plus associated IDE "controller"
# "port -1" can be used to disable pciwdc0 by default
pciwdc0 at pci?
pciwdc* at pci?
# force port for wdc0/1, so wd0-3 are numbered as before (see below)
wdc0 at pciwdc0 port "IO_WD1"
wdc1 at pciwdc0 port "IO_WD2"
wdc2 at pciwdc? port ?
wdc* at pciwdc? port ?

# IDE/ESDI/RLL/ST-506/ATAPI controllers
wdc0 at isa? port "IO_WD1"
wdc1 at isa? port "IO_WD2"
wdc1 at pcmcia?
wdc2 at pcmcia?

# ATAPI host-bus adapter (for IDE CD-ROM)
# must come before wd* for certain (broken) atapi devices to be found
wdpi* at wdc? drive ?
tg* at wdpi? target ?

# ATA/IDE/ESDI/RLL/ST506
#
# Add "flags 0x04" to enable DMA support for a drive e.g.:
# wd0 at wdc0 drive 0 flags 0x04
#
# For backward compatibility, wd drive numbering is fixed here,
# e.g. drive 0 on controller 1 is wd2 even if there is no wd1.
# Uncomment the "wd*" line and remove the other wdN lines
# to number drives sequentially as found.
# wd* at wdc? drive ?
wd0 at wdc0 drive 0
wd1 at wdc0 drive 1
wd2 at wdc1 drive 0
wd3 at wdc1 drive 1
wd4 at wdc2 drive 0 # Second PCMCIA ATA card
wd5 at wdc2 drive 1

# DiskOnChip 2000 driver.
# dc0 at isa? iomem 0xd0000 iosiz 0x8000
# dc0 at isa? iomem 0xd8000 iosiz 0x8000
# dc0 at isa? iomem 0xe0000 iosiz 0x8000
# dc0 at isa? iomem 0xe8000 iosiz 0x8000
# dc0 at isa? iomem 0xc0000 iosiz 0x8000
# dc0 at isa? iomem 0xc8000 iosiz 0x8000

# QIC-02 tape
# wt0 at isa? port 0x300 drq 1

# Numeric coprocessor (387 or on-board 486)
npx0 at isa? port "IO_NPX"

# VGA display adapter (only needed for graphics mode, including X)
vga0 at isa? port "IO_VGA" iomem 0xa0000 iosiz 65536

# Microsoft BusMouse driver (works with ATI Ultra busmouse)
# bms0 at isa? port 0x23c irq 5

# Logitec Bus Mouse, same location as bms0 (works with ATI Ultra Pro mouse)
# lms0 at isa? port 0x23c irq 5

# Mitsumi CD-ROM
# 0x300 <= port <= 0x3fc, port%4 == 0
# on the 8 bit card:
# irq = none, 3, 5 or 9
# drq = none, 1 or 3 (drq ? defaults to 3)
# on the 16 bit card
# irq = none, 3, 5, 9, 10 or 11
# drq = none, 5, 6 or 7 (drq ? defaults to 6)
# mcd0 at isa? port 0x334 irq 9 drq ?
# mcd0 at isa? port 0x340 irq 9 drq ?

# Compaq Smart Two RAID controller and target drivers
# 1. Compaq Smart-2 EISA Controller
# 2. Compaq Smart-2 PCI Controller
# 3. Compaq Smart-2SL PCI Controller
# 4. Compaq Smart-2DH PCI Controller
# 5. Compaq Smart-221 PCI Controller
# 6. Compaq Smart-3100ES PCI Controller
# 7. Compaq Smart-3200 PCI Controller
crc* at pci?
cr* at crc? drive ?

# AMI Raid controllers
# Amic is the interface to the basic controller
# Amir is the interface to logical drives on the controller
# Amis allows access to raw scsi devices connected to the controller.
# Typically amis is not needed or desirable.
amic* at pci?
amir* at amic? drive ?
# amis* at amic? channel ?
# tg* at amis? target ?

# Compaq NCR SCSI host adapters
# This line needs to appear before the BSDI NCR driver.
# We think that the BSDI NCR driver will handle most modern Compaq systems,
# but we provide this driver from Compaq for customers who may need it.
# The device probe for the Compaq driver can make your system crash
# if you don't actually have a Compaq SCSI adapter, so the driver has
# a special hack in it that disables it unless you set the 'port' to 1.
# You should add '-dev compaqscsi0 port=1' to /etc/boot.default
# to enable the driver.
compaqscsi* at pci?
tg* at compaqscsi? target ?

# NCR 53C8XX PCI SCSI host adapters
ncr* at pci?
tg* at ncr? target ?

# Adaptec AIC 7{7,8}70 series controllers
aic* at any?
tg* at aic? target ?

# Buslogic VLB/EISA/PCI SCSI host adapter in 32-bit mode (bha)
# Adaptec 1542[BC] SCSI host adapter (aha)
# bha must precede aha; if bha omitted, aha supports bha cards in 24-bit mode.
# If both are configured for the same address, aha should directly follow bha.

bha0 at pci?
bha1 at pci?
bha2 at pci?
bha0 at isa? port 0x330
aha0 at isa? port 0x330
bha0 at isa? port 0x334
aha0 at isa? port 0x334

bha1 at isa? port 0x330
aha1 at isa? port 0x330
bha1 at isa? port 0x334
aha1 at isa? port 0x334

bha2 at isa? port 0x330
aha2 at isa? port 0x330
bha2 at isa? port 0x334
aha2 at isa? port 0x334

bha* at pci?

tg* at aha? target ?
tg* at bha? target ?

# Buslogic Flashpoint controller
bfp* at pci?
tg* at bfp? target ?

# Adaptec 1520 or compatible SCSI host adapter
sa0 at isa? port 0x340
sa0 at pcmcia?
tg* at sa0 target ?

# SCSI disk and tape; wildcard to find on any target
# sr* matches all removable devices for which there is no
# specific srN configuration unless inhibited by "flags 1".
# sd also matches removable devices if sr is inhibited or not configured,
# so sr must be first to find anything.
# note that ATAPI devices (CDroms) need these too!
sr* at tg? unit ?
sd* at tg? unit ?
st* at tg? unit ?
sg* at tg? unit ?

# Novell NE-1000/NE-2000 Ethernet adapter
# Several of these conflict with other devices,
# so these are listed after aha, mcd and lp/pe.
# 32 ports are used.
ne0 at isa? port 0x320
ne0 at isa? port 0x340
ne0 at isa? port 0x360
ne0 at pcmcia?

# 3COM 3C501 Ethernet adapter
# eo0 at isa? port 0x320

# 3COM EtherLink Plus 3C505 Ethernet adapter
ep0 at isa? port 0x240
ep0 at isa? port 0x320

# SDL Communications RISCom/N1 HDLC serial card
# requires options PPP and/or CISCO_HDLC
# rn0 at isa? port 0x220 iomem 0xe0000 iosiz 65536

# SDL Communications RISCom/H2 HDLC serial card
# requires options PPP and/or CISCO_HDLC
# rh0 at isa? port 0x240 drq 6

# SDL Communications RISCom/N2 dual sync serial port driver
# A memory size of 32k (32768) should be used for boards with 64k DP-RAM.
# requires options PPP and/or CISCO_HDLC
# ntwo0 at isa? port 0x300 iomem 0xe0000 iosiz 32768 flags 0
# ntwo0 at pci?

# SDL Communications WANIC500 sync serial port driver
# wanic500c* at pci?
# wanic500i* at wanic500c? channel ?

# Lan Media WAN cards
# lmc* at pci?

# AMD PCnet-PCI Ethernet
pcn* at pci?

# TNIC-1500 Ether from South Coast Computing Services, +1 713 661 3301.
tn0 at isa? port 0x320 drq 3
tn0 at isa? port 0x340 drq 3
tn0 at isa? port 0x360 drq 3
tn0 at isa? port 0x300 drq 3

# DEC DE500, SMC EtherPower 10 and 100 Mb/s Ether
# and other cards based on DEC 21040/21140 chips
de* at any?
nsphy* at de? phy?
ics90p* at de? phy?
lxtphy* at de? phy?
bcm50p* at de? phy?
sq20p* at de? phy?
i555p* at de? phy?

# DEC/Intel 21143-based boards
df* at pci?
nsphy* at df? phy?
ics90p* at df? phy?
lxtphy* at df? phy?
sq20p* at df? phy?
i555p* at df? phy?

# SMC EtherPower II EPIC-based ethernet adapters
se* at pci?
qs12p* at se? phy?
ac101p* at se? phy?

# SiS 900 fast ethernet adapter
sis* at pci?
sisphy* at sis? phy?

# Intel EtherExpress Pro100B
exp* at pci?
nsphy* at exp? phy?
i555p* at exp? phy?
ics90p* at exp? phy?
bcm50p* at exp? phy?

# 3Com 3C359 token ring adapter
# trb* at pci?

# Intel Gigabit Ethernet
wx* at pci?
mar1kp* at wx? phy?

# HP EtherTwist PC LAN Adapter/16 Plus:
# HP 27247B PC LAN Adapter/16 TP Plus [AUI/UTP]
# HP 27252A PC LAN Adapter/16 TL Plus [AUI/BNC]
hpp0 at isa? port 0x2c0 iomem 0xc8000 iosiz 2048
hpp0 at isa? port 0x300 iomem 0xc8000 iosiz 2048

# Allied Telesis RE2000/AT-1700 series Ethernet adapter driver
re0 at isa? port 0x240
re0 at isa? port 0x260
re0 at isa? port 0x280
re0 at isa? port 0x2a0
re0 at isa? port 0x300
re0 at isa? port 0x320
re0 at isa? port 0x340
re0 at isa? port 0x380

# 3COM EtherLink XL 3C900/3C905 PCI Ethernet adapters.
eb* at pci?
nsphy* at eb? phy?
ebphy* at eb? phy?
bcm50p* at eb? phy?
bcm52p* at eb? phy?
lu12p* at eb? phy?
stphy* at eb? phy?

# 3COM EtherLink III 3X59X PCI/EISA Ethernet adapters.
# Must precede devices that allocate irq at probe (including other ef's).
ef0 at pci?
ef1 at pci?
ef2 at pci?
ef* at pci?

# Novell PCI Ethernet adapter
ne* at pci?

# TI Thunderlan-based ethernet adapters (Compaq / Racore)
tl* at pci?
nsphy* at tl? phy?
tn100a* at tl? phy?
lxtphy* at tl? phy?

# DEC EtherWorks III/DEPCA ethernet adapter family
# di0 at isa?
# di1 at eisa?

# 3COM TokenLink adapter, using 3COM's contention mechanism
# tr0 at isa? port 0x280 iomem 0xd0000 iosiz 0x4000 flags 0x0001
# tr1 at isa? port 0x290 iomem 0xd4000 iosiz 0x4000 flags 0x0001
# tr2 at isa? port 0x2a0 iomem 0xd8000 iosiz 0x4000 flags 0x0001
# tr3 at isa? port 0x2b0 iomem 0xdc000 iosiz 0x4000 flags 0x0001

# IBM TRA 16/4 token ring adapter, or 3Com TokenLink III (Tropic chipset)
# (using IBM compatibility mode)
# tr0 at isa? port 0xa20 iomem 0xd0000
# tr1 at isa? port 0xa24 iomem 0xd8000

# DEC EISA FDDI (DEFEA-XX)
# fea0 at eisa?

# DEC PCI FDDI (DEFPA-XX)
# fpa0 at pci?

# SDL Communications RISCom/8 8-port Async Mux
# flags should be 0 for the original cards
# with 19.6608 MHz crystal (9.8304 MHz clock),
# and 1 for newer cards with 18.432 MHz crystal (9.216 MHz clock)
# rc0 at isa? port 0x220 flags 0

# Cyclades Cyclom-Y multiport serial card
# cy0 at isa? irq 10 iomem 0xd4000
# cy0 at pci?
# cy* at pci?

# Maxspeed Intelligent Serial Controllers
#
# SS-4/2, SS-4+ and SS-8/2, SS-8PLUS go on 8k boundaries.
# SS-16/2 goes on a 16k boundary.
#
# In the version 1.3 of the driver the low flag bit turns on
# input speedups when the tty is in raw mode. This has been
# tested with UUCP, PPP and SLIP but if it gives you problems it
# can be disabled by clearing the bit -- either here or via
# msconfig(8).
#
# The rest of the flags enable compatibility with pre-D7 (SS-8/2)
# or D-X2 (SS-4PLUS) ROMs. See ms(4) for details.
#
# ms0 at isa? iomem 0xd4000 iosiz 8192 flags 0x0001
# ms1 at isa? iomem 0xd6000 iosiz 8192 flags 0x0001
# ms2 at isa? iomem 0xd8000 iosiz 8192 flags 0x0001
# ms3 at isa? iomem 0xda000 iosiz 8192 flags 0x0001
# ms4 at isa? iomem 0xdc000 iosiz 8192 flags 0x0001
# ms5 at isa? iomem 0xde000 iosiz 8192 flags 0x0001
# ms6 at isa? iomem 0xe0000 iosiz 8192 flags 0x0001
# ms7 at isa? iomem 0xe2000 iosiz 8192 flags 0x0001

# Maxspeed PS8
#
# Uses memory in the ISA "hole," beware of conflicts with other
# devices that declare iomem.
#
# ms* at pci? flags 0x0001

# Stallion Async Muxes

# Stallion EasyIO
# stl0 at isa? port 0x2a8 irq 15

# Stallion EasyConnection 8/32-PCI
# stl1 at pci?

# Stallion EasyConnection 8/32-ISA
# The "flags" field defines the secondary IO address.
# stl2 at isa? port 0x2a0 irq 10 flags 0x280

# The stli driver uses the "flags" field to specify the board
# type, the "iosiz" field must also be set to match the board.
#
# EasyConnection 8/64 ISA: flags 23 iosiz 0x1000
# EasyConnection 8/64 EISA: flags 24 iosiz 0x10000
# ONboard ISA: flags 4 iosiz 0x10000
# ONboard EISA: flags 7 iosiz 0x10000
# Brumby: flags 2 iosiz 0x4000

# Stallion EasyConnection 8/64-ISA
# stli0 at isa? port 0x2a0 iomem 0xcc000 iosiz 0x1000 flags 23

# Stallion EasyConnection 8/32-EISA
# stli1 at eisa? port 0x2000 iomem 0x80000000 iosiz 0x10000 flags 24

# Stallion ONboard ISA
# stli2 at isa? port 0x240 iomem 0xd0000 iosiz 0x10000 flags 4

# Stallion ONboard EISA
# stli3 at eisa? port 0x3000 iomem 0xc0000000 iosiz 0x10000 flags 7

# Stallion Brumby
# stli4 at isa? port 0x360 iomem 0xc8000 iosiz 0x4000 flags 2


# Connectix QuickCam monochrome camera on LPT1 (aka lp0)
# Unit numbers correspond to lp unit numbers,
# and must follow the lp ports in the config file.
# qcam0 at isa? # on lp0
# qcam1 at isa? # on lp1
# qcam2 at isa? # on lp2

# Devices that can select their own IRQ or other parameters
# are placed last so that other devices get first choice.
# PCI devices that use interrupts must precede this section.

# DigiBoard PC/4e, PC/8e, PC/16e, PC/8i, PC/16em terminal multiplexor
# EISA cards must not specify a port, ISA cards must specify a port.
# The actual iosiz depends on the card (8K to 64K).
# Multiple cards can use the same iomem address,
# as the memory is switched as needed.
# Cards with jumper-selected irq must specify the irq.
# digi0 at eisa? iomem 0xd0000
# digi0 at isa? port 0x224 iomem 0xd0000
# digi0 at isa? port 0x224 iomem 0xd0000 irq 15
# digi0 at pci?
# digi* at pci?

# Specialix SLXOS 8-32 port terminal multiplexor
# si0 at isa? iomem 0xd8000 iosiz 65536

# Western Digital/SMC family of ethernet adapters, plus 3COM 3C503
# first, Western Digital/SMC addresses; check for 16 KB memory by default
we0 at isa? port 0x280 iomem 0xd0000 iosiz 16384
we0 at isa? port 0x2A0 iomem 0xd0000 iosiz 16384
we0 at isa? port 0x2C0 iomem 0xd0000 iosiz 16384
we0 at isa? port 0x2E0 iomem 0xd0000 iosiz 16384
we0 at isa? port 0x300 iomem 0xd0000 iosiz 16384
we0 at isa? port 0x320 iomem 0xd0000 iosiz 16384
we0 at isa? port 0x340 iomem 0xd0000 iosiz 16384
we0 at isa? port 0x360 iomem 0xd0000 iosiz 16384
we0 at isa? port 0x380 iomem 0xd0000 iosiz 16384
we0 at isa? port 0x3A0 iomem 0xd0000 iosiz 16384
# 0x3C0 is not usable with color pccons
# we0 at isa? port 0x3C0 iomem 0xd0000 iosiz 16384
we0 at isa? port 0x3E0 iomem 0xd0000 iosiz 16384

# 3C503 addresses; memory address obtained from jumpers
we0 at isa? port 0x280
we0 at isa? port 0x2A0
we0 at isa? port 0x2E0
we0 at isa? port 0x300
we0 at isa? port 0x310
we0 at isa? port 0x330
we0 at isa? port 0x350

# 3COM EtherLink III 3C509/3C579 EISA/ISA Ethernet adapters/
# 3COM Red 3C508 ISA Ethernet adapters
# On isa0, also uses port 0x100 to set the specified port.
ef0 at pnp?
ef1 at pnp?
ef2 at pnp?
red* at pnp?
ef0 at isa? port 0x250
ef1 at isa? port 0x260
ef0 at eisa?
ef1 at eisa?
ef2 at eisa?
ef0 at pcmcia?

# 3COM 3C507 Ethernet adapter
# also uses port 0x100 to set the specified port
el0 at isa? port 0x310 iomem 0xd0000 iosiz 65536

# Intel EtherExpress 16 Ethernet adapter
ex0 at isa? port 0x260

# SMC TokenCard Elite token ring adapter
# te0 at isa? port 0x280 iomem 0xd8000

# Fujitsu MB86960 based ethernet adapter driver
# Contec C-NET(PC)C
# Fujitsu MBH10301 and MBH10302
# Ratoc REX5535 (MBH10302 compatible, not confirmed)
# Hitachi Lan Card HT-4840-10 (MBH10301 compatible)
# Hitachi Lan Card HT-4840-11 (MBH10302 compatible)
# Xircom Credit Card Ethernet Adapter (Original and Corporate Series)
# TP connector should work but BNC connector may not work
cce0 at pcmcia?

# NCR WaveLAN PCMCIA wireless Ethernet
# wl0 at pcmcia?

# Lucent WaveLAN 802.11 PCMCIA wireless Ethernet
wi0 at pcmcia?

# Aironet PC4500/PC4800 802.11 wireless Ethernet
an0 at pcmcia?
an1 at pci?
an2 at pnp?

# MegaHertz PCMCIA Ethernet XJ10B[T2] (with/without XJack) adapter
mz0 at pcmcia?

# Netwave PCMCIA wireless Ethernet
# cnw0 at pcmcia?

# I/O Magic FOCUS PCMCIA Video Capture Card driver
# fvc0 at pcmcia?

# IBM Smart Capture Card
# iscc0 at pcmcia?

# PCMCIA SRAM memory card
# mc0 at pcmcia?
# mc1 at pcmcia?
# mc2 at pcmcia?
# mc3 at pcmcia?

# The Xircom devices are placed after the other Ethernet devices
# so that any other Ethernet device found will be the "primary" device,
# e.g. the default for netstat. The Xircoms are configured if the
# parallel port is found, even if no adapter is present at boot time.

# Xircom Pocket Ethernet 2 on LPT1 (aka lp0)
# Unit numbers correspond to lp unit numbers,
# and must follow the lp ports in the config file.
# pe0 at isa? # on lp0
# pe1 at isa? # on lp1
# pe2 at isa? # on lp2

# Xircom Pocket Ethernet 3 on LPT1 (aka lp0)
# Unit numbers correspond to lp unit numbers,
# and must follow the lp ports in the config file.
# Only one of these devices may be used currently.
# xir0 at isa? # on lp0
# xir1 at isa? # on lp1
# xir2 at isa? # on lp2

# Adaptec 1742A SCSI controller
eaha0 at eisa?
tg* at eaha0 target ?
eaha1 at eisa?
tg* at eaha1 target ?
eaha2 at eisa?
tg* at eaha2 target ?

# Chase Research IOPRO control driver
# This also requires the aim pseudo driver below.
# Memory can be any 2K boundary that does not conflict
# Likely port addresses for ISA boards are:
# 0x180, 0x190, 0x200, 0x240, 0x280, 0x2e0, 0x300, 0x100
# aimc0 at isa? port 0x180 iomem 0xcc000 iosiz 2048

# EISA variant of Chase Research IOPRO control driver
# This also requires the aim pseudo driver below.
# The fourth digit from the right in the port field is the
# slot number the board is installed in. For example:
# slot 1 = 0x1c00
# slot 4 = 0x4c00
# aimc0 at isa? port 0x1c00

# Chase Research IOPRO data driver
# pseudo-device aim 64

# Equinox SST
# Likely port addresses for isa cards are:
# 0x220, 0x240 and 0x260
# eqnx0 at eisa? iomem 0xd0000
# eqnx0 at isa? port 0x220 iomem 0xd0000
# eqnx0 at pci?

# Aironet Wireless Communications radio network card
# ar0 at isa? iomem 0xce000

# Comtrol Rocketport
# rp0 at isa? port 0x180

# Brooktree bt848 Video
# bktr0 at pci?

# Start of devices found with Plug and Play

wdc0 at pnp?
wdc1 at pnp?
wdc2 at pnp?

com0 at pnp?
com1 at pnp?
com2 at pnp?
com3 at pnp?

pseudo-device loop # network loopback device
pseudo-device pty # pseudo-terminals
pseudo-device sl 1 # SLIP
pseudo-device appp 2 # requires options PPP
pseudo-device pif 1 # required for PPP Multilink Protocol
pseudo-device bpfilter 10 # Berkeley Packet Filter
pseudo-device rd 1 # RAM disk, used during install
pseudo-device cpu # Multiple processor support
pseudo-device sp 10 # "splice" striped/concat disk
# pseudo-device tun 2 # network tunnel driver
pseudo-device apm # power management
pseudo-device ss 4 # PCMCIA socket svc, number of slots
pseudo-device cs # PCMCIA card services
pseudo-device vnd 2 # vnode disk devices
pseudo-device vlan 4 # Virtual LAN network interfaces
# pseudo-device aif 1 # Aggregating interface
pseudo-device oss 1 # 4Front Tech. Open Sound System

# for IPv6
pseudo-device gif 1
# pseudo-device dummy 1
# pseudo-device faith 1
# pseudo-device stf
doctor.nl2k.ab.ca//var/www/conf$ echo this is the current kernal configuration
this is the current kernal configuration
doctor.nl2k.ab.ca//var/www/conf$ cat /etc/login.conf
#
# Sample login.conf file.
# BSDI login.conf,v 2.31 2000/01/27 23:28:10 prb Exp
#

#
# Standard default entry. Use compiled in system defaults.
# Enable all the various login programs
#
# krb-or-pwd First try kerberos password, then local password file
# passwd Use only the local password file
# kerberos Use only the kerberos password
# chpass Do not authenticate, but change users password (change
# the kerberos password if the user has one, else change
# the local password)
# lchpass Do not authenticate, but change users local password
#
# rpasswd Password auth using /etc/rpasswd.db instead of /etc/passwd
# rchpass Do not authenticate, but change password in /etc/rpasswd.db
#
# skey Use S/Key MD5 authentication
# activ ActivCard X9.9 token authentication
# crypto CRYPTOCard X9.9 token authentication
# snk Digital Pathways SecureNet Key authentication
# token Generic X9.9 token authentication
#
# DO NOT ALTER the following lines:
#
auth-bsdi-defaults:auth=krb-or-pwd,kerberos,passwd,activ,crypto,snk,chpass,lchpass,token:
auth-ftp-bsdi-defaults:auth-ftp=passwd,activ,crypto,snk,token:
radius-bsdi-defaults:auth-radius=rpasswd,activ,crypto,snk,token:

#
# The default values
# To alter the default authentication types change the line:
# :tc=auth-bsdi-defaults:\
# to be read something like: (enables passwd, "myauth", and activ)
# :auth=passwd,myauth,activ:\
# Any value changed in the daemon class should be reset in default
# class.
#
default:\
:path=/bin /usr/bin /sbin /usr/sbin /usr/contrib/bin /usr/X11/bin:\
:datasize-max=512M:\
:datasize-cur=256M:\
:maxproc-max=128:\
:maxproc-cur=64:\
:openfiles-cur=384:\
:radius-challenge-styles=activ,crypto,skey,snk,token:\
:stacksize-cur=2M:\
:tc=auth-bsdi-defaults:\
:tc=auth-ftp-bsdi-defaults:

#
# Settings used by /etc/rc and root
# This must be set properly for daemons started as root by inetd as well.
# Be sure reset these values back to system defaults in the default class!
#
daemon:\
:path=/usr/lib /sbin /usr/sbin /bin /usr/bin /usr/contrib/bin
/usr/X11/bin /usr/libdata/perl5/5.00503/i386-bsdos/CORE/
/usr/libdata/perl5/i386-bsdos/CORE/:\
:widepasswords:\
:ignorenologin:\
:datasize=infinity:\
:maxproc=infinity:\
:openfiles-cur=512:\
:stacksize-cur=8M:\
:umask=022:\
:tc=default:

#
# Settings used by rc.local to start netnews (INN)
#
news:\
:path=/bin /usr/bin /usr/contrib/bin /var/news/bin:\
:datasize=infinity:\
:maxproc=512:\
:openfiles-cur=512:\
:stacksize-cur=16M:\
:tc=default:

www:\
:path=/bin /usr/bin /usr/contrib/bin /var/www/bin:\
:datasize=infinity:\
:maxproc=512:\
:openfiles-cur=512:\
:stacksize-cur=16M:\
:tc=default:

#
# To alter the list of styles, replace the line
# :tc=radius-bsdi-defaults:
# with something like:
# :auth-radius=passwd,myauth,rpasswd:\
#
RADIUS:\
:tc=radius-bsdi-defaults:
#
# full default system settings
# Note that entries like "cputime" set both "cputime-cur" and "cputime-max"
# Several hard limits are determined by the system configuration (amount
# of memory and max users) and are not reflected here.
#
full-default:\
:auth=passwd:\
:coredumpsize=infinity:\
:cputime=infinity:\
:datasize-cur=256M:\
:datasize-max=512M:\
:filesize=infinity:\
:maxproc-max=128:\
:maxproc-cur=64:\
:memorylocked-cur=10M:\
:openfiles-cur=64:\
:priority=0:\
:requirehome:\
:stacksize-cur=2M:\
:stacksize-max=16M:\
:term=unknown:\
:umask=022:

#
# Staff have fewer restrictions and can login even when nologins are set
# All login methods are enabled
#
staff:\
:datasize-cur=64M:\
:datasize-max=infinity:\
:ignorenologin:\
:requirehome@:\
:tc=default:

#
# The dialer class should be used for PPP and SLIP login account.
# This will suppress login messages
#
dialer:\
:hushlogin:\
:widepasswords:\
:requirehome@:\
:tc=default:


#
# The restricted class lowers limits
# requires the use of kerberos
# only allows 1 1/2 hours of CPU time
# The C-name entries are samples of entries, remove the C- to enable them
#
restricted:\
:C-approve=/usr/local/bin/approve:\
:C-copyright=/etc/copyright-local:\
:C-shell=/usr/local/bin/meta-shell:\
:C-welcome=/etc/motd-restricted:\
:auth=passwd:\
:coredumpsize=8M:\
:cputime=1h 30m:\
:datasize=8M:\
:filesize=8M:\
:maxproc=20:\
:memorylocked=4M:\
:memoryuse=8M:\
:nologin=/etc/nologin-restricted:\
:openfiles=20:\
:path=/bin /usr/bin /usr/contrib/bin /usr/local/bin /usr/X11/bin:\
:priority=4:\
:requirehome:\
:stacksize=2M:\
:umask=0027:\
:tc=default:
doctor.nl2k.ab.ca//var/www/conf$ echoo This is the  This is the
[.K This is the current login.conf file
This is the current login.conf file
You have new mail in /var/mail/root
doctor.nl2k.ab.ca//var/www/conf$ cat /usr/include/sys/sa ocket.h
/* BSDI $Id: socket.h,v 2.28.2.2 2001/09/05 18:12:53 dab Exp $ */

/*
* Copyright (c) 1982, 1985, 1986, 1988, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)socket.h 8.6 (Berkeley) 5/3/95
*/

#ifndef _SYS_SOCKET_H_
#define _SYS_SOCKET_H_

#include <sys/param.h> /* for ALIGN() definition */

/*
* Definitions related to sockets: types, address families, options.
*/

/*
* Types
*/
#define SOCK_STREAM 1 /* stream socket */
#define SOCK_DGRAM 2 /* datagram socket */
#define SOCK_RAW 3 /* raw-protocol interface */
#ifndef _POSIX_SOURCE
#define SOCK_RDM 4 /* reliably-delivered message */
#endif
#define SOCK_SEQPACKET 5 /* sequenced packet stream */

/*
* Option flags per-socket.
*/
#define SO_DEBUG 0x0001 /* turn on debugging info recording */
#ifndef _POSIX_SOURCE
#define SO_ACCEPTCONN 0x0002 /* socket has had listen() */
#endif
#define SO_REUSEADDR 0x0004 /* allow local address reuse */
#define SO_KEEPALIVE 0x0008 /* keep connections alive */
#define SO_DONTROUTE 0x0010 /* just use interface addresses */
#define SO_BROADCAST 0x0020 /* permit sending of broadcast msgs */
#ifndef _POSIX_SOURCE
#define SO_USELOOPBACK 0x0040 /* bypass hardware when possible */
#endif
#define SO_LINGER 0x0080 /* linger on close if data present */
#define SO_OOBINLINE 0x0100 /* leave received OOB data in line */
#ifndef _POSIX_SOURCE
#define SO_REUSEPORT 0x0200 /* allow local address & port reuse */
#define SO_BINDANY 0x0400 /* allow binding to any address */
#endif

/*
* Additional options, not kept in so_options.
*/
#define SO_SNDBUF 0x1001 /* send buffer size */
#define SO_RCVBUF 0x1002 /* receive buffer size */
#define SO_SNDLOWAT 0x1003 /* send low-water mark */
#define SO_RCVLOWAT 0x1004 /* receive low-water mark */
#define SO_SNDTIMEO 0x1005 /* send timeout */
#define SO_RCVTIMEO 0x1006 /* receive timeout */
#define SO_ERROR 0x1007 /* get error status and clear */
#define SO_TYPE 0x1008 /* get socket type */

#define SO_SECURITY_REQUEST 0x1012

/*
* Structure used for manipulating linger option.
*/
struct linger {
int l_onoff; /* option on/off */
int l_linger; /* linger time in seconds */
};

/*
* Level number for (get/set)sockopt() to apply to socket itself.
*/
#define SOL_SOCKET 0xffff /* options for socket level */

/*
* Address families.
* POSIX has UNSPEC, LOCAL, INET, and ISO/OSI
*/
#define AF_UNSPEC 0 /* unspecified */
#define AF_LOCAL 1 /* local to host (pipes, portals) */
#define AF_UNIX AF_LOCAL /* backward compatibility */
#define AF_INET 2 /* internetwork: UDP, TCP, etc. */
#define AF_IMPLINK 3 /* arpanet imp addresses */
#define AF_PUP 4 /* pup protocols: e.g. BSP */
#define AF_CHAOS 5 /* mit CHAOS protocols */
#define AF_NS 6 /* XEROX NS protocols */
#define AF_ISO 7 /* ISO protocols */
#define AF_OSI AF_ISO
#define AF_ECMA 8 /* european computer manufacturers */
#define AF_DATAKIT 9 /* datakit protocols */
#define AF_CCITT 10 /* CCITT protocols, X.25 etc */
#define AF_SNA 11 /* IBM SNA */
#define AF_DECnet 12 /* DECnet */
#define AF_DLI 13 /* DEC Direct data link interface */
#define AF_LAT 14 /* LAT */
#define AF_HYLINK 15 /* NSC Hyperchannel */
#define AF_APPLETALK 16 /* Apple Talk */
#define AF_ROUTE 17 /* Internal Routing Protocol */
#define AF_LINK 18 /* Link layer interface */
#define pseudo_AF_XTP 19 /* eXpress Transfer Protocol (no AF) */
#define AF_COIP 20 /* connection-oriented IP, aka ST II */
#define AF_CNT 21 /* Computer Network Technology */
#define pseudo_AF_RTIP 22 /* Help Identify RTIP packets */
#define AF_IPX 23 /* Novell Internet Protocol */
#define AF_INET6 24 /* Internet Protocol version 6 */
#define pseudo_AF_PIP 25 /* Help Identify PIP packets */
#define AF_KEY 26 /* Key Engine */
#define AF_ATM 27 /* HARP ATM */
#define AF_KERNEL 28 /* Kernel sockets */

#define AF_MAX 29

/*
* Prototype of structure used by kernel to store most
* addresses. This is usually redefined more specifically
* for each address family.
*/
#include <sys/sockettypes.h>

struct sockaddr {
u_char sa_len; /* total length */
sa_family_t sa_family; /* address family */
char sa_data[14]; /* actually longer; address value */
};

#ifndef _POSIX_SOURCE
/*
* Structure used by kernel to pass protocol
* information in raw sockets.
*/
struct sockproto {
u_short sp_family; /* address family */
u_short sp_protocol; /* protocol */
};
#endif

/*
* RFC 2553: protocol-independent placeholder for socket addresses
*/
#define _SS_MAXSIZE 128
#define _SS_ALIGNSIZE (sizeof(int64_t))
#define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2)
#define _SS_PAD2SIZE (_SS_MAXSIZE - sizeof(u_char) * 2 - \
_SS_PAD1SIZE - _SS_ALIGNSIZE)

struct sockaddr_storage {
u_char ss_len; /* address length */
u_char ss_family; /* address family */
char __ss_pad1[_SS_PAD1SIZE];
int64_t __ss_align; /* force desired structure storage alignment */
char __ss_pad2[_SS_PAD2SIZE];
};

/*
* Protocol families, same as address families for now.
*/
#define PF_UNSPEC AF_UNSPEC
#define PF_LOCAL AF_LOCAL
#define PF_UNIX PF_LOCAL /* backward compatibility */
#define PF_INET AF_INET
#define PF_IMPLINK AF_IMPLINK
#define PF_PUP AF_PUP
#define PF_CHAOS AF_CHAOS
#define PF_NS AF_NS
#define PF_ISO AF_ISO
#define PF_OSI AF_ISO
#define PF_ECMA AF_ECMA
#define PF_DATAKIT AF_DATAKIT
#define PF_CCITT AF_CCITT
#define PF_SNA AF_SNA
#define PF_DECnet AF_DECnet
#define PF_DLI AF_DLI
#define PF_LAT AF_LAT
#define PF_HYLINK AF_HYLINK
#define PF_APPLETALK AF_APPLETALK
#define PF_ROUTE AF_ROUTE
#define PF_LINK AF_LINK
#define PF_XTP pseudo_AF_XTP /* really just proto family, no AF */
#define PF_COIP AF_COIP
#define PF_CNT AF_CNT
#define PF_SIP AF_SIP
#define PF_INET6 AF_INET6
#define PF_IPX AF_IPX /* same format as AF_NS */
#define PF_RTIP pseudo_AF_FTIP /* same format as AF_INET */
#define PF_PIP pseudo_AF_PIP
#define PF_KEY AF_KEY
#define PF_ATM AF_ATM
#define PF_KERNEL AF_KERNEL

#define PF_MAX AF_MAX

#ifndef _POSIX_SOURCE
/*
* Definitions for network related sysctl, CTL_NET.
*
* Second level is protocol family.
* Third level is protocol number.
*
* Further levels are defined by the individual families below.
*/
#define NET_MAXID AF_MAX

#define CTL_NET_NAMES { \
{ "socket", CTLTYPE_NODE }, /* unspec === socket */ \
{ "local", CTLTYPE_NODE }, \
{ "inet", CTLTYPE_NODE }, \
{ "implink", CTLTYPE_NODE }, \
{ "pup", CTLTYPE_NODE }, \
{ "chaos", CTLTYPE_NODE }, \
{ "xerox_ns", CTLTYPE_NODE }, \
{ "iso", CTLTYPE_NODE }, \
{ "emca", CTLTYPE_NODE }, \
{ "datakit", CTLTYPE_NODE }, \
{ "ccitt", CTLTYPE_NODE }, \
{ "ibm_sna", CTLTYPE_NODE }, \
{ "decnet", CTLTYPE_NODE }, \
{ "dec_dli", CTLTYPE_NODE }, \
{ "lat", CTLTYPE_NODE }, \
{ "hylink", CTLTYPE_NODE }, \
{ "appletalk", CTLTYPE_NODE }, \
{ "route", CTLTYPE_NODE }, \
{ "link_layer", CTLTYPE_NODE }, \
{ "xtp", CTLTYPE_NODE }, \
{ "coip", CTLTYPE_NODE }, \
{ "cnt", CTLTYPE_NODE }, \
{ "rtip", CTLTYPE_NODE }, \
{ "ipx", CTLTYPE_NODE }, \
{ "inet6", CTLTYPE_NODE }, \
{ "pip", CTLTYPE_NODE }, \
{ "key", CTLTYPE_NODE }, \
{ "atm", CTLTYPE_NODE }, \
}

/*
* Names for socket sysctl objects
*/
#define SOCTL_MAXCONN 1 /* maximum connection backlog */
#define SOCTL_SBMAX 2 /* max sockbuf size */
#define SOCTL_NMBCLUSTERS 3 /* max mbuf clusters */
#define SOCTL_MBSTAT 4 /* mbuf stats */
#define SOCTL_MAXID 5

#define SOCTL_NAMES { \
{ 0, 0 }, \
{ "maxconn", CTLTYPE_INT }, \
{ "sbmax", CTLTYPE_INT }, \
{ "nmbclusters", CTLTYPE_INT }, \
{ "mbstat", CTLTYPE_STRUCT }, \
}

#define SOCTL_VARS { \
0, \
&somaxconn, \
&sb_max, \

NULL, \
NULL, \
}

/*
* PF_ROUTE - Routing table
*
* Three additional levels are defined:
* Fourth: address family, 0 is wildcard
* Fifth: type of info, defined below
* Sixth: flag(s) to mask with for NET_RT_FLAGS
*/
#define NET_RT_DUMP 1 /* dump; may limit to a.f. */
#define NET_RT_FLAGS 2 /* by flags, e.g. RESOLVING */
#define NET_RT_OIFLIST 3 /* survey interface list */
#define NET_RT_IFLIST 4 /* survey interface list */
#define NET_RT_MAXID 5

#define CTL_NET_RT_NAMES { \
{ 0, 0 }, \
{ "dump", CTLTYPE_STRUCT }, \
{ "flags", CTLTYPE_STRUCT }, \
{ "oiflist", CTLTYPE_STRUCT }, \
{ "iflist", CTLTYPE_STRUCT }, \
}

#define NET_ROUTE_TABLE 0
#define NET_ROUTE_IDLE 1 /* idle timeout for cloned routes */
#define NET_ROUTE_NETCLONE 2 /* Allow cloning of network routes */
#define NET_ROUTE_ARP 3 /* ARP variables (INET specific...) */
#define NET_ROUTE_STATS 4 /* statistics */
#define NET_ROUTE_MAXID 5

#define CTL_NET_ROUTE_NAMES { \
{ "table", CTLTYPE_NODE }, /* 0 for backwards compatability */ \
{ "idletimeout", CTLTYPE_INT }, \
{ "netclone", CTLTYPE_INT }, \
{ "arp", CTLTYPE_STRUCT }, \
{ "stats", CTLTYPE_STRUCT }, \
}

#define CTL_NET_ROUTE_VARS { \
NULL, \
&rtt_idletimeout, \
&rt_netclone, \
NULL, \
NULL, \
}
#endif /* _POSIX_SOURCE */

/*
* Maximum queue length specifiable by listen.
* The kernel has a configurable limit;
* the non-kernel value is the traditional one.
*/
#ifndef KERNEL
#define SOMAXCONN 128 /* XXX, really run-time settable */
#else
#ifndef _POSIX_SOURCE
#define SOMAXCONN_DFLT 128
#endif
#endif

/* values for shutdown */
#define SHUT_RD 0 /* shutdown for reading */
#define SHUT_WR 1 /* shutdown for writing */
#define SHUT_RDWR 2 /* shutdown for reading and writing */
#ifndef _POSIX_SOURCE
#define SHUT_ABORT 4 /* abortive shutdown */
#endif

/*
* Message header for recvmsg and sendmsg calls.
* Used value-result for recvmsg, value only for sendmsg.
*/
struct msghdr {
void *msg_name; /* optional address */
socklen_t msg_namelen; /* size of address */
struct iovec *msg_iov; /* scatter/gather array */
/*XXX*/ size_t msg_iovlen; /* # elements in msg_iov */
void *msg_control; /* ancillary data, see below */
/*XXX POSIX D6.6 changed the following to socklen_t */
size_t msg_controllen; /* ancillary data buffer len */
int msg_flags; /* flags on received message */
};

#define MSG_OOB 0x1 /* process out-of-band data */
#define MSG_PEEK 0x2 /* peek at incoming message */
#define MSG_DONTROUTE 0x4 /* send without using routing tables */
#define MSG_EOR 0x8 /* data completes record */
#define MSG_TRUNC 0x10 /* data discarded before delivery */
#define MSG_CTRUNC 0x20 /* control data lost before delivery */
#define MSG_WAITALL 0x40 /* wait for full request or error */
#ifndef _POSIX_SOURCE
#define MSG_DONTWAIT 0x80 /* this message should be nonblocking */
#define MSG_BCAST 0x100 /* this message rec'd as broadcast */
#define MSG_MCAST 0x200 /* this message rec'd as multicast */
#endif

/*
* Header for ancillary data objects in msg_control buffer.
* Used for additional information with/about a datagram
* not expressible by flags. The format is a sequence
* of message elements headed by cmsghdr structures.
*/
struct cmsghdr {
/*XXX POSIX D6.6 changed the following to socklen_t */
size_t cmsg_len; /* data byte count, including hdr */
int cmsg_level; /* originating protocol */
int cmsg_type; /* protocol-specific type */
/* followed by u_char cmsg_data[]; */
};

/*
* CMSG_DATA(cm): Return pointer to data
* CMSG_LEN(len): Return length for filling in cmsg_len with "len" data bytes.
* CMSG_SPACE(len): Return space needed for cmsghdr with "len" data bytes.
* CMSG_FIRSTHDR(mhdr): Return pointer to first cmsghdr.
*/
#define CMSG_DATA(cmsg) ((u_char *)(cmsg) + ALIGN(sizeof(struct cmsghdr)))
#define CMSG_LEN(len) (ALIGN(sizeof(struct cmsghdr)) + (len))
#define CMSG_SPACE(len) (ALIGN(CMSG_LEN(len)))
#define CMSG_FIRSTHDR(mhdr) \
(((mhdr)->msg_controllen < CMSG_LEN(0)) ? \
(struct cmsghdr *)NULL : (struct cmsghdr *)(mhdr)->msg_control)

/*
* CMSG_NXTHDR(mhdr, cmsg)
*
* Given a pointer to struct cmsghdr, return pointer to next cmsghdr
*
* No bounds checking is done on the returned cmsghdr, so when parsing
* a cmsghdr list, the CMSG_BADLEN() macro can be used to ensure that
* the returned pointer has a valid cmsg_len value. e.g:
*
* cm = NULL;
* while ((cm = CMSG_NXTHDR(mhdr, cm)) != NULL) {
* if (CMSG_BADLEN(mhdr, cm))
* break;
* ...
* }
*/

#define __CMSG_NXT(cmsg) \
((struct cmsghdr *)((caddr_t)(cmsg) + ALIGN((cmsg)->cmsg_len)))
#define __CMSG_CTLEND(mhdr) \
((caddr_t)(mhdr)->msg_control + (mhdr)->msg_controllen)

#define CMSG_NXTHDR(mhdr, cmsg) \
(((cmsg) == NULL) ? CMSG_FIRSTHDR(mhdr) : \
((cmsg)->cmsg_len < CMSG_LEN(0) || \
(caddr_t)__CMSG_NXT(cmsg) + CMSG_LEN(0) > __CMSG_CTLEND(mhdr)) ? \
(struct cmsghdr *)NULL : __CMSG_NXT(cmsg))

#define CMSG_BADLEN(mhdr, cmsg) \
((cmsg)->cmsg_len < CMSG_LEN(0) || \
(caddr_t)__CMSG_NXT(cmsg) > __CMSG_CTLEND(mhdr))

#ifndef _POSIX_SOURCE

#ifdef KERNEL
#define CMSG_ALIGN(len) (ALIGN(len))
#endif

/* "Socket"-level control message types: */
#define SCM_RIGHTS 0x01 /* access rights (array of int) */
#define SCM_CREDS 0x02 /* credentials (struct fcred) */

/*
* 4.3 compat sockaddr, move to compat file later
*/
struct osockaddr {
u_int16_t sa_family; /* address family */
char sa_data[14]; /* up to 14 bytes of direct address */
};

/*
* 4.3-compat message header (move to compat file later).
*/
struct omsghdr {
caddr_t msg_name; /* optional address */
int msg_namelen; /* size of address */
struct iovec *msg_iov; /* scatter/gather array */
int msg_iovlen; /* # elements in msg_iov */
caddr_t msg_accrights; /* access rights sent/received */
int msg_accrightslen;
};
#endif /* _POSIX_SOURCE */

#ifndef KERNEL

#include <sys/cdefs.h>

__BEGIN_DECLS
int accept __P((int, struct sockaddr *, socklen_t *));
int bind __P((int, const struct sockaddr *, socklen_t));
int connect __P((int, const struct sockaddr *, socklen_t));
int getpeername __P((int, struct sockaddr *, socklen_t *));
int getsockname __P((int, struct sockaddr *, socklen_t *));
/* XXX POSIX D6.6 changed the last parameter of getsockopt to socklen_t * */
int getsockopt __P((int, int, int, void *, size_t *));
int isfdtype __P((int, int));
int listen __P((int, int));
ssize_t recv __P((int, void *, size_t, int));
ssize_t recvfrom __P((int, void *, size_t, int,
struct sockaddr *, socklen_t *));
ssize_t recvmsg __P((int, struct msghdr *, int));
ssize_t send __P((int, const void *, size_t, int));
ssize_t sendto __P((int, const void *,
size_t, int, const struct sockaddr *, size_t));
ssize_t sendmsg __P((int, const struct msghdr *, int));
/* XXX POSIX D6.6 changed the last parameter of setsockopt to socklen_t * */
int setsockopt __P((int, int, int, const void *, size_t));
int shutdown __P((int, int));
int sockatmark __P((int));
int socket __P((int, int, int));
int socketpair __P((int, int, int, int *));
__END_DECLS

#endif /* !KERNEL */
#endif /* !_SYS_SOCKET_H_ */
doctor.nl2k.ab.ca//var/www/conf$ echo The modify ied sys/socket.h
The modified sys/socket.h
doctor.nl2k.ab.ca//var/www/conf$ ulmit   imit
unlimited
doctor.nl2k.ab.ca//var/www/conf$ ulimit -a
core file size (blocks) unlimited
data seg size (kbytes) 262144
file size (blocks) unlimited
max locked memory (kbytes) 256022
max memory size (kbytes) 768064
open files 384
pipe size (512 bytes) 2
stack size (kbytes) 2048
cpu time (seconds) unlimited
max user processes 64
virtual memory (kbytes) 264192
doctor.nl2k.ab.ca//var/www/conf$ /usr/contrib/bin/apachectl stop
/usr/contrib/bin/apachectl stop: httpd stopped
doctor.nl2k.ab.ca//var/www/conf$ /usr/contrib/bin/apachectl stop
/usr/contrib/bin/apachectl stop: httpd stopped
doctor.nl2k.ab.ca//var/www/conf$ /usr/contrib/bin/apachectl stop
/usr/contrib/bin/apachectl stop: httpd (no pid file) not running
doctor.nl2k.ab.ca//var/www/conf$ /usr/contrib/bin/apachectl stop 
artbin/apachectl start[.Kin/apachectl
start[.Kbin/apachectl
start[.Kbin/apachectl
start[.Kbin/apachectl
start[.Kbin/apachectl
start[.Kbin/apachectl
start[.Kbin/apachectl
start[.Kbin/apachectl
start[.Kbin/apachectl
start[.Kbin/apachectl
start[.Kbin/apachectl
start[.Kvbin/apachectl startabin/apachectl
startrbin/apachectl start/bin/apachectl
startwbin/apachectl startwbin/apachectl
startwbin/apachectl start/bin/apachectl
start
Syntax error on line 4 of /var/www/conf/httpd.conf:
Invalid command 'Perlrequire', perhaps mis-spelled or defined by a module not
included in the server configuration
/var/www/bin/apachectl start: httpd could not be started
doctor.nl2k.ab.ca//var/www/conf$ /var/www/bin/apachectl start
Syntax error on line 4 of /var/www/conf/httpd.conf:
Invalid command 'Perlrequire', perhaps mis-spelled or defined by a module not
included in the server configuration
/var/www/bin/apachectl start: httpd could not be started
doctor.nl2k.ab.ca//var/www/conf$ /var/www/bin/apachectl start
Syntax error on line 7 of /var/www/conf/httpd.conf:
Invalid command 'ServerType', perhaps mis-spelled or defined by a module not
included in the server configuration
/var/www/bin/apachectl start: httpd could not be started
doctor.nl2k.ab.ca//var/www/conf$ /var/www/bin/apachectl start
Syntax error on line 10 of /var/www/conf/httpd.conf:
Port was replaced with Listen in Apache 2.0
/var/www/bin/apachectl start: httpd could not be started
doctor.nl2k.ab.ca//var/www/conf$ /var/www/bin/apachectl start
Syntax error on line 55 of /var/www/conf/httpd.conf:
Invalid command 'ResourceConfig', perhaps mis-spelled or defined by a module not
included in the server configuration
/var/www/bin/apachectl start: httpd could not be started
You have new mail in /var/mail/root
doctor.nl2k.ab.ca//var/www/conf$ /var/www/bin/apachectl start
Syntax error on line 164 of /var/www/conf/httpd.conf:
Invalid command 'AccessConfig', perhaps mis-spelled or defined by a module not
included in the server configuration
/var/www/bin/apachectl start: httpd could not be started
doctor.nl2k.ab.ca//var/www/conf$ /var/www/bin/apachectl start
Syntax error on line 174 of /var/www/conf/httpd.conf:
The FancyIndexing directive is no longer supported. Use IndexOptions
FancyIndexing.
/var/www/bin/apachectl start: httpd could not be started
doctor.nl2k.ab.ca//var/www/conf$ /var/www/bin/apachectl start
Syntax error on line 243 of /var/www/conf/httpd.conf:
Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module not
included in the server configuration
/var/www/bin/apachectl start: httpd could not be started
doctor.nl2k.ab.ca//var/www/conf$ /var/www/bin/apachectl start
Syntax error on line 348 of /var/www/conf/httpd.conf:
Invalid command 'MinSpareServers', perhaps mis-spelled or defined by a module
not included in the server configuration
/var/www/bin/apachectl start: httpd could not be started
You have new mail in /var/mail/root
doctor.nl2k.ab.ca//var/www/conf$ cat /usr/contrib. /bin/cp onfigap2orig
CC=cc CFLAGS="-O2" ./configure --prefix=/var/www --exec-prefix=/var/www \
--bindir=/var/www/bin --sbindir=/var/www/bin \
--libexecdir=/var/www/libexec/ --mandir=/usr/share/man \
--sysconfdir=/var/www/conf --datadir=/var/www/ \
--includedir=/var/www/include/ --localstatedir=/var \
--enable-modules=all --enable-shared-modules=all --enable-auth-anon \
--enable-auth-dbm --enable-auth-db --enable-auth-digest --enable-auth-ldap \
--enable-file-cache --enable-file-cache \
--enable-echo --enable-cache \
--enable-mem-cache \
--enable-ext-filter --enable-case-filter \
--enable-case-filter-in \
--enable-deflate --with-z --with-mpm=threadpool \
--enable-proxy --enable-proxy-connect \
--enable-proxy-ftp --enable-proxy-http \
--enable-mime-magic --enable-cern-meta --enable-expires \
--enable-headers --enable-usertrack \
--enable-unique-id --enable-ssl \
--with-ssl=/usr/contrib/ --enable-ldap --enable-dav \
--enable-http --enable-info \
--enable-suexec --enable-cgi --enable-cgid \
--enable-dav-fs \
--enable-vhost-alias --enable-speling \
--enable-rewrite --enable-so \
--with-suexec-caller --with-suexec-userdir --with-suexec-docroot\
--with-suexec-uidmin=51 --with-suexec-gidmin=80\
--with-suexec-logfile --with-suexec-safepath --with-low-memory \
--enable-static-support --enable-static-htpasswd --enable-static-htdigest \
--enable-static-rotatelogs --enable-static-logresolve --enable-static-htdbm \
--enable-static-ab --enable-static-checkgid
doctor.nl2k.ab.ca//var/www/conf$ echo before I forget the Apache 2 configuratio

n I am using
before I forget the Apache 2 configuration I am using
doctor.nl2k.ab.ca//var/www/conf$ echo before I forget the Apache 2 configuratio

n I am using[.Aab.ca//var/www/conf$ cat /usr/contrib/bin/configap2orig[.K

[.K[.Adoctor.nl2k.ab.ca//var/www/conf$ cat
/usr/contrib/bin/configap2orig/var/www/bin/apachectl
start[.K
Syntax error on line 349 of /var/www/conf/httpd.conf:
Invalid command 'MaxSpareServers', perhaps mis-spelled or defined by a module
not included in the server configuration
/var/www/bin/apachectl start: httpd could not be started
doctor.nl2k.ab.ca//var/www/conf$ /var/www/bin/apachectl start
Syntax error on line 392 of /var/www/conf/httpd.conf:
Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module not
included in the server configuration
/var/www/bin/apachectl start: httpd could not be started
doctor.nl2k.ab.ca//var/www/conf$ /var/www/bin/apachectl start
Syntax error on line 395 of /var/www/conf/httpd.conf:
Invalid command 'PerlSendHeader', perhaps mis-spelled or defined by a module not
included in the server configuration
/var/www/bin/apachectl start: httpd could not be started
doctor.nl2k.ab.ca//var/www/conf$ cat /var/www/conf/httpd.conf
# -FrontPage- version=4.0llow


#Perlrequire /var/www/conf/startup.pl


#ServerType standalone


Listen 80


HostnameLookups on


User www
Group www

ServerAdmin root@mail.nl2k.ab.ca


ServerRoot "/var/www/"

ErrorLog /var/log/httpd/error_log


LogLevel warn


LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent


CustomLog /var/log/httpd/access_log combined
#CustomLog /var/log/httpd/access_log %h %l %u %t \"%r\" %>s %b
\"%{Referer}i\" \"%{User-Agent}i\""



PidFile /var/run/httpd.pid

ScoreBoardFile /var/run/apache_runtime_status

LockFile /var/run/accept.lock

ExtendedStatus On

ServerName www.nl2k.ab.ca

ServerSignature on

UseCanonicalName on

##ResourceConfig /dev/null

<Directory /var/www/docs>


Options Indexes FollowSymLinks MultiViews
Options Includes ExecCGI
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm


AllowOverride All


order allow,deny
allow from all


</Directory>
<Directory /var/www/docs/users>
order allow,deny
allow from 204.209.81.0/255.255.255.0
allow from 216.95.238.0/255.255.255.0
</Directory>
<Location /status>
SetHandler server-status
order deny,allow
allow from .nl2k.ab.ca
</Location>


<Directory /var/www/cgi-bin>
AllowOverride None
Options None
</Directory>
<Directory /usr/home/apex/cgi-bin>
AllowOverride None
Options None
</Directory>
<Directory /usr/home/valpy/html>


Options Indexes FollowSymLinks MultiViews
Options Includes ExecCGI
DirectoryIndex index.cgi index.pl index.shtml index.html index.htm


#
# UserDir: The name of the directory which is appended onto a user's home
# directory if a ~user request is received.
#
#<IfModule mod_userdir.c>
# UserDir html
#</IfModule>

#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
AllowOverride All


order allow,deny
allow from all
</Directory>
<Directory /usr/home/nuway/html>


Options Indexes FollowSymLinks MultiViews
Options Includes ExecCGI
DirectoryIndex index.cgi index.pl index.shtml index.html index.htm


AllowOverride All


order allow,deny
allow from all
</Directory>

<Directory /usr/home/nuway/cgi-bin>
AllowOverride None
Options None
</Directory>
<Directory /usr/home/valpy/cgi-bin>
AllowOverride None
Options None
</Directory>

RewriteCond %{HTTP_USER_AGENT}
email.?(magnet|reaper|siphon|harvest|collect|wolf) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} floodgate [NC,OR]
RewriteCond %{HTTP_USER_AGENT} web(bandit|snake|collector|mole|miner|weasel)
[NC,OR]
RewriteCond %{HTTP_USER_AGENT} cherry.?picker [NC,OR]
RewriteCond %{HTTP_USER_AGENT} extractor.?pro [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^crescent [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^teleport [NC,OR]
RewriteCond %{HTTP_USER_AGENT} nicerspro [NC]
RewriteCond %{REQUEST_URI} !^/sugarplum/
RewriteRule .* /sugarplum/visions [PT]
ScriptAlias /sugarplum/ /var/www/cgi-bin/sugarplum/poison/



<Location /squid-status>
order deny,allow
deny from all
allow from 127.0.0.1
</Location>


##AccessConfig /dev/null

DocumentRoot /var/www/docs


UserDir html

DirectoryIndex index.pl index.shtml index.html index.htm index


##FancyIndexing on


AddIconByEncoding (CMP,/apache_icons/compressed.gif) x-compress x-gzip

AddIconByType (TXT,/apache_icons/text.gif) text/*
AddIconByType (IMG,/apache_icons/image2.gif) image/*
AddIconByType (SND,/apache_icons/sound2.gif) audio/*
AddIconByType (VID,/apache_icons/movie.gif) video/*

AddIcon /apache_icons/binary.gif .bin .exe
AddIcon /apache_icons/binhex.gif .hqx
AddIcon /apache_icons/tar.gif .tar
AddIcon /apache_icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /apache_icons/compressed.gif .Z .z .tgz .gz .zip
AddIcon /apache_icons/a.gif .ps .ai .eps
AddIcon /apache_icons/layout.gif .html .shtml .htm .pdf
AddIcon /apache_icons/text.gif .txt
AddIcon /apache_icons/c.gif .c
AddIcon /apache_icons/p.gif .pl .py
AddIcon /apache_icons/f.gif .for
AddIcon /apache_icons/dvi.gif .dvi
AddIcon /apache_icons/uuencoded.gif .uu
AddIcon /apache_icons/script.gif .conf .sh .shar .csh .ksh .tcl
AddIcon /apache_icons/tex.gif .tex
AddIcon /apache_icons/bomb.gif core

AddIcon /apache_icons/back.gif ..
AddIcon /apache_icons/hand.right.gif README
AddIcon /apache_icons/folder.gif ^^DIRECTORY^^
AddIcon /apache_icons/blank.gif ^^BLANKICON^^


DefaultIcon /apache_icons/unknown.gif


ReadmeName README
HeaderName HEADER


IndexIgnore */.??* *~ *# */HEADER* */README* */RCS


AccessFileName .htaccess


DefaultType text/plain


AddEncoding x-compress Z
AddEncoding x-gzip gz


AddLanguage en .en
AddLanguage fr .fr
AddLanguage de .de
AddLanguage da .da
AddLanguage el .el
AddLanguage it .it


LanguagePriority en fr de





<Location /perl>
SetHandler perl-script
##PerlHandler Apache::Registry
Options +ExecCGI
</Location>



# Flash MIME type mappings
AddType application/futuresplash spl
AddType application/x-shockwave-flash swf

AddType video/x-ms-asf ASF
AddType video/x-ms-asf asf
AddType video/x-ms-wmv wmv
AddType video/x-ms-wma wma

# Macromedia Mime Types

# Director MIME type mappings
AddType application/x-director dir
AddType application/x-director dcr
AddType application/x-director dxr

# Authorware MIME type mappings
AddType application/x-authorware-map aam
AddType application/x-authorware-seg aas
AddType application/x-authorware-bin aab

# FreeHand MIME type mappings
AddType image/x-freehand fh4
AddType image/x-freehand fh7
AddType image/x-freehand fh5
AddType image/x-freehand fhc
AddType image/x-freehand fh

### http://www.macromedia.com/support/flash/ts/documents/mimetype_check.htm


AddType application/x-pn-realaudio .ram
AddType application/x-realaudio .ra
AddType application/x-pn-realaudio-plugin .rpm
AddType application/x-pn-realaudio .rm

AddType application/asf .asf
AddType application/asf .ASF
AddType application/x-httpd-php .php .php3
AddType application/x-httpd-php .phtml
### AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php-source .phps

AddHandler cgi-script .cgi
AddHandler cgi-script .pl
AddHandler cgi-script .pl5

AddType text/x-hdml .hdml


AddType text/html .shtml

AddType application/x-ns-proxy-autoconfig .pac
AddHandler server-parsed .shtml
AddType application/x-httpd-php3 .php3
AddHandler send-as-is asis
AddHandler imap-file map
AddHandler type-map var

#AddHandler foot-action foot
#Action foot-action /cgi-bin/footer

#Action text/html /cgi-bin/footer


#MetaDir .web


#MetaSuffix .meta

# Customizable error response (Apache style)
# these come in three flavors
#
# 1) plain text
ErrorDocument 500 "The server made a boo boo.
# n.b. the (") marks it as text, it does not get output
#
# 2) local redirects
ErrorDocument 404 /index.html
# to redirect to local url /missing.html
#ErrorDocument 404 /cgi-bin/missing_handler.pl
# n.b. can redirect to a script or a document using server-side-includes.
#
# 3) external redirects
ErrorDocument 402 http://other.server.com/subscription_info.html
#

Timeout 300


KeepAlive Off


MaxKeepAliveRequests 100


KeepAliveTimeout 15


#MinSpareServers 5
#MaxSpareServers 10


StartServers 5


MaxClients 150


MaxRequestsPerChild 90


#ProxyRequests On

#ProxyVia on


#CacheRoot @@ServerRoot@@/proxy

#CacheSize 5
#CacheGcInterval 4
#CacheMaxExpire 24
#CacheLastModifiedFactor 0.1
#CacheDefaultExpire 1
#NoCache a_domain.com another_domain.edu joes.garage_sale.com

# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the VirtualHost command

#Listen 3000
#Listen 12.34.56.78:80

# VirtualHost: Allows the daemon to respond to requests for more than one
# server address, if your server machine is configured to accept IP packets
# for multiple addresses. This can be accomplished with the ifconfig
# alias flag, or through kernel patches like VIF.

# Any httpd.conf or srm.conf directive may go into a VirtualHost command.
# See also the BindAddress entry.

<Location /perl>
AllowOverride None
SetHandler perl-script
##PerlHandler Apache::Registry
Options ExecCGI
allow from all
##PerlSendHeader On
</Location>

<Location /cgi-perl>
AllowOverride None
SetHandler perl-script
##PerlHandler Apache::PerlRun
Options ExecCGI
allow from all
</Location>

<Location /perl-status>
SetHandler perl-script
##PerlHandler Apache::Status
order deny,allow
deny from all
allow from all
</Location>




#<VirtualHost host.some_domain.com>
#ServerAdmin webmaster@host.some_domain.com
#DocumentRoot /www/docs/host.some_domain.com
#ServerName host.some_domain.com
#ErrorLog logs/host.some_domain.com-error_log
#TransferLog logs/host.some_domain.com-access_log
#</VirtualHost>

<VirtualHost 204.209.81.64>
ServerAdmin lawracom@nk.ca
DocumentRoot /usr/home/cruisers/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName stalbertcruisers.com
ErrorLog /var/log/httpd/stalbertcruisers-error_log
CustomLog /var/log/httpd/stalbertcruisers-access_log combined
ScriptAlias /cgi-bin/ /usr/home/cruisers/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.65>
ServerAdmin lawracom@nk.ca
DocumentRoot /usr/home/coady/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName coadyentertainment.com
ErrorLog /var/log/httpd/coadyentertainment-error_log
CustomLog /var/log/httpd/coadyentertainment-access_log combined
ScriptAlias /cgi-bin/ /usr/home/coady/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.66>
ServerAdmin lawracom@nk.ca
DocumentRoot /usr/home/rocknaugust/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName rocknaugust.com
ErrorLog /var/log/httpd/rocknaugust-error_log
CustomLog /var/log/httpd/rocknaugust-access_log combined
ScriptAlias /cgi-bin/ /usr/home/rocknaugust/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.67>
ServerAdmin lawracom@nk.ca
DocumentRoot /usr/home/trafco/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName trafcocanada.com
ErrorLog /var/log/httpd/trafcocanada-error_log
CustomLog /var/log/httpd/trafcocanada-access_log combined
ScriptAlias /cgi-bin/ /usr/home/trafco/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.68>
ServerAdmin lawracom@nk.ca
DocumentRoot /usr/home/gravotto/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName gravotto.com
ErrorLog /var/log/httpd/gravotto-error_log
CustomLog /var/log/httpd/gravotto-access_log combined
ScriptAlias /cgi-bin/ /usr/home/gravotto/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.69>
ServerAdmin swordman@nk.ca
DocumentRoot /usr/home/swordman/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName the-aes.org
ErrorLog /var/log/httpd/the-aes-error_log
CustomLog /var/log/httpd/the-aes-access_log combined
ScriptAlias /cgi-bin/ /usr/home/swordman/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.70>
ServerAdmin lawracom@nk.ca
DocumentRoot /usr/home/coventry/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName coventryrealty.ca
ErrorLog /var/log/httpd/coventryrealty-error_log
CustomLog /var/log/httpd/coventryrealty-access_log combined
ScriptAlias /cgi-bin/ /usr/home/coventry/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.71>
ServerAdmin adonis@nk.ca
DocumentRoot /usr/home/adonis/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName camherass.com
ErrorLog /var/log/httpd/camherass-error_log
CustomLog /var/log/httpd/camherass-access_log combined
ScriptAlias /cgi-bin/ /usr/home/adonis/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.72>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_AB_ac
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName alberta-accommodations.com
ErrorLog /var/log/httpd/alberta-accommodations-error_log
CustomLog /var/log/httpd/alberta-accommodations-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.73>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_AB_cg
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName alberta-campgrounds.com
ErrorLog /var/log/httpd/alberta-campgrounds-error_log
CustomLog /var/log/httpd/alberta-campgrounds-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.74>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_AB_ht
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName alberta-hotels.com
ErrorLog /var/log/httpd/alberta-hotels-error_log
CustomLog /var/log/httpd/alberta-hotels-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.75>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_AB_tg
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName alberta-travelguide.com
ErrorLog /var/log/httpd/alberta-travelguide-error_log
CustomLog /var/log/httpd/alberta-travelguide-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.76>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_AB_hm
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName alberta-hotelmotels.com
ErrorLog /var/log/httpd/alberta-hotelmotels-error_log
CustomLog /var/log/httpd/alberta-hotelmotels-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.77>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_AB_rz
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName alberta-reservations.com
ErrorLog /var/log/httpd/alberta-reservations-error_log
CustomLog /var/log/httpd/alberta-reservations-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.78>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_ABtg/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName albertatravelguide.com
ErrorLog /var/log/httpd/albertatravelguide-error_log
CustomLog /var/log/httpd/albertatravelguide-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.79>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_cgAB/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName campgroundsalberta.com
ErrorLog /var/log/httpd/campgroundsalberta-error_log
CustomLog /var/log/httpd/campgroundsalberta-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.80>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_ABif/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName explorealberta.info
ErrorLog /var/log/httpd/explorealberta-error_log
CustomLog /var/log/httpd/explorealberta-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.81>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_Calif/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName explorecalgary.info
ErrorLog /var/log/httpd/explorecalgary-error_log
CustomLog /var/log/httpd/explorecalgary-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.82>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_Edmif/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName exploreedmonton.info
ErrorLog /var/log/httpd/exploreedmonton-error_log
CustomLog /var/log/httpd/exploreedmonton-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.83>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_Jasif/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName explorejasper.info
ErrorLog /var/log/httpd/explorejasper-error_log
CustomLog /var/log/httpd/explorejasper-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.84>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/EA_Bffif/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName explorebanff.info
ErrorLog /var/log/httpd/explorebanff-error_log
CustomLog /var/log/httpd/explorebanff-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.85>
ServerAdmin mbarnes@nl2k.ab.ca
DocumentRoot /usr/home/mbarnesa/html/
Redirect / http://www.discountdining.ca/coupons/sweetwater.htm
ServerName sweetwatercafe.ca
ScriptAlias /cgi-bin/ /usr/home/mbarnes/cgi-bin/
ErrorLog /var/log/httpd/sweetwatercafe-error_log
CustomLog /var/log/httpd/sweetwatercafe-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.86>
ServerAdmin dhofer@nl2k.ab.ca
DocumentRoot /usr/home/dhofer/html/deergloves
ServerName deergloves.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/dhofer/cgi-bin/
ErrorLog /var/log/httpd/deergloves-error_log
CustomLog /var/log/httpd/deergloves-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.87>
ServerAdmin fireplaceking@nl2k.ab.ca
DocumentRoot /usr/home/fireplaceking/html/
ServerName fireplaceking.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/fireplaceking/cgi-bin/
ErrorLog /var/log/httpd/fireplaceking-error_log
CustomLog /var/log/httpd/fireplaceking-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.88>
ServerAdmin ls@nl2k.ab.ca
DocumentRoot /usr/home/ls/html/
ServerName lifestylesreminder.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/ls/cgi-bin/
ErrorLog /var/log/httpd/lifestylesreminder-error_log
CustomLog /var/log/httpd/lifestylesreminder-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.90>
ServerAdmin dickhagan@nl2k.ab.ca
DocumentRoot /usr/home/hagandi/html/
Redirect /
http://www.homelife.com/agent/AgentProfile.asp?CEQ_AgentMLSCode=104008
ServerName dickhagan.com
ScriptAlias /cgi-bin/ /usr/home/hagandi/cgi-bin/
ErrorLog /var/log/httpd/dickhagan-error_log
CustomLog /var/log/httpd/dickhagan-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.91>
ServerAdmin tsimail@nl2k.ab.ca
DocumentRoot /usr/home/tsimail/html/
ServerName tsiworks.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/tsiworks/cgi-bin/
ErrorLog /var/log/httpd/tsiworks-error_log
CustomLog /var/log/httpd/tsiworks-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.92>
ServerAdmin bluharvest@nl2k.ab.ca
DocumentRoot /usr/home/bluharvest/html/
ServerName bluharvest.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/bluharvest/cgi-bin/
ErrorLog /var/log/httpd/bluharvest-error_log
CustomLog /var/log/httpd/harvest-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.93>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/waynes/html/
ServerName waynesupholstery.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/waynes/cgi-bin/
ErrorLog /var/log/httpd/waynesupholstery-error_log
CustomLog /var/log/httpd/waynesupholstery-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.94>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/humanmanuals/html/
ServerName humanmanuals.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/humanmanuals/cgi-bin/
ErrorLog /var/log/httpd/humanmanuals-error_log
CustomLog /var/log/httpd/humanmanuals-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.95>
ServerAdmin sesimpson@nl2k.ab.ca
DocumentRoot /usr/home/sesimpson/
ServerName tripledsonline.com
ScriptAlias /cgi-bin/ /usr/home/sesimpson/cgi-bin/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/tripledsonline-error_log
CustomLog /var/log/httpd/tripledsonline-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.98>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/cybertek/html/
ServerName cybertekmusic.com
ScriptAlias /cgi-bin/ /usr/home/cybertek/cgi-bin/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/cybertekmusic-error_log
CustomLog /var/log/httpd/cybertekmusic-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.99>
ServerAdmin rooms@nl2k.ab.ca
DocumentRoot /usr/home/rooms/html/
ServerName econolodgeedm.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/econolodgeedm-error_log
CustomLog /var/log/httpd/econolodgeedm-access_log combined
Alias /cgi-bin/ /usr/home/rooms/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.100>
ServerAdmin vaply@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/canadastudy.net
ServerName canadastudy.net
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/canadastudy.net-error_log
CustomLog /var/log/httpd/canadastudy.net-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.101>
ServerAdmin vaply@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/canadastudy.org
ServerName canadastudy.org
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/canadastudy.org-error_log
CustomLog /var/log/httpd/canadastudy.org-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.102>
ServerAdmin vaply@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/canadastudyabroad.net
ServerName canadastudyabroad.net
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/canadastudyabroad.net-error_log
CustomLog /var/log/httpd/canadastudyabroad.net-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.103>
ServerAdmin vaply@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/canadastudyabroad.org
ServerName canadastudyabroad.org
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/canadastudyabroad.org-error_log
CustomLog /var/log/httpd/canadastudyabroad.org-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.104>
ServerAdmin vaply@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/canadastudyabroad.com
ServerName canadastudyabroad.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/canadastudyabroad.com-error_log
CustomLog /var/log/httpd/canadastudyabroad.com-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.105>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/studycanada.org
ServerName studycanada.org
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/studycanada.org-error_log
CustomLog /var/log/httpd/studycanada.org-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.106>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/misc/html/aerosmith.ca/
ServerName aerosmith.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/aerosmith-error_log
CustomLog /var/log/httpd/aerosmith-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.107>
ServerAdmin apc@nl2k.ab.ca
DocumentRoot /usr/home/apc/html/
ServerName albertaporkcongress.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/albertaporkcongress-error_log
CustomLog /var/log/httpd/albertaporkcongress-access_log combined
ScriptAlias /cgi-bin/ /usr/home/apc/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.108>
ServerAdmin rjones@nl2k.ab.ca
DocumentRoot /usr/home/rjones/html
ReDirect / http://www.prestigemarketing.bigstep.com
ServerName prestigemarketing.org
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/prestigemarketing-error_log
CustomLog /var/log/httpd/prestigemarketing-access_log combined
ScriptAlias /cgi-bin/ /usr/home/rjones/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.109>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/franklinsinn/html/
ServerName franklinsinn.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/franklinsinn-error_log
CustomLog /var/log/httpd/franklinsinn-access_log combined
ScriptAlias /cgi-bin/ /usr/home/franklinnsinn/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.110>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/linkedwomen/html/
ServerName linkedwomen.com
ErrorLog /var/log/httpd/linkedwomen-error_log
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/linkedwomen-access_log combined
ScriptAlias /cgi-bin/ /usr/home/linkedwomen/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.111>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/kmaclean/html/
Redirect / http://www.worldhockeynet.com
ServerName hockeycorp.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/hockeycorp-error_log
CustomLog /var/log/httpd/hockeycorp-access_log combined
ScriptAlias /cgi-bin/ /usr/home/hockeycorp/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.112>
ServerAdmin amc@nl2k.ab.ca
DocumentRoot /usr/home/convall/html/
ServerName conventionall.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/conventionall-error_log
CustomLog /var/log/httpd/conventionall-access_log combined
ScriptAlias /cgi-bin/ /usr/home/convall/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.113>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/sportsphotos/html/
ServerName uofasportsphotos.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/uofasportphotos-error_log
CustomLog /var/log/httpd/uofasportsphotos-access_log combined
ScriptAlias /cgi-bin/ /usr/home/sportsphotos/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.119>
ServerAdmin master@nl2k.ab.ca
DocumentRoot /usr/home/master/html/
ServerName porthole.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/porthole-error_log
CustomLog /var/log/httpd/porthole-access_log combined
ScriptAlias /cgi-bin/ /usr/home/porthole/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.120>
ServerAdmin mndstudio@nl2k.ab.ca
DocumentRoot /usr/home/mndstudio/html/
ServerName vglink.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/vglink-error_log
CustomLog /var/log/httpd/vglink-access_log combined
ScriptAlias /cgi-bin/ /usr/home/mndstudio/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.121>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/estania/html/
ServerName estania.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/estania-error_log
CustomLog /var/log/httpd/estania-access_log combined
ScriptAlias /cgi-bin/ /usr/home/estania/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.122>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/naturespeak/html/
ServerName naturespeakvitamins.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/naturespeakvitamins-error_log
CustomLog /var/log/httpd/naturespeakvitamins-access_log combined
ScriptAlias /cgi-bin/ /usr/home/naturespeak/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.123>
ServerAdmin bjm@nl2k.ab.ca
DocumentRoot /usr/home/bjm/html/
ServerName bennaco.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/bennaco-error_log
CustomLog /var/log/httpd/bennaco-access_log combined
ScriptAlias /cgi-bin/ /usr/home/bennaco/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.116>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/econland/html/
ServerName economylandscape.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/economylandscape-error_log
CustomLog /var/log/httpd/economylandscape-access_log combined
ScriptAlias /cgi-bin/ /usr/home/econland/cgi-bin/
</VirtualHost>


<VirtualHost 204.209.81.118>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/asssfa/html/
ServerName artisticallyspeaking.ab.ca
ErrorLog /var/log/httpd/artisticallyspeaking-error_log
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/artisticallyspeaking-access_log combined
ScriptAlias /cgi-bin/ /usr/home/asssfa/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.89>
ServerAdmin rbuckle@nl2k.ab.ca
DocumentRoot /usr/home/rbuckle/html/
ServerName monkeyunderground.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/monkeyunderground-access_log combined
ErrorLog /var/log/httpd/monkeyunderground-error_log
ScriptAlias /cgi-bin/ /usr/home/rbuckle/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.127>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/whizkids/html/
ServerName whizkidstoys.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/whizkidstoys-access_log combined
ErrorLog /var/log/httpd/whizkidstoys-error_log
ScriptAlias /cgi-bin/ /usr/home/whizkids/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.128>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/photogift/html/
ServerName photogiftworld.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/photogiftworld-access_log combined
ErrorLog /var/log/httpd/photogiftworld-error_log
ScriptAlias /cgi-bin/ /usr/home/photogift/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.129>
ServerAdmin doctor@nl2k.ab.ca
DocumentRoot /var/www/docs/regis
ServerName regisplazahotel.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/regisplazahotel-access_log combined
ErrorLog /var/log/httpd/regisplazahotel-error_log
ScriptAlias /cgi-bin/ /var/www/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.130>
ServerAdmin adefazio@nl2k.ab.ca
DocumentRoot /usr/home/adefazio/html/
ServerName defazio.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/defazio-error_log
CustomLog /var/log/httpd/defazio-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.131>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/viking/html/
ServerName viking-plastics.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/viking-plastics-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.132>
ServerAdmin ewtownsendh@nl2k.ab.ca
DocumentRoot /usr/home/ewtownsend/html/
ServerName homebusinessforsale.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/homebusinessforsale-error_log
CustomLog /var/log/httpd/homebusinessforsale-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.133>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/howtolive/html/
ServerName howtolive.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/howtolive-error_log
CustomLog /var/log/httpd/howtolive-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.135>
ServerAdmin attilahypnotist@nl2k.ab.ca
DocumentRoot /usr/home/attilahypnotist/html/
ServerName attilahypnotist.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/attilahypnotist-error_log
CustomLog /var/log/httpd/attilahypnotist-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.136>
ServerAdmin tsimail@nl2k.ab.ca
DocumentRoot /usr/home/erc/html/
ServerName consortiamath.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/consortiamath-error_log
CustomLog /var/log/httpd/consortiamath-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.137>
ServerAdmin artist@nl2k.ab.ca
DocumentRoot /usr/home/family/html/
ServerName bolianatz.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/bolianatz-error_log
CustomLog /var/log/httpd/bolianatz-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.138>
ServerAdmin root@nl2k.ab.ca
##DocumentRoot /usr/home/michaele/html/
Redirect / http://travellersmall.clarity.ca/bins/content_page.asp?cid=73-76
ServerName stalbertinn.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/stalbertinn-error_log
CustomLog /var/log/httpd/stalbertinn-access_log combined
ScriptAlias /cgi-bin/ /usr/home/michaele/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.139>
ServerAdmin onoway@nl2k.ab.ca
DocumentRoot /usr/home/onoway/html/
ServerName onoway.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/onoway-error_log
CustomLog /var/log/httpd/onoway-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.140>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/dtrach/html
ServerName trailtire.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/trailtire-error_log
CustomLog /var/log/httpd/trailtire-access_log combined
ScriptAlias /cgi-bin/ /var/www/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.142>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/explosion/html/
ServerName explosionresearch.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/explosionresearch-error_log
CustomLog /var/log/httpd/explosionreseach-access_log combined
ScriptAlias /cgi-bin/ /usr/home/explosion/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.143>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/suedoty/html/
ServerName snowbound.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/snowbound-error_log
CustomLog /var/log/httpd/snowbound-access_log combined
ScriptAlias /cgi-bin/ /usr/home/suedoty/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.144>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/summers/html/
ServerName summerslastsplash.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/summerslastsplash-error_log
CustomLog /var/log/httpd/summerslastsplash-access_log combined
ScriptAlias /cgi-bin/ /usr/home/summers/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.145>
ServerAdmin remcoland@nl2k.ab.ca
DocumentRoot /usr/home/remcoland/html/
ServerName rangeroad.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/rangeroad-error_log
CustomLog /var/log/httpd/rangeraod-access_log combined
ScriptAlias /cgi-bin/ /usr/home/remcoland/cgi-bin/
</VirtualHost>


<VirtualHost 204.209.81.146>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/lawrason/html/
ServerName lawrason.net
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/lawrason-error_log
CustomLog /var/log/httpd/lawrason-access_log combined
ScriptAlias /cgi-bin/ /usr/home/lawrason/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.147>
ServerAdmin ansplus@nl2k.ab.ca
DocumentRoot /usr/home/ansplus/html/
ServerName associationsplus.ca
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/associationsplus-error_log
CustomLog /var/log/httpd/associationsplus-access_log combined
ScriptAlias /cgi-bin/ /usr/home/ansplus/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.148>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/knattrass/html/
ServerName seedcentre.com
ErrorDocument 404 http://www.seedcentre.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/seedcentre-error_log
CustomLog /var/log/httpd/seedcentre-access_log combined
ScriptAlias /cgi-bin/ /usr/home/knattrass/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.149>
ServerAdmin mbarnes@nl2k.ab.ca
DocumentRoot /usr/home/mbarnes/html/discountdining
ServerName discountdining.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/discountdining-error_log
CustomLog /var/log/httpd/discountdining-access_log combined
ScriptAlias /cgi-bin/ /usr/home/mbarnes/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.15>
ServerAdmin rdlcom@nl2k.ab.ca
DocumentRoot /usr/home/doctor/rdl/var/www/docs/
ServerName rdlcom.com
ErrorLog /var/log/httpd/rdlcom-error_log
CustomLog /var/log/httpd/rdlcom-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.150>
ServerAdmin cantrek@nl2k.ab.ca
DocumentRoot /usr/home/cantrek/html/glowinggifts
ServerName glowinggifts.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/glowinggifts-error_log
CustomLog /var/log/httpd/glowinggifts-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.179>
ServerAdmin cantrek@nl2k.ab.ca
DocumentRoot /usr/home/cantrek/html/southwood
ServerName southwoodcommunity.ab.ca
ErrorLog /var/log/httpd/southwoodcommunity-error_log
CustomLog /var/log/httpd/southwoodcommunity-access_log combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
</VirtualHost>

<VirtualHost 204.209.81.151>
ServerAdmin dianna@nl2k.ab.ca
DocumentRoot /usr/home/dianna/html
ServerName diannabrine.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/diannabrine-error_log
CustomLog /var/log/httpd/diannabrine-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.154>
ServerAdmin lants@nl2k.ab.ca
DocumentRoot /usr/home/lants/html
ServerName citycenterautobody.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/citycenterautobody-error_log
CustomLog /var/log/httpd/citycenterautobody-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.162>
ServerAdmin edgibbons@nl2k.ab.ca
DocumentRoot /usr/home/edgibbons/html/
ServerName edgibbons.ca
ErrorDocument 404 /index.htm
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/edgibbons-error_log
CustomLog /var/log/httpd/edgibbons-access_log combined
ScriptAlias /cgi-bin/ /usr/home/edgibbons/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.169>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/janalapel/html/
ServerName janalapel.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/janalapel-error_log
CustomLog /var/log/httpd/janalapel-access_log combined
ScriptAlias /cgi-bin/ /usr/home/janalapel/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.170>
ServerAdmin condoexpo@nl2k.ab.ca
DocumentRoot /usr/home/condoexpo/html/
ServerName condoexpo.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/condoexpo-error_log
CustomLog /var/log/httpd/condoexpo-access_log combined
ScriptAlias /cgi-bin/ /usr/home/condoexpo/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.153>
ServerAdmin amc@incentre.net
DocumentRoot /usr/home/apca/html
ServerName apca.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/apca-error_log
CustomLog /var/log/httpd/apca-access_log combined
ScriptAlias /cgi-bin/ /usr/home/apca/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.155>
ServerAdmin synergy@nl2k.ab.ca
DocumentRoot /usr/home/synergy/html
ServerName synergymovement.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/synergymovement-error_log
CustomLog /var/log/httpd/synergymovement-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.156>
ServerAdmin toys@nl2k.ab.ca
DocumentRoot /usr/home/toys/html
ServerName celltoys.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/celltoys-error_log
CustomLog /var/log/httpd/celltoys-access_log combined
ScriptAlias /cgi-bin/ /usr/home/celltoys/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.157>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/billdickson/html
ServerName tailgunner-militaria.com
ErrorLog /var/log/httpd/tailgunner-militaria-error_log
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/tailgunner-militaria-access_log combined
ScriptAlias /cgi-bin/ /usr/home/billdickson/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.158>
ServerAdmin dhofer@nl2k.ab.ca
DocumentRoot /usr/home/dhofer/html
ServerName potatogrowerdirectory.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/potatogrowerdirectory-error_log
CustomLog /var/log/httpd/potatogrowerdirectory-access_log combined
ScriptAlias /cgi-bin/ /usr/home/dhofer/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.134>
ServerAdmin nuway@nl2k.ab.ca
DocumentRoot /usr/home/nuway/html/morinvilledirect/
ServerName morinvilledirect.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/nuwy-error_log
CustomLog /var/log/httpd/nuway-access_log combined
ScriptAlias /_vti_bin/ /usr/local/frontpage/version4.0/_vti_bin/
</VirtualHost>


<VirtualHost 204.209.81.114>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/studyabroadcanada.net
ServerName studyabroadcanada.net
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/studyabroadcanada.net-error_log
CustomLog /var/log/httpd/studyabroadcanada.net-access_log combined
ScriptAlias /_vti_bin/ /usr/local/frontpage/version4.0/_vti_bin/
ScriptAlias /cgi-bin/ /usr/home/eltc/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.115>
ServerAdmin towellness@nl2k.ab.ca
DocumentRoot /usr/home/ptw/html/
ServerName pathtowellness.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/pathtowellness-error_log
CustomLog /var/log/httpd/pathtowellness-access_log combined
ScriptAlias /_vti_bin/ /usr/local/frontpage/version4.0/_vti_bin/
ScriptAlias /cgi-bin/ /usr/home/ptw/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.174>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/studyabroadcanada.com
ServerName studyabroadcanada.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/studyabroadcanada-error_log
CustomLog /var/log/httpd/studyabroadcanada-access_log combined
ScriptAlias /_vti_bin/ /usr/local/frontpage/version4.0/_vti_bin/
ScriptAlias /cgi-bin/ /usr/home/eltc/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.175>
ServerAdmin mparish@nl2k.ab.ca
DocumentRoot /usr/home/mparish/html/
ServerName albertadogs.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/albertadogs-error_log
CustomLog /var/log/httpd/albertadogs-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.177>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/rosslyn/html/
ServerName edmontonvet.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/edmontonvet-error_log
CustomLog /var/log/httpd/edmontonvet-access_log combined
ScriptAlias /_vti_bin/ /usr/local/frontpage/version4.0/_vti_bin/
</VirtualHost>

<VirtualHost 204.209.81.178>
ServerAdmin reservations@nl2k.ab.ca
DocumentRoot /usr/home/reservations/html/
ServerName saxonyhotel.edmonton.ab.ca
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/saxonyhotel-error_log
CustomLog /var/log/httpd/saxonyhotel-access_log combined
ScriptAlias /cgi-bin/ /usr/home/reservations/html/
ScriptAlias /_vti_bin/ /usr/local/frontpage/version4.0/_vti_bin/
</VirtualHost>

<VirtualHost 204.209.81.180>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/misc/html/agriculturecanada.ca
ServerName agriculturecanada.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/agriculture-error_log
CustomLog /var/log/httpd/agriculture-access_log combined
ScriptAlias /cgi-bin/ /usr/home/misc/html/
ScriptAlias /_vti_bin/ /usr/local/frontpage/version4.0/_vti_bin/
</VirtualHost>


<VirtualHost 204.209.81.159>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/bargainboyz/html/
ServerName bargainboyz.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/bargainboyz-error_log
CustomLog /var/log/httpd/bargainboyz-access_log combined
ScriptAlias /cgi-bin/ /usr/home/bargainboyz/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.160>
ServerAdmin tsguide@nl2k.ab.ca
DocumentRoot /usr/home/tsguide/html/
ServerName shepherdsguide.ca
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/shepherdsguide-error_log
CustomLog /var/log/httpd/shepherdsguide-access_log combined
ScriptAlias /cgi-bin/ /usr/home/tsguide/cgi-bin/
</VirtualHost>


<VirtualHost 204.209.81.152>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/purnimafarms/html/
ServerName purnimafarms.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/purnimafarms-error_log
CustomLog /var/log/httpd/purnimafarms-access_log combined
ScriptAlias /cgi-bin/ /usr/home/purnimafarms/cgi-bin/
</VirtualHost>


<VirtualHost 204.209.81.124>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/aha/html/BeaverlodgeInn
ServerName beaverlodgemotorinn.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/beaverlodgemotorinn-error_log
CustomLog /var/log/httpd/beaverlodgemotorinn-access_log combined
ScriptAlias /cgi-bin/ /var/www/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.161>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/chirpndales/html/
ServerName chirpndales.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/chirpndales-error_log
CustomLog /var/log/httpd/chirpndales-access_log combined
ScriptAlias /cgi-bin/ /usr/home/chirpndales/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.163>
ServerAdmin cantrek@nl2k.ab.ca
DocumentRoot /usr/home/cantrek/html/cds
ServerName canadiandollarstore.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/canadiandollarstore-error_log
CustomLog /var/log/httpd/canadiandollarstore-access_log combined
ScriptAlias /cgi-bin/ /usr/home/cantrek/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.164>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/aha/html/FortChip
ServerName fortchipewyan.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/fortchipewyanlodge-error_log
CustomLog /var/log/httpd/fortchipewyanlodge-access_log combined
ScriptAlias /Icons/ /usr/home/aha/html/Icons/
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.165>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/corbeil/html/
ServerName corbeilbussales.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
ErrorLog /var/log/httpd/corbeilbussales-error_log
CustomLog /var/log/httpd/corbeilbussales-access_log combined
ScriptAlias /cgi-bin/ /usr/home/corbeil/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.166>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/edg/html/
ServerName theclassicgarage.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/theclassicgarage-error_log
CustomLog /var/log/httpd/theclassicgarage-access_log combined
ScriptAlias /cgi-bin/ /usr/home/edg/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.167>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/anita/html/
ServerName empiremodularhomes.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/empiremodularhomes-error_log
CustomLog /var/log/httpd/empiremodularhomes-access_log combined
ScriptAlias /cgi-bin/ /usr/home/anita/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.168>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/warriors/html/
ServerName millwoodswarriors.org
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/millwoodswarriors-error_log
CustomLog /var/log/httpd/millwoodswarriors-access_log combined
ScriptAlias /cgi-bin/ /usr/home/warriors/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.171>
ServerAdmin eurogena@nl2k.ab.ca
DocumentRoot /usr/home/eurogena/html/
ServerName eurogena.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/eurogena-error_log
CustomLog /var/log/httpd/eurogena-access_log combined
ScriptAlias /cgi-bin/ /usr/home/eurogena/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.172>
ServerAdmin wwoytkiw@nl2k.ab.ca
DocumentRoot /usr/home/wwoytkiw/html/
ServerName willwoytkiw.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/willwoytkiw-error_log
CustomLog /var/log/httpd/willwoytkiw-access_log combined
ScriptAlias /cgi-bin/ /usr/home/wwoytkiw/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.173>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/mysteries/html/
ServerName mysteries4you.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/mysteries4you-error_log
CustomLog /var/log/httpd/mysteries4you-access_log combined
ScriptAlias /cgi-bin/ /usr/home/mysteries/cgi-bin/
</VirtualHost>


<VirtualHost 204.209.81.181>
ServerAdmin nzn@nl2k.ab.ca
DocumentRoot /usr/home/nzn/html
ServerName pcedge.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/nzn-error_log
CustomLog /var/log/httpd/nzn-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.183>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/outtasite/html/
ServerName outtasitedesgins.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/outtasitedesigns-error_log
CustomLog /var/log/httpd/outtasitedesigns-access_log combined
Alias /cgi-bin/ /usr/home/outtasite/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.184>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/misc/html/agriculturecanada.ca/recipebook.ca
ServerName recipebook.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/recipebook-error_log
CustomLog /var/log/httpd/recipebook-access_log combined
Alias /cgi-bin/ /usr/home/misc/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.185>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/hb/html
ServerName abg-finance.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/abg-error_log
CustomLog /var/log/httpd/abg-access_log combined
Alias /cgi-bin/ /usr/home/hb/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.96>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/john/html/valpy.net/
ServerName valpy.net
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/valpy.net-error_log
CustomLog /var/log/httpd/valpy.net-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.97>
ServerAdmin pcs@nl2k.ab.ca
DocumentRoot /usr/home/john/html/valpy.org/
ServerName valpy.org
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/valpy.org-error_log
CustomLog /var/log/httpd/valpy.org-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.186>
ServerAdmin pcs@nl2k.ab.ca
DocumentRoot /usr/home/john/html/valpy.com
ServerName valpy.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/valpy-error_log
CustomLog /var/log/httpd/valpy-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.187>
ServerAdmin jeremyandrews@nl2k.ab.ca
DocumentRoot /usr/home/jeremyandrews/html/
ServerName illusionsphotograhic.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/illusionsphotographic-error_log
CustomLog /var/log/httpd/illusionsphotographic-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.188>
ServerAdmin info@digitalcanvas-inc.com
DocumentRoot /usr/home/jeremyandrews/html/dc
ServerName digitalcanvas-inc.om
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/digitalcanvas-inc-error_log
CustomLog /var/log/httpd/digitalcanvas-inc-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.189>
ServerAdmin vdrover@gpu.srv.ualberta.ca
DocumentRoot /usr/home/mmrladm/html/
ServerName mmrl.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
Alias /cgi-bin/ /usr/home/mmrladm/cgi-bin/
ErrorLog /var/log/httpd/mmrl-error_log
CustomLog /var/log/httpd/mmrl-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.190>
ServerAdmin vdrover@gpu.srv.ualberta.ca
DocumentRoot /usr/home/druidsadm/html/
ServerName druids.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
Alias /cgi-bin/ /usr/home/druidsadm/cgi-bin/
ErrorLog /var/log/httpd/druids-error_log
CustomLog /var/log/httpd/druids-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.191>
ServerAdmin vdrover@gpu.srv.ualberta.ca
DocumentRoot /usr/home/goldadm/html/
ServerName goldrugby.edmonton.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
ErrorLog /var/log/httpd/goldrugby-error_log
CustomLog /var/log/httpd/goldrugby-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.192>
ServerAdmin jeremyandrews@nl2k.ab.ca
DocumentRoot /usr/home/jeremyandrews/html/arbour/
ServerName arbourlakedental.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/arbourlakedental-error_log
CustomLog /var/log/httpd/arbourlakedental-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.193>
ServerAdmin digital@nl2k.ab.ca
DocumentRoot /usr/home/digital/html/
ServerName dicci.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/dicci-error_log
CustomLog /var/log/httpd/dicci-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.194>
ServerAdmin legal@nl2k.ab.ca
DocumentRoot /usr/home/legal/html/
ServerName town.legal.ab.ca
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/legal-error_log
CustomLog /var/log/httpd/legal-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.197>
ServerAdmin drwannas@nl2k.ab.ca
DocumentRoot /usr/home/nzn076/html/
ServerName drwannas.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
ErrorLog /var/log/httpd/drwannas-error_log
CustomLog /var/log/httpd/drwannas-access_log combined
</VirtualHost>


<VirtualHost 204.209.81.198>
ServerAdmin lawrason@nl2k.ab.ca
DocumentRoot /usr/home/happrod/html/
ServerName happiness-producers.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/happiness-producers-error_log
CustomLog /var/log/httpd/happiness-producers-access_log combined
Alias /cgi-bin/ /usr/home/happrod/cgi-bin/
</VirtualHost>


<VirtualHost 204.209.81.199>
ServerAdmin cantrek@nl2k.ab.ca
DocumentRoot /usr/home/cantrek/html/bcoinvestments/
ServerName bcoinvestments.cantrek.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/bcocantrek-error_log
CustomLog /var/log/httpd/bcocantrek-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.200>
ServerAdmin cantrek@nl2k.ab.ca
DocumentRoot /usr/home/cantrek/html/
ServerName cantrek.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/cantrek-error_log
CustomLog /var/log/httpd/cantrek-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.125>
ServerAdmin cantrek@nl2k.ab.ca
DocumentRoot /usr/home/cantrek/html/ccl/
ServerName christianchatline.org
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/ccl-error_log
CustomLog /var/log/httpd/ccl-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.141>
ServerAdmin cantrek@nl2k.ab.ca
DocumentRoot /usr/home/cantrek/html/kingswayfirestone/
ServerName kingswayfirestone.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/kingswayfirestone-error_log
CustomLog /var/log/httpd/kingswayfirestone-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.235>
ServerAdmin cantrek@nl2k.ab.ca
DocumentRoot /usr/home/cantrek/html/shop
ServerName shop.cantrek.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/shop-cantrek-error_log
CustomLog /var/log/httpd/shop-cantrek-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.201>
ServerAdmin mayfield@nl2k.ab.ca
DocumentRoot /usr/home/mayfield/html/
ServerName mayfieldnetwork.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/mayfieldnetwork-error_log
CustomLog /var/log/httpd/mayfieldnetwork-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.202>
ServerAdmin icepalac@nl2k.ab.ca
DocumentRoot /usr/home/icepalac/html/
ServerName icepalace.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/icepalace-error_log
CustomLog /var/log/httpd/icepalace-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.203>
ServerAdmin russell@nl2k.ab.ca
DocumentRoot /usr/home/tolecity/html/
ServerName tolecity.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/tolecity-error_log
CustomLog /var/log/httpd/tolecity-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.205>
ServerAdmin burchphoto@nl2k.ab.ca
DocumentRoot /usr/home/burchphoto/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName burchphoto.com
ErrorLog /var/log/httpd/burchphoto-error_log
CustomLog /var/log/httpd/burchphoto-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.207>
ServerAdmin gabriel@nl2k.ab.ca
DocumentRoot /usr/home/itn/html/
ServerName itncanada.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/itn/cgi-bin/
ErrorLog /var/log/httpd/itn-error_log
CustomLog /var/log/httpd/itn-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.208>
ServerAdmin inkit@nl2k.ab.ca
DocumentRoot /usr/home/paintball/html/
ServerName paintballaction.net
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/paintballaction-error_log
CustomLog /var/log/httpd/paintballaction-access_log combined
</VirtualHost>


<VirtualHost 204.209.81.209>
ServerAdmin eltc@nl2k.ab.ca
DocumentRoot /usr/home/eltc/html/
ServerName eltc.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/eltc-error_log
CustomLog /var/log/httpd/eltc-access_log combined
ScriptAlias /cgi-bin/ /usr/home/eltc/html/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.210>
ServerAdmin john@nl2k.ab.ca
DocumentRoot /usr/home/john/html/valpy.ca
ServerName valpy.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/valpy-ca-error_log
CustomLog /var/log/httpd/valpy-ca-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.213>
ServerAdmin descon@nl2k.ab.ca
DocumentRoot /usr/home/descon/html/
ServerName descon.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
ErrorLog /var/log/httpd/descon-error_log
CustomLog /var/log/httpd/descon-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.214>
ServerAdmin artbeat@nl2k.ab.ca
DocumentRoot /usr/home/artbeat/html/
ServerName descon.ab.ca
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/artbeat-error_log
customLog /var/log/httpd/artbeat-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.215>
ServerAdmin janwilton@nl2k.ab.ca
DocumentRoot /usr/home/janwilton/html/
ServerName janwilton.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/janwilton-error_log
CustomLog /var/log/httpd/janwilton-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.216>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/festivals/html/heritagefestivals.net
ServerName heritagefestivals.net
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/heritagefestivals-net-error_log
CustomLog /var/log/httpd/heritagefestivals-net-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.217>
ServerAdmin adadmin@nl2k.ab.ca
DocumentRoot /usr/home/adadmin/html/
ServerName anythingdigital.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/anythingdigital-error_log
CustomLog /var/log/httpd/anythingdigital-access_log combined
ScriptAlias /cgi-bin/ /usr/home/adadmin/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.218>
ServerAdmin rugby@nl2k.ab.ca
DocumentRoot /usr/home/eru/html/
ServerName rugby.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/rugby-error_log
CustomLog /var/log/httpd/rugby-access_log combined
ScriptAlias /cgi-bin/ /usr/home/eru/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.219>
ServerAdmin webmaster@nl2k.ab.ca
DocumentRoot /usr/home/iseghohi/html/
ServerName microblu.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
ErrorLog /var/log/httpd/microblu-error_log
CustomLog /var/log/httpd/microblu-access_log combined
</VirtualHost>

NameVirtualHost 204.209.81.221
<VirtualHost 204.209.81.220>
ServerAdmin mosquito@nl2k.ab.ca
DocumentRoot /usr/home/mosquito/html/
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
ServerName heavygearhl.net
ErrorLog /var/log/httpd/heavygearhl-error_log
CustomLog /var/log/httpd/heavygearhl-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.221>
ServerAdmin loi@nl2k.ab.ca
DocumentRoot /usr/home/loi/html/
ServerName therussiantearoom.ca
ErrorLog /var/log/httpd/therussiantearoom-error_log
CustomLog /var/log/httpd/therussiantearoom-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.222>
ServerAdmin fifties1@nl2k.ab.ca
DocumentRoot /usr/home/fifties1/html/
ServerName touch-of-nostalgia.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
ErrorLog /var/log/httpd/ton-error_log
CustomLog /var/log/httpd/tos-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.223>
ServerAdmin bcousineau@nl2k.ab.ca
DocumentRoot /usr/home/theartsgroup/html/
ServerName wings-of-hope.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/wings-of-hope-error_log
CustomLog /var/log/httpd/wings-of-hope-access_log combined
</VirtualHost>


<VirtualHost 204.209.81.195>
ServerAdmin shane@nl2k.ab.ca
DocumentRoot /usr/home/infomex/html/
ServerName everythingalberta.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/everythingalberta-error_log
CustomLog /var/log/httpd/everythingalberta-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.196>
ServerAdmin lifecreations@nl2k.ab.ca
DocumentRoot /usr/home/lifecreations/html/
ServerName lifecreations.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/lifecreations-error_log
CustomLog /var/log/httpd/lifecreations-access_log combined
Alias /cgi-bin/ /usr/home/lifecreations/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.224>
ServerAdmin shane@nl2k.ab.ca
DocumentRoot /usr/home/infomex/html/oldsite
ServerName infomex.net
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/infomex-error_log
CustomLog /var/log/httpd/infomex-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.225>
ServerAdmin aha@nl2k.ab.ca
DocumentRoot /usr/home/aha/html/pvinns/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName peacevalleyinns.com
ErrorLog /var/log/httpd/peacevalleyinns-error_log
CustomLog /var/log/httpd/peacevalleyinns-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.226>
ServerAdmin candles1@nl2k.ab.ca
DocumentRoot /usr/home/candles1/html/abw/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName candlesandbeeswax.com
ErrorLog /var/log/httpd/candlesandbeeswax-error_log
CustomLog /var/log/httpd/candlesandbeeswax-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.227>
ServerAdmin osp@nl2k.ab.ca
DocumentRoot /usr/home/osp/html/
ServerName osp.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/osp-error_log
CustomLog /var/log/httpd/osp-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.229>
ServerAdmin shelley@nl2k.ab.ca
DocumentRoot /usr/home/shelley/html/
ServerName smithsellsyourhome.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/smithsellsyourhome-error_log
CustomLog /var/log/httpd/smithsellsyourhome-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.231>
ServerAdmin georginalibrary@nl2k.ab.ca
DocumentRoot /usr/home/georginalibrary/html/
ServerName georgina-library.com
DirectoryIndex index.phtml index.php index.cgi index.pl index.shtml index.html
index.htm
ErrorLog /var/log/httpd/georgina-library-error_log
CustomLog /var/log/httpd/georgina-library-access_log combined
ScriptAlias /cgi-bin/ /usr/home/georgina-library/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.232>
ServerAdmin slaporte@nk.ca
DocumentRoot /usr/home/slaporte/html/
ServerName perfectfuturesales.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/perfectfuturesales-error_log

CustomLog /var/log/httpd/perfectfuturesales-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.233>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/festivals/html/heritagefestivals.ca
ServerName heritagefestivals.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/heritagefestivals-ca-error_log
CustomLog /var/log/httpd/heritagefestivals-ca-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.234>
ServerAdmin colin@nl2k.ab.ca
DocumentRoot /usr/home/george/html/
ServerName prolinesales.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/prolinesales-error_log
CustomLog /var/log/httpd/prolinesales-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.236>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/desidero/html/
ServerName desidero.ca
ScriptAlias /cgi-bin/ /usr/home/desidero/cgi-bin/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
ErrorLog /var/log/httpd/desidero-error_log
CustomLog /var/log/httpd/desidero-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.237>
ServerAdmin fabrawall@nl2k.ab.ca
DocumentRoot /usr/home/fabrawall/html/
ServerName fabrawall.ab.ca
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/fabrawall-error_log
CustomLog /var/log/httpd/fabrawall-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.238>
ServerAdmin stambaugh@nl2k.ab.ca
DocumentRoot /usr/home/stambaugh/html/
ServerName stambaugh-photo.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/stambaugh-error_log
CustomLog /var/log/httpd/stambaugh-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.240>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/success/html/
ServerName success-and-more.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/sam-error_log
CustomLog /var/log/httpd/sam-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.241>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/laara/html/
ServerName vita-quest.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/vq-error_log
customLog /var/log/httpd/vq-access_log combined
ScriptAlias /cgi-bin/ /usr/home/laara/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.242>
ServerAdmin pvcomfortplus@nl2k.ab.ca
DocumentRoot /usr/home/pvcomfortplus/html/
ServerName pvcomfortplus.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/pvcp-error_log
CustomLog /var/log/httpd/pvcp-access_log combined
ScriptAlias /cgi-bin/ /usr/home/pvcomfortplus/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.243>
ServerAdmin joker@nl2k.ab.ca
DocumentRoot /usr/home/joker/html/
ServerName teamjoker.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/joker-error_log
CustomLog /var/log/httpd/joker-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.244>
ServerAdmin midwest@nl2k.ab.ca
DocumentRoot /usr/home/midwest/html/
ServerName midwest.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/midwest-error_log
CustomLog /var/log/httpd/midwest-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.245>
ServerAdmin pcs@nl2k.ab.ca
DocumentRoot /usr/home/pcs/html/
ServerName pcs.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/pcs-error_log
CustomLog /var/log/httpd/pcs-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.246>
</Virtualhost>

<VirtualHost 204.209.81.247>
ServerAdmin stambaugh@nl2k.ab.ca
DocumentRoot /usr/home/appa/html/
ServerName appa.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/appa-error_log
CustomLog /var/log/httpd/appa-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.248>
ServerAdmin precision@nl2k.ab.ca
DocumentRoot /usr/home/precision/html/
ServerName precisionceramics.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/precision-error_log
CustomLog /var/log/httpd/precision-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.249>
ServerAdmin ips@nl2k.ab.ca
DocumentRoot /usr/home/ips/html/
ServerName aimsfc.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/aimsfc-error_log
CustomLog /var/log/httpd/aimsfc-access_log combined
</VirtualHost>

<VirtualHost 204.209.81.250>
</VirtualHost>

<VirtualHost 204.209.81.251>
ServerAdmin eltc@nl2k.ab.ca
DocumentRoot /usr/home/festivals/html/html
ServerName heritagefestival.org
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/heritagefestival-error_log
CustomLog /var/log/httpd/heritagefestival-access_log combined
ScriptAlias /cgi-bin/ /usr/home/eltc/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.252>
ServerAdmin artbitch@nl2k.ab.ca
DocumentRoot /usr/home/artbitch/html/
ServerName artbitch.net
ErrorLog /var/log/httpd/artbitch-error_log
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
CustomLog /var/log/httpd/artbitch-access_log combined
ScriptAlias /cgi-bin/ /usr/home/artbitch/html/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.253>
ServerAdmin eshindru@nl2k.ab.ca
DocumentRoot /usr/home/eshindru/html/
ServerName optiben.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/optiben-error_log
CustomLog /var/log/httpd/optiben-access_log combined
ScriptAlias /cgi-bin/ /usr/home/optiben/cgi-bin/
</VirtualHost>

<VirtualHost 204.209.81.254>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/kooljerseys/html/
ServerName kooljerseys.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/kooljerseys-error_log
CustomLog /var/log/httpd/kooljerseys-access_log combined
ScriptAlias /cgi-bin/ /usr/home/kooljerseys/cgi-bin/
</VirtualHost>


<VirtualHost 216.95.238.2>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/runnersgifts/html/
ServerName runnersgifts.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/runnersgifts-error_log
CustomLog /var/log/httpd/runnersgifts-access_log combined
ScriptAlias /cgi-bin/ /usr/home/runnersgifts/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.3>
ServerAdmin rejuve@nl2k.ab.ca
DocumentRoot /usr/home/rejuve/html/
ServerName rejuvenate.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/rejuvenate-error_log
CustomLog /var/log/httpd/rejuvenate-access_log combined
ScriptAlias /cgi-bin/ /usr/home/rejuvenate/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.5>
ServerAdmin aroma@nl2k.ab.ca
DocumentRoot /usr/home/aroma/html/
ServerName aromatherapycanada.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/aromatherapycanada-error_log
CustomLog /var/log/httpd/aromatherapycanada-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aroma/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.6>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/boutique/html/
ServerName editingboutique.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/editingboutique-error_log
CustomLog /var/log/httpd/editingboutique-access_log combined
ScriptAlias /cgi-bin/ /usr/home/boutique/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.7>
ServerAdmin levelix@nl2k.ab.ca
DocumentRoot /usr/home/levelix/html/
ServerName omochaboy.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/omochaboy-error_log
CustomLog /var/log/httpd/omochaboy-access_log combined
ScriptAlias /cgi-bin/ /usr/home/levelix/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.8>
ServerAdmin root@nl2k.ab.ca
DocumentRoot /usr/home/spirit294/html/
ServerName unclemyles.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/unclemyles-error_log
CustomLog /var/log/httpd/unclemyles-access_log combined
ScriptAlias /cgi-bin/ /usr/home/spirit294/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.9>
ServerAdmin rrc22@nl2k.ab.ca
DocumentRoot /usr/home/rrc22/html/
ServerName rrcsa.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/rrcsa-error_log
CustomLog /var/log/httpd/rrcsa-access_log combined
ScriptAlias /cgi-bin/ /usr/home/rrc22/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.10>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/radavis/html/
ServerName crafty-canadians.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/crafty-canadians-error_log
CustomLog /var/log/httpd/crafty-canadians-access_log combined
ScriptAlias /cgi-bin/ /usr/home/radavis/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.11>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/lfan/html/
ServerName lfan.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/lfan-error_log
CustomLog /var/log/httpd/lfan-access_log combined
ScriptAlias /cgi-bin/ /usr/home/lfan/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.12>
ServerAdmin summit@nl2k.ab.ca
DocumentRoot /usr/home/summit/html/summit-solutions-ltd/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName summit-solutions-ltd.com
ErrorLog /var/log/httpd/summit-solutions-ltd-error_log
CustomLog /var/log/httpd/summit-solutions-ltd-access_log combined
ScriptAlias /cgi-bin/ /usr/home/summit/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.13>
ServerAdmin summit@nl2k.ab.ca
DocumentRoot /usr/home/summit/html/virtualtruckroute/
ServerName virtualtruckroute.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/virtualtruckroute-error_log
CustomLog /var/log/httpd/virtualtruckroute-access_log combined
ScriptAlias /cgi-bin/ /usr/home/summit/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.14>
ServerAdmin debster@nl2k.ab.ca
DocumentRoot /usr/home/debster/html/
ServerName afragranceforall.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/afragranceforall-error_log
CustomLog /var/log/httpd/afragranceforall-access_log combined
ScriptAlias /cgi-bin/ /usr/home/debster/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.15>
ServerAdmin gail72@nl2k.ab.ca
DocumentRoot /usr/home/gail72/html/
ServerName cateringcreations.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/cateringcreations-error_log
CustomLog /var/log/httpd/cateringcreations-access_log combined
ScriptAlias /cgi-bin/ /usr/home/gail72/cgi-bin/
</VirtualHost>


<VirtualHost 216.95.238.128>
ServerAdmin mbarnes@nl2k.ab.ca
DocumentRoot /usr/home/mbarnes/html/discountdining/Buffetworld
ServerName buffetworld2001.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/buffetworld2001-error_log
CustomLog /var/log/httpd/buffetworld2001-access_log combined
ScriptAlias /cgi-bin/ /usr/home/mbarnes/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.129>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/aha/html/
Redirect /AthabascaInn http://www.bestwestern.com/ca/athabascainn
Redirect /Heidelberg http://www.bestwestern.com/ca/heidelberg
Redirect /chateaulouis http://www.chateaulouis.com
Redirect /HotelMacdonald http://www.cphotels.ca
Redirect /KananaskisInn http://www.kananaskisinn.com
Redirect /Safety http://www.albertahotels.ab.ca/ahsa
Redirect /bluelakelodge http://www.bluelakelodge.com
Redirect /ElbowRiver http://www.casino-hotel.com
Redirect /FortChip http://www.fortchipewyanlodge.com
Redirect /Travellers http://www.travellershotel.com
ServerName albertahotels.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/albertahotels-error_log
CustomLog /var/log/httpd/albertahotels-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>


<VirtualHost 216.95.238.130>
ServerAdmin doctor@nl2k.ab.ca
DocumentRoot /usr/home/ricky/html/
ServerName cardiovascular.ab.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/cardiovascular-error_log
CustomLog /var/log/httpd/cardiovascular-access_log combined
ScriptAlias /cgi-bin/ /usr/home/ricky/cgi-bin/
</VirtualHost>


<VirtualHost 216.95.238.131>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/ez/html/
ServerName e-z.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/edzabinski-error_log
CustomLog /var/log/httpd/edzabinski-access_log combined
ScriptAlias /cgi-bin/ /usr/home/ez/cgi-bin/
</VirtualHost>


<VirtualHost 216.95.238.132>
ServerAdmin nyssa@nl2k.ab.ca
DocumentRoot /usr/home/nyssa/html/
ServerName cromwellconsulting.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/cromwellconsulting-error_log
CustomLog /var/log/httpd/cromwellconsulting-access_log combined
ScriptAlias /cgi-bin/ /usr/home/nyssa/cgi-bin/
</VirtualHost>


<VirtualHost 216.95.238.133>
ServerAdmin inkit@nl2k.ab.ca
DocumentRoot /usr/home/aha/html/ahsa
ServerName albertahotelsafety.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/albertahotelsafety-error_log
CustomLog /var/log/httpd/albertasafetyhotel-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.134>
ServerAdmin pjva@nl2k.ab.ca
DocumentRoot /usr/home/pjva/html/
ServerName pjva.ca
ErrorDocument 404 /index.html
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/pjva-error_log
CustomLog /var/log/httpd/pjva-access_log combined
ScriptAlias /cgi-bin/ /usr/home/pjva/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.135>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/buysell/html/
ServerName sell-buy.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/sell-buy-error_log
CustomLog /var/log/httpd/sell-buy-access_log combined
ScriptAlias /cgi-bin/ /usr/home/buysell/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.136>
ServerAdmin valpy@nl2k.ab.ca
DocumentRoot /usr/home/eslcafe/html/
ServerName eslcafecanada.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/eslcafecanada-error_log
CustomLog /var/log/httpd/eslcafecanada-access_log combined
ScriptAlias /cgi-bin/ /usr/home/eslcafe/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.137>
ServerAdmin amc@nl2k.ab.ca
DocumentRoot /usr/home/apex/html/
ServerName apex2000conf.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/apex2000conf-error_log
CustomLog /var/log/httpd/apex2000conf-access_log combined
ScriptAlias /cgi-bin/ /usr/home/apex/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.138>
ServerAdmin amc@nl2k.ab.ca
DocumentRoot /usr/home/amc/html/rl/
ServerName reservealink.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/reservealink-error_log
CustomLog /var/log/httpd/reservealink-access_log combined
ScriptAlias /cgi-bin/ /usr/home/amc/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.139>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/rocknaugust/html/
ServerName rocknaugust.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/rocknaugust-error_log
CustomLog /var/log/httpd/rocknaugust-access_log combined
ScriptAlias /cgi-bin/ /usr/home/rocknaugust/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.140>
ServerAdmin jmacdon1@nl2k.ab.ca
DocumentRoot /usr/home/jmacdon1/html/
ServerName bellwethersmessage.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/bellwethersmessage-error_log
CustomLog /var/log/httpd/bellwethersmessage-access_log combined
ScriptAlias /cgi-bin/ /usr/home/jmacdon1/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.141>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/netlawr/html/wayside
ServerName bestwesternwaysideinn.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/bestwesternwaysideinn-error_log
CustomLog /var/log/httpd/bestwesternwaysideinn-access_log combined
ScriptAlias /cgi-bin/ /usr/home/netlawr/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.142>
ServerAdmin nuway@nl2k.ab.ca
DocumentRoot /usr/home/gwpromo/html/
Redirect / http://www.nuwaydirect.com/greatwestpromotions
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName greatwestpromotions.com
ScriptAlias /cgi-bin/ /usr/home/gwpromo/cgi-bin/
ErrorLog /var/log/httpd/greatwestpromotions-error_log
CustomLog /var/log/httpd/greatwestpromotions-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.143>
ServerAdmin ybabysti@nl2k.ab.ca
DocumentRoot /usr/home/ybabysti/html/
ServerName karpstyles.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/ybabysti/cgi-bin/
ErrorLog /var/log/httpd/karpstyles-error_log
CustomLog /var/log/httpd/karpstyles-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.144>
ServerAdmin brent@nl2k.ab.ca
DocumentRoot /usr/home/brent/html/
ServerName yournet.ca
ScriptAlias /cgi-bin/ /usr/home/brent/cgi-bin/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/yournet-error_log
CustomLog /var/log/httpd/yournet-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.145>
ServerAdmin ruby@nl2k.ab.ca
DocumentRoot /usr/home/ruby/html/
ServerName aboutappearances.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/ruby/cgi-bin/
ErrorLog /var/log/httpd/aboutappearances-error_log
CustomLog /var/log/httpd/aboutappearances-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.146>
ServerAdmin kitty@nl2k.ab.ca
DocumentRoot /usr/home/kitty/html/
ServerName kittykottage.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/kitty/cgi-bin/
ErrorLog /var/log/httpd/kittykottage-error_log
CustomLog /var/log/httpd/kittykottage-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.147>
ServerAdmin interseeqadmin@nl2k.ab.ca
DocumentRoot /usr/home/interseeqadmin/html/
ServerName interseeq.com
ScriptAlias /cgi-bin/ /usr/home/interseeqadmin/cgi-bin/
ErrorLog /var/log/httpd/interseeq-error_log
CustomLog /var/log/httpd/interseeq-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.148>
ServerAdmin cisevensadmin@nl2k.ab.ca
DocumentRoot /usr/home/cisevensadmin/html/
ServerName cisevens.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/cisevensadmin/cgi-bin/
ErrorLog /var/log/httpd/cisevens-error_log
CustomLog /var/log/httpd/cisevens-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.149>
ServerAdmin lee24@nl2k.ab.ca
DocumentRoot /usr/home/lee24/html/therapytables
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName therapytables.com
ScriptAlias /cgi-bin/ /usr/home/lee24/cgi-bin/
ErrorLog /var/log/httpd/therapytables-error_log
CustomLog /var/log/httpd/therapytables-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.150>
ServerAdmin gee@nl2k.ab.ca
DocumentRoot /usr/home/gee/html/
ServerName geeandgeeracing.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/gee/cgi-bin/
ErrorLog /var/log/httpd/geeandgeeracing-error_log
CustomLog /var/log/httpd/geeandgeeracing-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.151>
ServerAdmin avena@nl2k.ab.ca
DocumentRoot /usr/home/avena/html/
ServerName avenaoriginals.com
DirectoryIndex index.phtml index.php index.php3 index.pl index.shtml index.html
index.htm
ScriptAlias /cgi-bin/ /usr/home/avena/cgi-bin/
ErrorLog /var/log/httpd/avenaoriginals-error_log
CustomLog /var/log/httpd/avenaoriginals-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.152>
ServerAdmin xfhl@nl2k.ab.ca
DocumentRoot /usr/home/xfhl/html/
ServerName pucknuts.net
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/xfhl/cgi-bin/
ErrorLog /var/log/httpd/pucknuts-error_log
CustomLog /var/log/httpd/pucknuts-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.153>
ServerAdmin grneyes@nl2k.ab.ca
DocumentRoot /usr/home/grneyes/html/
ServerName chepstow.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/grneyes/cgi-bin/
ErrorLog /var/log/httpd/chepstow-error_log
CustomLog /var/log/httpd/chepstow-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.154>
ServerAdmin mark101@nl2k.ab.ca
DocumentRoot /usr/home/mark101/html/
ServerName v4honda.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/mark101/cgi-bin/
ErrorLog /var/log/httpd/v4honda-error_log
CustomLog /var/log/httpd/v4honda-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.155>
ServerAdmin enp@nl2k.ab.ca
DocumentRoot /usr/home/enp/html/
ServerName electrical-nutrition.net
ScriptAlias /cgi-bin/ /usr/home/enp/cgi-bin/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/electrical-nutrition-error_log
CustomLog /var/log/httpd/electrical-nutrition-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.156>
ServerAdmin marco@nl2k.ab.ca
DocumentRoot /usr/home/marco/html/
ServerName sandshoteledm.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/marco/cgi-bin/
ErrorLog /var/log/httpd/sandshoteledm-error_log
CustomLog /var/log/httpd/sandshoteledm-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.157>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/fmn/html/
ServerName fmnproductions.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/fmn/cgi-bin/
ErrorLog /var/log/httpd/fmnproductions-error_log
CustomLog /var/log/httpd/fmnproductions-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.158>
ServerAdmin lawracom@nl2k.ab.ca
DocumentRoot /usr/home/steffany/html/
ServerName steffanyhanlen.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/steffany/cgi-bin/
ErrorLog /var/log/httpd/steffanyhanlen-error_log
CustomLog /var/log/httpd/steffanyhanlen-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.159>
ServerAdmin tvirag@nl2k.ab.ca
DocumentRoot /usr/home/tvirag/html/
ServerName tvirag.nk.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/tvirag/cgi-bin/
ErrorLog /var/log/httpd/tvirag-error_log
CustomLog /var/log/httpd/tvirag-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.160>
ServerAdmin vesna@nl2k.ab.ca
DocumentRoot /usr/home/vesna/html/
ServerName ukrainian-philately.info
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/vesna/cgi-bin/
ErrorLog /var/log/httpd/ukrainian-philately-error_log
CustomLog /var/log/httpd/ukrainian-philately-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.161>
ServerAdmin conversation@nl2k.ab.ca
DocumentRoot /usr/home/conversation/html/
ServerName eikaiwa.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/conversation/cgi-bin/
ErrorLog /var/log/httpd/eikaiwa-error_log
CustomLog /var/log/httpd/eikaiwa-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.162>
ServerAdmin petshops@nl2k.ab.ca
DocumentRoot /usr/home/petshops/html/
ServerName petshops.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/petshops/cgi-bin/
ErrorLog /var/log/httpd/petshops-error_log
CustomLog /var/log/httpd/petshops-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.163>
ServerAdmin vm@nl2k.ab.ca
DocumentRoot /usr/home/vm/html/
ServerName electricalnutrition.com
ScriptAlias /cgi-bin/ /usr/home/vm/cgi-bin/
ErrorLog /var/log/httpd/electricalnutrition-error_log
CustomLog /var/log/httpd/electricalnutrition-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.164>
ServerAdmin riskeh@nl2k.ab.ca
DocumentRoot /usr/home/riskeh/html/
ServerName risk-eh.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/riskeh/cgi-bin/
ErrorLog /var/log/httpd/risk-eh-error_log
CustomLog /var/log/httpd/risk-eh-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.165>
ServerAdmin ladderrigger@nl2k.ab.ca
DocumentRoot /usr/home/ladderrigger/html/
ServerName ladderrigger.com
ScriptAlias /cgi-bin/ /usr/home/ladderrigger/cgi-bin/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ErrorLog /var/log/httpd/ladderrigger-error_log
CustomLog /var/log/httpd/ladderrigger-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.166>
ServerAdmin mblight@nl2k.ab.ca
DocumentRoot /usr/home/mblight/html/
ServerName mblightning.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/mblight/cgi-bin/
ErrorLog /var/log/httpd/mblightning-error_log
CustomLog /var/log/httpd/mblightning-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.167>
ServerAdmin lawrason@nl2k.ab.ca
DocumentRoot /usr/home/saintcity/html/
ServerName saintcitynews.com
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/saintcity/cgi-bin/
ErrorLog /var/log/httpd/saintcitynews-error_log
CustomLog /var/log/httpd/saintcitynews-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.168>
ServerAdmin bhbrinkmann@nl2k.ab.ca
DocumentRoot /usr/home/bhbrinkmann/html/
ServerName brinkmann.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/bhbrinkmann/cgi-bin/
ErrorLog /var/log/httpd/brinkmann-error_log
CustomLog /var/log/httpd/brinkmann-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.169>
ServerAdmin shanenicholson@nl2k.ab.ca
DocumentRoot /usr/home/shanenicholson/html/
ServerName newagetechnology.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/shanenicholson/cgi-bin/
ErrorLog /var/log/httpd/newagetechnology-error_log
CustomLog /var/log/httpd/newagetechnology-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.170>
ServerAdmin finefacta@nl2k.ab.ca
DocumentRoot /usr/home/finefacta/html/
ServerName fineartscouncil.ca
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ScriptAlias /cgi-bin/ /usr/home/finefacta/cgi-bin/
ErrorLog /var/log/httpd/fineartscouncil-error_log
CustomLog /var/log/httpd/fineartscouncil-access_log combined
</VirtualHost>

<VirtualHost 216.95.238.171>
ServerAdmin summit@nl2k.ab.ca
DocumentRoot /usr/home/summit/html/acachockey/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName acachockey.info
ErrorLog /var/log/httpd/acachockey-error_log
CustomLog /var/log/httpd/acachockey-access_log combined
ScriptAlias /cgi-bin/ /usr/home/summit/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.172>
ServerAdmin wwoyktiw@nl2k.ab.ca
DocumentRoot /usr/home/wwoytkiw/html/atalocal43/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName atalocal43.ab.ca
ErrorLog /var/log/httpd/atalocal43-error_log
CustomLog /var/log/httpd/atalocal43-access_log combined
ScriptAlias /cgi-bin/ /usr/home/wwoytkiw/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.173>
ServerAdmin kingsway@nl2k.ab.ca
DocumentRoot /usr/home/kingsway/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName kingswaylegion.com
ErrorLog /var/log/httpd/kingswaylegion-error_log
CustomLog /var/log/httpd/kingswaylegion-access_log combined
ScriptAlias /cgi-bin/ /usr/home/kingsway/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.174>
ServerAdmin ogopogo@nl2k.ab.ca
DocumentRoot /usr/home/ogopogo/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName ogopogo-resort.com
ErrorLog /var/log/httpd/ogopogo-resort-error_log
CustomLog /var/log/httpd/ogopogo-resort-access_log combined
ScriptAlias /cgi-bin/ /usr/home/ogopogo/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.175>
ServerAdmin ritley@nl2k.ab.ca
DocumentRoot /usr/home/ritley/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName ritleymarinesystems.com
ErrorLog /var/log/httpd/ritleymarinesystems-error_log
CustomLog /var/log/httpd/ritleymarinesystems-access_log combined
ScriptAlias /cgi-bin/ /usr/home/ritley/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.176>
ServerAdmin akcweb@nl2k.ab.ca
DocumentRoot /usr/home/akcweb/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName atlantickarateclub.ca
ErrorLog /var/log/httpd/atlantickarateclub-error_log
CustomLog /var/log/httpd/atlantickarateclub-access_log combined
ScriptAlias /cgi-bin/ /usr/home/akcweb/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.177>
ServerAdmin swp@nl2k.ab.ca
DocumentRoot /usr/home/swp/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName sellwithpictures.com
ErrorLog /var/log/httpd/sellwithpictures-error_log
CustomLog /var/log/httpd/sellwithpictures-access_log combined
ScriptAlias /cgi-bin/ /usr/home/swp/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.179>
ServerAdmin swp@nl2k.ab.ca
DocumentRoot /usr/home/swp/html/herquest/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName herquest.com
ErrorLog /var/log/httpd/herquest-error_log
CustomLog /var/log/httpd/herquest-access_log combined
ScriptAlias /cgi-bin/ /usr/home/swp/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.178>
ServerAdmin derelict@nl2k.ab.ca
DocumentRoot /usr/home/derelict/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName derelictstudios.com
ErrorLog /var/log/httpd/derelictstudios-error_log
CustomLog /var/log/httpd/derelictstudios-access_log combined
ScriptAlias /cgi-bin/ /usr/home/derelict/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.180>
ServerAdmin cocopop@nl2k.ab.ca
DocumentRoot /usr/home/cocopop/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName jpandelsa.com
ErrorLog /var/log/httpd/jpandelsa-error_log
CustomLog /var/log/httpd/jpandelsa-access_log combined
ScriptAlias /cgi-bin/ /usr/home/cocopop/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.181>
ServerAdmin bodysoothe@nl2k.ab.ca
DocumentRoot /usr/home/bodysoothe/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName bodysoothe.com
ErrorLog /var/log/httpd/bodysoothe-error_log
CustomLog /var/log/httpd/bodysoothe-access_log combined
ScriptAlias /cgi-bin/ /usr/home/bodysoothe/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.182>
ServerAdmin servicemaster@nl2k.ab.ca
DocumentRoot /usr/home/servicemaster/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName servicemasterclean.com
ErrorLog /var/log/httpd/servicemasterclean-error_log
CustomLog /var/log/httpd/servicemasterclean-access_log combined
ScriptAlias /cgi-bin/ /usr/home/servicemaster/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.183>
ServerAdmin firstpageseo@nl2k.ab.ca
DocumentRoot /usr/home/firstpageseo/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName firstpageseo.com
ErrorLog /var/log/httpd/firstpageseo-error_log
CustomLog /var/log/httpd/firstpageseo-access_log combined
ScriptAlias /cgi-bin/ /usr/home/firstpageseo/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.184>
ServerAdmin haliburton@nl2k.ab.ca
DocumentRoot /usr/home/haliburton/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName haliburton-trails.com
ErrorLog /var/log/httpd/haliburton-trails-error_log
CustomLog /var/log/httpd/haliburton-trails-access_log combined
ScriptAlias /cgi-bin/ /usr/home/haliburton/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.185>
ServerAdmin lawrason@nl2k.ab.ca
DocumentRoot /usr/home/firstimpress/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName first-impress.com
ErrorLog /var/log/httpd/first-impress-error_log
CustomLog /var/log/httpd/first-impress-access_log combined
ScriptAlias /cgi-bin/ /usr/home/firstimpress/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.186>
ServerAdmin eagleins@nl2k.ab.ca
DocumentRoot /usr/home/eagleins/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName eagle-ins.com
ErrorLog /var/log/httpd/eagle-ins-error_log
CustomLog /var/log/httpd/eagle-ins-access_log combined
ScriptAlias /cgi-bin/ /usr/home/eagleins/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.187>
ServerAdmin notify@8w8w8.com
DocumentRoot /usr/home/peterbi/html/
Port 8080
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName 8w8w8.com
ErrorLog /var/log/httpd/8w8w8-error_log
CustomLog /var/log/httpd/8w8w8-access_log combined
ScriptAlias /cgi-bin/ /usr/home/peterbi/cgi-bin/
PerlSetEnv Perl5LIB /usr/home/peterbi/lib
PerlModule Peterbi::BoardWeb
<Location /friendgb>
SetHandler perl-script
PerlHandler Peterbi::BoardWeb
</Location>
<Location /friendbig5>
SetHandler perl-script
PerlHandler Peterbi::BoardWeb
</Location>
</VirtualHost>

<VirtualHost 216.95.238.188>
ServerAdmin swp@nk.ca
DocumentRoot /usr/home/itdocexchange/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName itdocexchange.com
ErrorLog /var/log/httpd/itdocexchange-error_log
CustomLog /var/log/httpd/itdocexchange-access_log combined
ScriptAlias /cgi-bin/ /usr/home/itdocexchange/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.189>
ServerAdmin lawracom@nk.ca
DocumentRoot /usr/home/fishhook/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName fishhookbay.com
ErrorLog /var/log/httpd/fishhookbay-error_log
CustomLog /var/log/httpd/fishhookbay-access_log combined
ScriptAlias /cgi-bin/ /usr/home/fishhook/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.190>
ServerAdmin kparish@nk.ca
DocumentRoot /usr/home/aha/html/ABReservations/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName albertareservations.com
ErrorLog /var/log/httpd/albertareservations-error_log
CustomLog /var/log/httpd/albertareservations-access_log combined
ScriptAlias /cgi-bin/ /usr/home/aha/cgi-bin/
</VirtualHost>

<VirtualHost 216.95.238.191>
ServerAdmin colleen@nk.ca
DocumentRoot /usr/home/haliburtontours/html/
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm
ServerName haliburtontours.com
ErrorLog /var/log/httpd/haliburtontours-error_log
CustomLog /var/log/httpd/haliburtontours-access_log combined
ScriptAlias /cgi-bin/ /usr/home/haliburtontours/cgi-bin/
</VirtualHost>


Alias /apache_icons/ /var/www/icons/
Alias /apache_images/ /var/www/images/
ScriptAlias /cgi-bin/ /var/www/cgi-bin/
ScriptAlias /cgi-perl/ /var/www/cgi-bin/
ScriptAlias /perl/ /var/www/cgi-bin/
ScriptAlias /squid-status/ /var/www/squid/bin/cachemgr.cgi/
ScriptAlias /_vti_bin/_vti_adm/
/usr/local/frontpage/currentversion/_vti_bin/_vti_adm/
ScriptAlias /_vti_bin/_vti_aut/
/usr/local/frontpage/currentversion/_vti_bin/_vti_aut/
ScriptAlias /_vti_bin/ /usr/local/frontpage/currentversion/_vti_bin/
ScriptAlias /~nuway/mc/_vti_bin/ /usr/local/frontpage/currentversion/_vti_bin/
ScriptAlias /~gibbons/_vti_bin/ /usr/local/frontpage/currentversion/_vti_bin/
#<-- DRN-install
#
Alias /drn-install/ /var/local/drn/drn-install/
Alias /drn-setup/images/ /var/local/drn/www/drn-setup/images/

ScriptAlias /drn-setup/ /usr/source/drn/www/drn-setup/
<Location /drn-setup/>
options none
AllowOverride None
order deny,allow
deny from all
allow from localhost
</Location>

ScriptAlias /drn-admin/ /usr/source/drn/www/drn-admin/
<Location /drn-admin>
options none
AllowOverride None
order deny,allow
deny from all
allow from localhost
</Location>
#-->
doctor.nl2k.ab.ca//var/www/conf$ edited        echo edited
httpd.conf file so far
edited httpd.conf file so far
You have new mail in /var/mail/root
doctor.nl2k.ab.ca//var/www/conf$ echo edited httpd.conf file so
farcat
/var/www/conf/httpd.conf/var/www/bin/apachectl
start
Warning: DocumentRoot [/usr/home/mbarnesa/html/] does not exist
Warning: DocumentRoot [/usr/home/rjones/html] does not exist
Warning: DocumentRoot [/usr/home/nuway/html/morinvilledirect/] does not exist
Warning: DocumentRoot [/usr/home/infomex/html/oldsite] does not exist
Warning: DocumentRoot [/usr/home/marco/html/] does not exist
Syntax error on line 2934 of /var/www/conf/httpd.conf:
Port was replaced with Listen in Apache 2.0
/var/www/bin/apachectl start: httpd could not be started
doctor.nl2k.ab.ca//var/www/conf$ tail /var/log/httpd/error.log
tail: /var/log/httpd/error.log: No such file or directory
doctor.nl2k.ab.ca//var/www/conf$ tail
/var/log/httpd/error.loglog_log
[Sat May 18 16:38:11 2002] [error] [client 144.92.164.199] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:39:47 2002] [error] [client 144.92.164.199] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:40:46 2002] [error] [client 144.92.164.199] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:41:38 2002] [error] [client 144.92.164.199] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:42:31 2002] [error] [client 144.92.164.199] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:42:40 2002] [error] [client 63.198.12.242] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:43:25 2002] [error] [client 144.92.164.199] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:50:49 2002] [error] [client 144.92.164.199] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:51:32 2002] [error] [client 144.92.164.199] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:51:49 2002] [notice] caught SIGTERM, shutting down
doctor.nl2k.ab.ca//var/www/conf$ tail /var/log/httpd/error_log
[Sat May 18 16:38:11 2002] [error] [client 144.92.164.199] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:39:47 2002] [error] [client 144.92.164.199] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:40:46 2002] [error] [client 144.92.164.199] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:41:38 2002] [error] [client 144.92.164.199] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:42:31 2002] [error] [client 144.92.164.199] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:42:40 2002] [error] [client 63.198.12.242] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:43:25 2002] [error] [client 144.92.164.199] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:50:49 2002] [error] [client 144.92.164.199] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:51:32 2002] [error] [client 144.92.164.199] File does not exist:
/var/www/docs/icons/house.gif
[Sat May 18 16:51:49 2002] [notice] caught SIGTERM, shutting down
doctor.nl2k.ab.ca//var/www/conf$ tail
/var/log/httpd/error_logr_log_log_log_log_loga_logc_logc_loge_logs_logs_log
p-proxy-4-int0.net.wisc.edu - - [18/May/2002:16:50:49 -0600] "GET
/cgi-bin/nph-traceroute?servicios.att.net.co HTTP/1.0" 200 - "-" "-"
p-proxy-4-int0.net.wisc.edu - - [18/May/2002:16:50:50 -0600] "GET
/icons/house.gif HTTP/1.0" 404 0 "-" "Mozilla/3.01 (compatible;)"
66.28.250.173 - - [18/May/2002:16:50:57 -0600] "GET /robots.txt HTTP/1.0" 200
139 "-" "ia_archiver"
66.28.250.173 - - [18/May/2002:16:51:00 -0600] "GET /~gabada/banner3.JPG
HTTP/1.0" 200 13619 "-" "ia_archiver"
p-proxy-4-int0.net.wisc.edu - - [18/May/2002:16:51:03 -0600] "GET
/cgi-bin/nph-traceroute?www.xenitec.on.ca HTTP/1.0" 200 - "-" "-"
pd9502909.dip.t-dialin.net - - [18/May/2002:16:51:22 -0600] "GET
/phpinfo.phtml?=PHPE9568F34-D428-11d2-A769-00AA001ACF42 HTTP/1.1" 200 2974
"http://doctor.nl2k.ab.ca/phpinfo.phtml" "Mozilla/4.0 (compatible; MSIE 6.0;
Windows NT 5.0)"
pd9502909.dip.t-dialin.net - - [18/May/2002:16:51:23 -0600] "GET
/phpinfo.phtml?=PHPE9568F35-D428-11d2-A769-00AA001ACF42 HTTP/1.1" 200 4453
"http://doctor.nl2k.ab.ca/phpinfo.phtml" "Mozilla/4.0 (compatible; MSIE 6.0;
Windows NT 5.0)"
pd9502909.dip.t-dialin.net - - [18/May/2002:16:51:24 -0600] "GET /phpinfo.phtml
HTTP/1.1" 200 47109
"http://www.altavista.com/sites/search/web?pg=q&kl=XX&q=%2Balways%5Fpopulate%5Fraw%5Fpost%5Fdata"
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
p-proxy-4-int0.net.wisc.edu - - [18/May/2002:16:51:32 -0600] "GET
/cgi-bin/nph-traceroute?darkwing.uoregon.edu HTTP/1.0" 200 - "-" "-"
p-proxy-4-int0.net.wisc.edu - - [18/May/2002:16:51:32 -0600] "GET
/icons/house.gif HTTP/1.0" 404 0 "-" "Mozilla/3.01 (compatible;)"
doctor.nl2k.ab.ca//var/www/conf$ tail
/var/log/httpd/access_logerror_logaccess_logcvp
   p apache.conf           httpd.conf httpd.conf_2.0
You have new mail in /var/mail/root
doctor.nl2k.ab.ca//var/www/conf$ cp htppd.conf_1.3.24
d.conf_1.3.24 tpd.conf_1.3.24
pd.conf_1.3.24 httpd.conf
doctor.nl2k.ab.ca//var/www/conf$ dir httpd*conf*
sh: dir: command not found
doctor.nl2k.ab.ca//var/www/conf$ ^dir^ls -Fail
ls -Fail httpd*conf*
1663402 -rw-r--r-- 1 www www 99025 Feb 26 21:17 httpd-2.0.conf
1663629 -rw-r--r-- 1 www www 34030 May 10 20:26 httpd-std.conf
1663365 -rw-r--r-- 1 root www 33786 Apr 13 16:57 httpd-std.conf.in
1663413 -rw-r--r-- 1 www www 113111 May 18 16:58 httpd.conf
1663505 -rw-r--r-- 1 www www 59562 Dec 10 2000 httpd.conf.4.2
1663515 -rw-r--r-- 1 www www 91826 Jan 12 02:37 httpd.conf.bak
1663404 -rw-r--r-- 1 www www 23232 Jun 16 1999 httpd.conf.correct
1663400 -rw-r--r-- 1 www www 47174 Jan 19 2000 httpd.conf.current
1663373 -rw-r--r-- 1 root www 33639 May 17 17:55 httpd.conf.default
1663374 -rw-r--r-- 1 root www 33786 Apr 7 13:31 httpd.conf.in
1663415 -rw-r--r-- 1 www www 32938 Jun 21 1999 httpd.conf.readyforfp
1663366 -rw-r--r-- 1 root www 113111 May 18 16:41 httpd.conf_1.3.24
1663512 -rw-r--r-- 1 www www 111824 May 18 16:58 httpd.conf_2.0
doctor.nl2k.ab.ca//var/www/conf$ apachect       
/usr/contrib/bin/apachectl start
/usr/contrib/bin/apachectl start: httpd started
doctor.nl2k.ab.ca//var/www/conf$ exit
exit

Script done on Sat May 18 16:59:02 2002

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org