Hiawatha 10 does not respond to a request for about 10 seconds after a restart (service hiawatha restart)
with the following example (2 dir block which share the same main dir):
Directory {
DirectoryID = wp-no-php
Path = /wp-content
ExecuteCGI = no
}
Directory {
DirectoryID = wp-php
Path = /wp-content/plugins
ExecuteCGI = yes
}
After that 10 seconds everything is fine. No delay in further responses.
The following config also works fine (with just one dir block):
DirectoryID = wp-no-php
Path = /wp-content
ExecuteCGI = no
}
And this one also works fine (2 different main dir's):
Directory {
DirectoryID = wp-no-php
Path = /wp-content
ExecuteCGI = no
}
Directory {
DirectoryID = wp-php
Path = /wp-admin
ExecuteCGI = yes
}
I can't find anything about this issue in the log files of the webserver.
So when I use 2 dir blocks (even if they are not assigned to a virtual host) with the same main dir and load one of my websites (doesn't matter if it uses the dir blocks) the first respond to a page request takes about 10-15 seconds. After that all pages load fast.