Alias /tpcw tpcw
#
# HTTP
#
NameVirtualHost *:80
Listen 80
ServerAdmin webmaster@localhost
DocumentRoot /var/www
Options FollowSymLinks
AllowOverride None
ErrorLog apache2/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog apache2/access.log combined
#
# HTTPS
#
# SSL name based virtual hosts are not yet supported, therefore no
# NameVirtualHost statement here
Listen 443
SSLEngine on
SSLCertificateFile tpcw.pem
ServerAdmin webmaster@localhost
DocumentRoot /var/www
Options FollowSymLinks
AllowOverride None
ErrorLog apache2/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog apache2/access.log combined