Re: Is it possible to change the browser's address/location URL without Redirect?

2002-08-09 Thread Harry Zhu
avoid. Then the session mechanism maybe better for the speed since it sends less data. Harry - Original Message - From: "Peter Bi" <[EMAIL PROTECTED]> To: "Harry Zhu" <[EMAIL PROTECTED]>; <> Sent: Friday, August 09, 2002 5:18 PM Subject: Re: Is it possib

Re: Is it possible to change the browser's address/location URL without Redirect?

2002-08-09 Thread Harry Zhu
he needing of such network trip, but not always. Thanks, Harry - Original Message - From: "Andrew Ho" <[EMAIL PROTECTED]> To: "Harry Zhu" <[EMAIL PROTECTED]> Cc: "mod_perl List" <> Sent: Friday, August 09, 2002 4:40 PM Subject: Re: Is it pos

Re: Is it possible to change the browser's address/location URL without Redirect?

2002-08-09 Thread Harry Zhu
That what's the approach outlined in 1). I was wondering if that network trip can be avoided. Thanks, Harry - Original Message - From: "French, Shawn" <[EMAIL PROTECTED]> To: "'Harry Zhu'" <[EMAIL PROTECTED]>; <> Sent: Friday, Au

Is it possible to change the browser's address/location URL without Redirect?

2002-08-09 Thread Harry Zhu
the action value of the form submitted, not based on the server response? Harry - Original Message ----- From: "Harry Zhu" <[EMAIL PROTECTED]> To: "mod_perl list" <[EMAIL PROTECTED]> Sent: Thursday, August 08, 2002 4:22 PM Subject: Can I change the browse

Can I change the browser's address/location?

2002-08-08 Thread Harry Zhu
Suppose I have a generic content handler to handle requst /step/1, /step/2, ..., /step/n SetHandler perl-script PerlHandler MyHandler #MyHandler.pm package MyHandler; sub handler { my $r=shift; my $step = substr($r->path_info(),1); #do something before fetch the content

mod_perl PerlAccessHandler/PerlAuthenHandler question

2002-07-26 Thread Harry Zhu
I'm a verteran CGIer but a new mod-perl user. I have got the mod-perl running fine for the content handling. But when I try to step in to other stages like Authentication, and have trouble in setting PerlAccessHandler PerlAuthenHandler etc. If I put ###== SetHandler perl-sc

problem compiling modperl2.0

2002-07-16 Thread Harry Zhu
d-2.0 Configuring Apache/2.0.40-dev mod_perl/1.99_05-dev Perl/v5.8.0 And a bunch of the following !!! Unable to open /root/httpd-2.0/include/apr.h: No such file or directory Please help! Harry Zhu GreatLodge.com