I'm running a RubyOnRails application with the following setup:
- apache 2.2.9
- passenger 2.2.8
- rails 2.3.8
- MySQL 5.1
when I look at the apache2 error log, I see a lot of the following errors:
[error] mod_log_sql: insufficient configuration to establish database link
[error] mod_log_sql:child spawned but unable to open database link
Since I don't see any mod_log_sql reference in the apache.conf or httpd.conf, I suspect it was enabled by Passenger.
My questions are:
- Do these connection establishing hurt performance?
- How do I disable the mod_log_sql
Thanks