for anyone interested...

I wrote a PerlTransHandler and removed mod_rewrite and am seeing the same
problem as outlined below...

can anyone verify this?

--Geoff

> -----Original Message-----
> From: Geoffrey Young 
> Sent: Wednesday, January 19, 2000 9:27 AM
> To: '[EMAIL PROTECTED]'
> Subject: mod_rewrite and Apache::Cookie
> 
> 
> hi all..
> 
> I've noticed that using mod_rewrite with Apache::Cookie 
> exhibits odd behavior...
> 
> scenario:
>       foo.cgi uses Apache::Cookie to set a cookie
>       mod_rewite writes all requests for index.html to 
> /perl-bin/foo.cgi
> 
> problem:
>       access to /perl-bin/foo.cgi sets the cookie properly
>       access to /  or index.html runs foo.cgi, and attempts 
> to set the cookie, but $cookie->bake issues the generic:
> Warning: something's wrong at 
> /usr/local/apache/perl-bin/foo.cgi line 34.
> 
> While I know I can use a PerlTransHandler here (and probably 
> will now), does anyone have any ideas about this behavior?
> 
> In the meanwhile, if I find out anything more while 
> investigating, I'll post it...
> 
> --Geoff
> 

Reply via email to