summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Christopher Powell 2003-07-22 04:17:59 +0000
committerGravatar Christopher Powell 2003-07-22 04:17:59 +0000
commit6cefab259d0b783b85df4518d0d48dab0e11389b (patch)
tree74343578540827eef162a20462a8cc0c3e9e0e38 /INSTALL
parent27c519a31da825ca27aa48e1a2d3dc7b45921852 (diff)
Changes on the way to 1.19. This is probably going to be 1.19b1. Detail:1.19b1
* Hostnames are now converted to lowercase in the mass-virtual naming section. The loop that converts dots to underscores has been optimized as well. * Migration to autoconf * New directive LogSQLTableType allows one to specify the kind of table that the module makes during table creation (e.g. InnoDB, MyISAM). Thanks to Jim Turner for the suggestion and patch. If your MySQL server does not support the specified type, it will create a MyISAM table instead. * Directives can now be placed in the 'main' server config and will be inherited by the virtual hosts. This means a LOT less repetition: you only specify the item once to have it inherited, but it can still be overridden on a virtualhost level.
Diffstat (limited to 'INSTALL')
0 files changed, 0 insertions, 0 deletions
acrosGravatar Edward Rudd 2004-04-29 | * win32 updates and build scriptGravatar Edward Rudd 2004-04-29 | | | | | added LogSQLDisablePreserve set default of preserve file to root_relative logs/mod_log_sql-preserve * updated eol:style added winconfig.hGravatar Edward Rudd 2004-04-29 | * moved m4 files to separate repositoryGravatar Edward Rudd 2004-04-29 | * lowered minimum apache version to 2.0.40Gravatar Edward Rudd 2004-04-29 | * fixed documentation about LOgSQLloginInfoGravatar Edward Rudd 2004-04-29 | * Changed mimetype to text/xmlGravatar Edward Rudd 2004-04-17 | * beginnings of postgresql driver integrated into autoconf