Re: Intermittent Insecure dependency error solution but ...

1999-12-13 Thread Craig Bullock
pt to check for errors? Is mod_perl supposed to direct ALL errors to the error log? Should all perl modules be loaded in a startup file or with the PerlModule directive? Regards, Craig Bullock -Original Message----- From: Craig Bullock <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL

Intermittent Insecure dependency error

1999-12-10 Thread Craig Bullock
mod_perl group, I have an issue with mod_perl I'm trying to resolve for several days. I have a module called Apache::StartPage and is mapped with a Location directive. Occasionally I have the following error showing up in the error log from routines in Carp module mapped to $SIG{__WARN__} and $S

Re: simple xml parsing within html

1999-12-08 Thread Craig Bullock
pache->gensym; open($fh, $filename); read $fh, my $data, -s $filename; $data =~ s//$query/; ... $r->print(\$data); Regards, Craig Bullock -Original Message- From: Alex Menendez <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PRO

Question about caching

1999-11-07 Thread Craig Bullock
o_cache(1); $r->send_http_header; page to follow } It immediately expires the navigation images as well. A big performance drag. Does there need to be some type of handler sniffing a navigation image directory to set some other expiration date other than 'now'? Thanks for any help, Craig Bullock