Fix ActivePerl Apache::ProxyPass Bug!

2001-06-28 Thread wac
Dear all ActivePerl Apache::ProxyPass Module have a bug, 13 lines my %cfg = undef; change it to my %cfg; undef %cfg; Your Firend, wac

Help me ! about Apache sent bytes

2001-06-27 Thread wac
$r->print("ok"); # this is send 2 bytes, log 14bytes = my $r = shift; $r->send_http_header; $r->print(""); # this is send 0 byte,log 5bytes = please tell me why? Your firend, Wac

Help me , about $r->bytes_sent

2001-06-27 Thread wac
uot;>>log.txt"); print FILE $r->filename ."\t". $r->bytes_sent . "\n"; close FILE; } this handler can log file name for request , but $r->bytes_sent is 0 at all time. Your friend, wac

Help me!

2001-06-27 Thread wac
uot;>>log.txt"); print FILE $r->filename ."\t". $r->bytes_sent . "\n"; close FILE; } this handler can log file name for request , but $r->bytes_sent is 0 at all time. Your friend, wac

Help me! about $r->bytes_sent

2001-06-25 Thread wac
>bytes_sent; } 1; = this code print content of request file, but $r->bytes_sent print 0 at all times. Please tell me why and how to get this size. Thanks for your help! Your firend, wac

Help me!

2001-06-25 Thread wac
>bytes_sent; } 1; = this code print content of request file, but $r->bytes_sent print 0 at all times. Please tell me why and how to get this size. Thanks for your help! Your firend, wac