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

2002-08-09 Thread Harry Zhu
Simple redirection does not do the same job, because the /step/1/error page is not a simple error page - I would like it to reload the same form in step 1 with the values filled and some message indicating what's to be correct. Looks like the network trip (redirect/refresh) can not be avoid. Then

Re: Some consideration about my Apache::SessionManager RFC

2002-08-09 Thread Enrico Sorcinelli
> > I'd mail the authors at their last known addresses saying that you > propose steal^H^H^H^H take over the namespace. If you get no reply in > a couple of weeks I'd guess you're safe enough to use it. > Today I've mailed to the author. Also I've asked an advice to [EMAIL PROTECTED] > I like y

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

2002-08-09 Thread Peter Bi
It is the browser that controls the URL in the "Address" bar. So one has to make another call to get the URL refreshed. If you are worry about the speed, you may 1) return an error code in case of error 2) in Apache's httpd.conf, config that specific error to display /step/1/error A simply redir

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

2002-08-09 Thread Harry Zhu
The question is not about how to make links relative to root. The purpose is to show correctly the user what the step he is at in the process. If no mistake, he would be taken to step 2, but since the data has error and he needs correct it, so I would like the browser indicating he is still in the

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

2002-08-09 Thread Andrew Ho
Hello, HZ>I was wondering if that network trip can be avoided. The answer is no. You might be able to use JavaScript to do it on certain browsers, but I'm reasonably sure you can't do it on recent IE and Netscape browsers. Why do you want to do this? You could use or similar if your goal is j

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 chang

mod_perl install on SGI

2002-08-09 Thread Tom Keller
Greetings, I am trying to install mod_perl with apache_1.2.26 on and SGI running 6.5.16. apache was installed from the freeware.sgi.com website using their very nice installer. Unfortunately, the clean up after installation seems to remove the Makefile that is used by mod_perl's Makefile. So

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

2002-08-09 Thread French, Shawn
One option: If there's an erro in form 2, Save the user's form data in some session variables Then use a mailto:[EMAIL PROTECTED]] > Sent: August 9, 2002 2:26 PM > To: [EMAIL PROTECTED] > Subject: Is it possible to change the browser's address/location URL > without Redirect? > > > Looks like m

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

2002-08-09 Thread Harry Zhu
Looks like my explanation is too long or too bad. The simple idea is in page step 1, after the ... submitted, I want the browser show something http://www.example.com/step/1/error, instead of http://www.example.com/step/2, if there is a need for user to correct the data submitted. It might be a

RE: Handler Concept / Question

2002-08-09 Thread Davis, Benjamin
You could do something like a PerlPostReadRequestHandler YourModule and use the Apache->request object for the uri method. You might suffer some performance issues if you aren't careful. This calls the module before every read/post request (including images, etc.). -Ben -Original Message

Re: Handler Concept / Question

2002-08-09 Thread perrin
> Does anyone have any points of view on whether the script should just > be a 404 handler or whether I should set a handler to listen to all > requests and have my script determine what to do, or another way to do > it? Those are both fine. The 404 handler approach will give slightly better per

Re: Apache::Session HELP!

2002-08-09 Thread JPifer
Your provided code looks accurate. Given that you get no errors trying to place the session ID in the first place, it implies that the $sessionID you are passing in your fetchSession routine is either not being passed, being passed incorrectly or the object does not, in fact, live in the d

Re: Apache::Session HELP!

2002-08-09 Thread Fran Fabrizio
Wait, ignore that - I was getting my Apache::Session and my Apache::AuthCookie signals crossed. Sorry. -Fran Fran Fabrizio wrote: > > What does your config file look like? All pointing at the right > tables and fields and such? > > -Fran > > Rafiq Ismail (ADMIN) wrote: > >> Hi, I'm in maj

Re: Apache::Session HELP!

2002-08-09 Thread Fran Fabrizio
What does your config file look like? All pointing at the right tables and fields and such? -Fran Rafiq Ismail (ADMIN) wrote: >Hi, I'm in major poop. > >Got a presentation soon and my just implemented, implementation of >Apache::Session is not working as per the man page. > >I've set commit

Apache::Session HELP!

2002-08-09 Thread Rafiq Ismail (ADMIN)
Hi, I'm in major poop. Got a presentation soon and my just implemented, implementation of Apache::Session is not working as per the man page. I've set commit to 1 and tied a session to a postgres database. I then set a field and check the table it's not there. When I later do a fetch on it, I

Re: solaris 2.6, mod_perl 1.27, apache 1.3.26, resulting server fails

2002-08-09 Thread Lupe Christoph
On Thursday, 2002-08-08 at 15:48:48 -0700, John E. Mendenhall wrote: > On Thu, 8 Aug 2002, Lupe Christoph wrote: > > Since mod_perl seems to play tricks with bootstrap, I don't really > > know how this comes into play. > I have done all you have asked. All output appears similar. Three files,