Re: ProxyPass not getting type of dynamic images?

2003-07-11 Thread HLiu
It is tricky. Try this: my $format = $graph-export_format; $r-content_type(image/$format); binmode STDOUT; print STDOUT $graph-plot([EMAIL PROTECTED])-$format(); return Apache::OK; It works for me. Willy

What's wrong on the line 149 of registery.pm from Apache 1.3.26

2002-10-30 Thread HLiu
Hi there, There is an error in the error.log that appears the line 149 of registery.pm from Apache 1.3.26 when I am running a CGI. Is it a bug for this type of error to appear so often? Thanks, Willy

Re: What's wrong on the line 149 of registery.pm from Apache 1.3.26

2002-10-30 Thread HLiu
Richard, Thanks for your comment. The error appears frequently, i.g. sometime works sometime not. Here is error message: Apache::ROOTapmoneywire_2emm_2eap_2eorg::qq::quickquote_2ecgi::handler ('Apache=SCALAR(0x3715f4)') called at /opt/apache/lib/site_perl/5.6.0/sun4-solaris/Apache/Registry.pm

Re: [OTish] Version Control?

2002-10-30 Thread HLiu
Richard, What's your operation system? Solaris or Linux? I use Solaris with CVS as the version control. It is very useful tool. You can also consider to use Solaris Package that is for installation and also the version control as well. Willy