And again: hi folks!
Now flo merged my patches to trunk (yeah). These patches are adding mod_log_sql and mod_fcgid to SysCP.
mod_log_sql tries to solve the problem which may occur if you have many "speciallogfile" - domains. Apache sometimes quits with: "Too many open files". With mod_log_sql we save the access_log temporarily in the database (and extract it later in the cronscript). For more informations, please look into
our wiki.
mod_fcgid switches to FastCGI/suexec/libnss_mysql for PHP usage. This allows very granular PHP-settings for each domain. Disabling PHP per user is available now, too (also for mod_php ;) ). The installation-documentation will follow soon (needs to be prettyprinted).
Both changes are disabled by default, since they need a changed and special apache-configuration.
Have fun with this!
So long,
Florian