[32075]ENV: CONTENT_LENGTH=87
....
[32075]ENV: QUERY_STRING=missing=name_first%2Cname_last

When Content Length and query_string are set, Embperl tries to read the
posted form data from stdin and ignores the query_string. I don't know why
CONTENT_LENGTH is set, but the easiest way to fix this, is to add a

$r -> header_in ('Content-Length', 0) ;

before you do the subrequest. Maybe you also need a

$ENV{CONTENT_LENGTH} = 0 ;

but I don't think so.


> Didn't know if you wanted me to send this to the list, I'd be happy to
send
> it there as well if you like.  Thanks!

Large logfiles like this should send privatly like you done, everything else
should go to the list so others can participate

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to