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

2002-08-09 Thread Harry Zhu
/location bar depends only on 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 browser's address/location

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, August 09, 2002 11:49 AM Subject: RE: Is it possible to change

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

2002-08-09 Thread Harry Zhu
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 possible to change the browser's address/location URL without Redirect

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

2002-08-09 Thread Harry Zhu
. 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 possible to change the browser's address/location URL without

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 Location /step SetHandler perl-script PerlHandler MyHandler /Location #MyHandler.pm package MyHandler; sub handler { my $r=shift; my $step = substr($r-path_info(),1); #do something

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 ###== Location /mpl/hello

problem compiling modperl2.0

2002-07-16 Thread Harry Zhu
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