Mailing List Archive

cookie troubles -> apache/1.3.6 to lighttpd/2.2.0 issues
> > I'm running this with cgi with lighttpd. Since I couldn't get
> > anythign at all working with embpcgi.pl, I removed the line
> > causing embpexec.pl to die if used as CGI script, and all
> > other aspects of it appear to be fine. I did that approach
> > because I don't know if there's an apache/lighttpd difference
> > in how the scripts are called. Btw, if I can get this
> > working, I'd be happy to write up how to use this with lighttpd.
> >
>
> I never have used lighttpd, so I don't know the difference. The difference
> between the two scripts is maninly how they get passed the filename.

$http_headers_out{'Location'} = "www.hotmail.com";
isn't working from my current setup. Based on what you've said on how
the filename is passed, it doesn't sound like there's an issue there.

Any idea what the problem here can be?

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org
Re: cookie troubles -> apache/1.3.6 to lighttpd/2.2.0 issues [ In reply to ]
On Mon, Apr 24, 2006 at 03:17:52PM -0700, Daniel wrote:
> > > I'm running this with cgi with lighttpd. Since I couldn't get
> > > anythign at all working with embpcgi.pl, I removed the line
> > > causing embpexec.pl to die if used as CGI script, and all
> > > other aspects of it appear to be fine. I did that approach
> > > because I don't know if there's an apache/lighttpd difference
> > > in how the scripts are called. Btw, if I can get this
> > > working, I'd be happy to write up how to use this with lighttpd.
> > >
> >
> > I never have used lighttpd, so I don't know the difference. The difference
> > between the two scripts is maninly how they get passed the filename.
>
> $http_headers_out{'Location'} = "www.hotmail.com";
> isn't working from my current setup. Based on what you've said on how
> the filename is passed, it doesn't sound like there's an issue there.
>
> Any idea what the problem here can be?

just to note, http:// etc doesn't work either.

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org