maybe you find a mistake in the configuration file:
# Hiawatha main configuration file
#
# GENERAL SETTINGS
#
ServerId = www-data
ConnectionsTotal = 150
ConnectionsPerIP = 10
SystemLogfile = /var/log/hiawatha/system.log
GarbageLogfile = /var/log/hiawatha/garbage.log
# BINDING SETTINGS
# A binding is where a client can connect to.
#
Binding {
Port = 80
MaxRequestSize = 3072
MaxUploadSize = 100
MaxKeepAlive = 100
TimeForRequest = 3,20
}
#
#Binding {
# Port = 443
# Interface = ::1
# MaxKeepAlive = 30
# TimeForRequest = 3,20
# SSLcertFile = hiawatha.pem
#}
# BANNING SETTINGS
# Deny service to clients who misbehave.
#
BanOnGarbage = 30
BanOnMaxPerIP = 60
BanOnMaxReqSize = 60
BanOnFlooding = 5/1:15
BanOnWrongPassword = 3:120
BanOnDeniedBody = 120
KickOnBan = yes
RebanDuringBan = yes
PreventCSRF = yes
PreventXSS = yes
# COMMON GATEWAY INTERFACE (CGI) SETTINGS
# These settings can be used to run CGI applications. Use the 'php-fcgi'
# tool to start PHP as a FastCGI daemon.
#
CGIhandler = /usr/bin/perl:pl
#CGIhandler = /usr/bin/php-cgi:php
#CGIhandler = /usr/bin/python:py
#CGIhandler = /usr/bin/ruby:rb
#CGIhandler = /usr/bin/ssi-cgi:shtml
CGIextension = cgi
#
FastCGIserver {
FastCGIid = PHP5
ConnectTo = 127.0.0.1:2005
Extension = php
SessionTimeout = 150
}
UrlToolkit {
ToolkitID = joomla
Match mosConfig_[a-zA-Z_]{1,21}(=|\%3D) DenyAccess
Match base64_encode.*\(.*\) DenyAccess
#Match (<|%3C).*script.*(>|%3E) DenyAccess
Match GLOBALS(=|\[|\%[0-9A-Z]{0,2}) DenyAccess
Match _REQUEST(=|\[|\%[0-9A-Z]{0,2}) DenyAccess
RequestURI exists Return
Match .* Rewrite /index.php
}
# DEFAULT WEBSITE
# It is wise to use your IP address as the hostname of the default website
# and give it a blank webpage. By doing so, automated webscanners won't find
# your possible vulnerable website.
#
Hostname = 65.64.78.32
WebsiteRoot = /var/www/hiawatha
StartFile = index.html
AccessLogfile = /var/log/hiawatha/access.log
ErrorLogfile = /var/log/hiawatha/error.log
#LoginMessage = Der Zugang Wird bewacht !!!
#PasswordFile = digest:/var/www/.passwords
Alias = /mysql:/usr/share/phpmyadmin
Alias = /backup:/var/www/backup
AccessList = pwd 82.53.0.0/16, deny all
UseFastCGI = PHP5
ExecuteCGI = yes
TimeForCGI = 240
UseGZfile = yes
EnablePathInfo = yes
#ErorHandler = 404:/error.cgi
# VIRTUAL HOSTS
# Use a VirtualHost section to declare the websites you want to host.
#
VirtualHost {
Hostname = mysite1.de, www.mysite1.de
WebsiteRoot = /var/www/mysite1.de
StartFile = index.php
AlterGroup = www-data
AccessLogfile = /var/www/mysite1.de/logs/access.log
ErrorLogfile = /var/www/mysite1.de/logs/error.log
ExecuteCGI = yes
FollowSymlinks = yes
EnablePathInfo = yes
TriggerOnCGIstatus = no
TimeForCGI = 60
UseFastCGI = PHP5
UseToolkit = joomla
EnablePathInfo = yes
UseGZfile = yes
}
VirtualHost {
Hostname = mysite2.de, www.mysite2.de
WebsiteRoot = /var/www/mysite2.de
StartFile = index.php
AlterGroup = www-data
AccessLogfile = /var/www/mysite2.de/logs/access.log
ErrorLogfile = /var/www/mysite2.de/logs/error.log
ExecuteCGI = yes
FollowSymlinks = yes
EnablePathInfo = yes
TriggerOnCGIstatus = no
TimeForCGI = 60
UseFastCGI = PHP5
UseToolkit = joomla
EnablePathInfo = yes
UseGZfile = yes
}
VirtualHost {
Hostname = mysite3.de, www.mysite3.de
WebsiteRoot = /var/www/mysite3.de
StartFile = index.php
AlterGroup = www-data
AccessLogfile = /var/www/mysite3.de/logs/access.log
ErrorLogfile = /var/www/mysite3.de/logs/error.log
ExecuteCGI = yes
FollowSymlinks = yes
EnablePathInfo = yes
TriggerOnCGIstatus = no
TimeForCGI = 60
UseFastCGI = PHP5
UseToolkit = joomla
EnablePathInfo = yes
UseGZfile = yes
}
# DIRECTORY SETTINGS
# You can specify some settings per directory.
#
Directory {
Path = /var/www/mysite1.de/administrator
StartFile = index.php
AccessList = pwd 82.53.0.0/16, deny all
PasswordFile = basic:/var/www/.passwords
ExecuteCGI = yes
}
Directory {
Path = /var/www/mysite2.de/administrator
StartFile = index.php
AccessList = pwd 82.53.0.0/16, deny all
PasswordFile = basic:/var/www/.passwords
ExecuteCGI = yes
}
Directory {
Path = /var/www/mysite3.de/administrator
StartFile = index.php
AccessList = pwd 82.53.0.0/16, deny all
PasswordFile = basic:/var/www/.passwords
ExecuteCGI = yes
}