Re: @CustomLog and @LogFormat directives

2005-11-10 Thread Brian Phillips
Unfortunately I'm not using Apache2... :-( Any ideas for Apache 1.3?On 10 Nov 2005 11:37:50 -0800, Randal L. Schwartz <merlyn@stonehenge.com> wrote: >>>>> "Brian" == Brian Phillips < [EMAIL PROTECTED]> writes:Brian> Even using Apache->http

@CustomLog and @LogFormat directives

2005-11-10 Thread Brian Phillips
I've been attempting to turn my httpd.conf file into a perl module.  Overall, it seems pretty straightforward but I've had trouble with the CustomLog and LogFormat directives.  I can get them to work as scalars but not as arrays.  For instance, the following works (it took me awhile to get anything

Re: mod_perl, mysql, and set names

2005-11-04 Thread Brian Phillips
You could also just make sure something like the following is in a my.cnf file (on my system it's /var/lib/mysql/my.cnf): [perl] default-character-set=utf8 And then when you connect, you'll need to specify two options to DBI to make DBD::mysql read from the option file: DBI->connect( 'dbi:mysql:lo