RE: Re: RE: apache/1.3.6 to lighttpd/2.2.0 issues

2006-05-04 Thread Gerald Richter
> > > > lighttpd doesn't use PATH_TRANSLATED. > > I seem to have things working by doing $ENV{PATH_TRANSLATED} = > > $ENV{SCRIPT_FILENAME}; > > > > is there a reason your script doesn't use SCRIPT_FILENAME > in favor of > > PATH_TRANSLATED? > That is to support calling a script as /cgi-bin/e

Re: Re: RE: apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-28 Thread Daniel
On Fri, Apr 28, 2006 at 07:29:04AM -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 fin

Re: RE: apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-28 Thread Daniel
> > 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 a

Re: cookie troubles -> apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-24 Thread Daniel
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 fin

cookie troubles -> apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-24 Thread Daniel
> > 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 a

RE: apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-24 Thread Gerald Richter
> > I'm moving things around, and since I'm doing that anyway, I > decided to move to 2.2.0. Now I'm seeing something rather unexpected: > > Here's my epl file (I used the example from: > http://perl.apache.org/embperl/pod/doc/Embperl.-page-3-.htm#sect_2) > > - @arr = (1, 3, 5) -] > [$ foreach

Re: apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-24 Thread Daniel
On Mon, Apr 24, 2006 at 11:18:24AM -0700, Daniel wrote: > I'm moving things around, and since I'm doing that anyway, I decided to > move to 2.2.0. Now I'm seeing something rather unexpected: > > Here's my epl file (I used the example from: > http://perl.apache.org/embperl/pod/doc/Embperl.-page-3-.

apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-24 Thread Daniel
I'm moving things around, and since I'm doing that anyway, I decided to move to 2.2.0. Now I'm seeing something rather unexpected: Here's my epl file (I used the example from: http://perl.apache.org/embperl/pod/doc/Embperl.-page-3-.htm#sect_2) - @arr = (1, 3, 5) -] [$ foreach $v @arr $] [+ $v +]