Hugo Leisink,
Strange enough, I can see phpmyadmin with the following setting by (1)
http://www.my_web_domain.com and (2)
http://www.my_web_domain.com/applepie.
ServerId = www-data
FastCGIserver {
FastCGIid = PHP5
ConnectTo = 127.0.0.1:2005
Extension = php, php5
SessionTimeout = 30
}
VirtualHost {
Hostname = www.my_web_domain.com
Alias = /applepie:/usr/share/phpmyadmin
WebsiteRoot = /usr/share/phpmyadmin
StartFile = index.php
ExecuteCGI = yes
AccessLogfile = /var/log/hiawatha/my_web_domain/access.log
ErrorLogfile = /var/log/hiawatha/my_web_domain/error.log
TimeForCGI = 5
UseFastCGI = PHP5
UseToolkit = banshee
ExecuteCGI = yes
PreventCSRF = yes
PreventSQLi = yes
PreventXSS = yes
}
I did not change the content of "banshee" at UseToolKit section. I also uncommented all the Ban* entries. If I set the
WebsiteRoot to
/var/www/my_site_root, a
404 Not Found page appears.
Another matter I also encountered is the ownership of log files at
/var/log/hiawatha are
nobody:nogroup. There are no entry inside even I displayed the welcome page of Hiawatha. The log files at
/var/log/hiawatha/my_web_domain are created by me with the same ownership. However, there is no entry inside also.
Any suggestion?
Samiux