The HOWTO page stated that the performance of Drupal is bad. However, my sites are running quiet good with Drupal 6 and Drupal 7. The UrlToolkit setting on the current HOWTO page is wrong. I hereby attached the correct settings which are developed by Hugo
For Drupal 7 :
UrlToolkit {
ToolkitID = drupal7
RequestURI exists Return
Match /favicon.ico Return
Match .* Rewrite /index.php
}
For Drupal 6 :
UrlToolkit {
ToolkitID = drupal6
RequestURI exists Return
Match ^/favicon.ico$ Return
Match /(.*)\?(.*) Rewrite /index.php?q=$1&$2
Match /(.*) Rewrite /index.php?q=$1
}
Reference link is at
here [samiux.blogspot.com].
By the way, I also prepared a HOWTO for installing Hiawatha on Ubuntu Server, here is the [url=http://secure-ubuntu-server.blogspot.com/2010/11/howto-highest-secured-hiawatha-web.html[link[/url].
Please update the HOWTO page accordingly. Thanks.
Samiux