On Wed, 2006-08-02 at 09:15 +0300, Vladimir S. Tikhonjuk wrote: > Apache starts without errors, but there are not any connection to > Database. What's wrong ?
Set $Apache::DBI::DEBUG to 2 and look for "PerlChildInitHandler" in the error_log. If you don't see it, the connect_on_init is not getting called for some reason. - Perrin