I have gone over my config file a dozen times. The virtual host does not seem to be working, whenever I connect to the host, it drops be to the default web root....
ServerId = 33:33
ConnectionsTotal = 150
ConnectionsPerIP = 10
SystemLogfile = /var/log/hiawatha/system.log
GarbageLogfile = /var/log/hiawatha/garbage.log
Binding {
Port = 80
}
CGIhandler = /usr/bin/php-cgi:php
CGIhandler = /usr/bin/perl:pl
CGIhandler = /usr/bin/python:py
CGIextension = cgi
TimeForCGI = 5
Hostname = ip.cen.sor.ed
WebsiteRoot = /var/www/hiawatha
StartFile = index.html
AccessLogfile = /var/log/hiawatha/access.log
ErrorLogfile = /var/log/hiawatha/error.log
ExecuteCGI = yes
VirtualHost {
Hostname = www.censored.com
WebsiteRoot = /web/censored/www
StartFile = index.php
AccessLogfile = /web/censored/log/www/access.log
ErrorLogfile = /web/censored/log/www/error.log
ExecuteCGI = yes
}
any ideas?