Re: Getting the wrong URL

2001-06-14 Thread Doug MacEachern
On 1 Jun 2001, [EMAIL PROTECTED] wrote: OK, I think I have solved this problem, but I would like to run my solution by you folks, and see if it makes any sense. What we found, on a more thorough code review, was that a number of the handlers were doing a redirect by calling send_cgi_header,

Re: Getting the wrong URL

2001-06-05 Thread Stas Bekman
On 1 Jun 2001, [EMAIL PROTECTED] wrote: OK, I think I have solved this problem, but I would like to run my solution by you folks, and see if it makes any sense. What we found, on a more thorough code review, was that a number of the handlers were doing a redirect by calling send_cgi_header,

Re: Getting the wrong URL

2001-06-04 Thread Chris Strom
[EMAIL PROTECTED] [EMAIL PROTECTED] writes: OK, I think I have solved this problem, but I would like to run my solution by you folks, and see if it makes any sense. What we found, on a more thorough code review, was that a number of the handlers were doing a redirect by calling

Re: Getting the wrong URL

2001-06-01 Thread [EMAIL PROTECTED]
OK, I think I have solved this problem, but I would like to run my solution by you folks, and see if it makes any sense. What we found, on a more thorough code review, was that a number of the handlers were doing a redirect by calling send_cgi_header, and then exit()'ing. It seemed to us that the

Re: Getting the wrong URL

2001-05-29 Thread [EMAIL PROTECTED]
On Sat, 26 May 2001 22:41:11 +0800 (SGT), Stas Bekman said: On 25 May 2001, [EMAIL PROTECTED] wrote: Once one handler get a server error, you'll get the last succssful content served by that child, repeatedly, forever. Note also that this not one handler with lots of different

Re: Getting the wrong URL

2001-05-26 Thread Stas Bekman
On 25 May 2001, [EMAIL PROTECTED] wrote: On Fri, 25 May 2001 23:28:44 +0800 (SGT), Stas Bekman said: We're not doing anything with Apache::Registry. Everything is with Perl handlers. It always seemed to me that the problems described at those locations were specific to

Re: Getting the wrong URL

2001-05-25 Thread [EMAIL PROTECTED]
On 24 May 2001, [EMAIL PROTECTED] wrote: .. I have a web site where *everything* is mod_perl handlers. The problem that I'm seeing is that I will go to the url http://hostname/foo and I get the content from http://hostname/bar This seems to be happening when there is a server

Similiar to getting the wrong url!

2001-05-25 Thread Jean Louis Girard
On our site we have a page that does a search into a postgress database and then displays the results. When the site was running on redhat 6.2 it would occasionaly (1 out of 10) display false results. Since we have moved the site to a redhat 7.0 with the same perl and mod-perl as redhat 6.2 the

Re: Getting the wrong URL

2001-05-25 Thread Stas Bekman
On 25 May 2001, [EMAIL PROTECTED] wrote: On 24 May 2001, [EMAIL PROTECTED] wrote: .. I have a web site where *everything* is mod_perl handlers. The problem that I'm seeing is that I will go to the url http://hostname/foo and I get the content from http://hostname/bar This

Re: Similiar to getting the wrong url!

2001-05-25 Thread Stas Bekman
On Fri, 25 May 2001, Jean Louis Girard wrote: On our site we have a page that does a search into a postgress database and then displays the results. When the site was running on redhat 6.2 it would occasionaly (1 out of 10) display false results. Since we have moved the site to a redhat 7.0

Re: Getting the wrong URL

2001-05-25 Thread [EMAIL PROTECTED]
On Fri, 25 May 2001 23:28:44 +0800 (SGT), Stas Bekman said: We're not doing anything with Apache::Registry. Everything is with Perl handlers. It always seemed to me that the problems described at those locations were specific to Apache::Registry. So you're saying that if a Perl handler

Getting the wrong URL

2001-05-24 Thread [EMAIL PROTECTED]
I'm having a recurring problem that I can't find comment about in the docs, and I was wondering if anyone might have some insight on this. I have a web site where *everything* is mod_perl handlers. The problem that I'm seeing is that I will go to the url http://hostname/foo and I get the content

Re: Getting the wrong URL

2001-05-24 Thread Stas Bekman
On 24 May 2001, [EMAIL PROTECTED] wrote: I'm having a recurring problem that I can't find comment about in the docs, and I was wondering if anyone might have some insight on this. I have a web site where *everything* is mod_perl handlers. The problem that I'm seeing is that I will go to the