Re: %udat persistence problem...S.O.S.

2000-05-31 Thread ___cliff rayman___
bperl@Perl. Apache. Org Sent: Friday, May 12, 2000 2:04 PM Subject: RE: %udat persistence problem...S.O.S. I'm sorry I didn't read the mailing list, because I don't know how to get the list. Look at http://perl.apache.org/embperl/Embperl.pod.15.html#Feedback_and_Bug_ReportsGerald

Re: %udat persistence problem...S.O.S.

2000-05-31 Thread Hello
PROTECTED] Sent: Thursday, June 01, 2000 8:24 AM Subject: Re: %udat persistence problem...S.O.S. you might want to try: my $therequest=$r-the_request; my($host,$uri) = $therequest=~m!http://([^/]+)(.*))!; unless($host=~m!xyz\.com!){ $r-content_type('text/html'); $r-header_out(Location = "

Re: %udat persistence problem...S.O.S.

2000-05-31 Thread ___cliff rayman___
, 2000 8:24 AMSubject: Re: %udat persistence problem...S.O.S. you might want to try: my $therequest=$r-the_request; my($host,$uri) = $therequest=~m!http://([^/]+)(.*))!; unless($host=~m!xyz\.com!){ $r-content_type('text/html'); $r-header_out(Location = "http://www.xyz.co

Re: %udat persistence problem...S.O.S.

2000-05-31 Thread Hello
PROTECTED] To: Hello [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, June 01, 2000 10:47 AM Subject: Re: %udat persistence problem...S.O.S. your right - sorry. i hadn't tried it - i was reading Apache Modules and did not read it correctly. i also tried variations of Apache::URI parse to get a