I think my problem is with the read of post data in
the first module. EmbPerl try to read input for put values
in %fdat ... values that I need ...
How can pass the post data to next handler without
problems to next handler ?
I use OutputChain but don't work or Is bad used ....
Your checkdevice handler should not send any HTTP headers (of course it can
modifiy and setup header values). Embperl then sends the headers. (Otherwise
Embperl cannot add things like Content-Lenght etc.)
Yes I sent http headers in bad place .... for case of done ....
thanks in advance ...
----------------
At 05:57 AM 8/3/2000 +0200, Gerald Richter wrote:
Hi,
>
> I had develop a mod_perl module , checkdevice , for make checking before
call to embperl ,
>
> I put :
>
> <Files *.wpl>
> SetHandler perl-script
> PerlHandler Apache::OutputChain HTML::Embperl checkdevice
> Options ExecCGI
> </files>
>
> If checkdevice don't go to next handler(EmbPerl) all work ( generate
output and DONE)
>
> But if EmbPerl execute then the ouput is generate but with a extra header
...
>
Your checkdevice handler should not send any HTTP headers (of course it can
modifiy and setup header values). Embperl then sends the headers. (Otherwise
Embperl cannot add things like Content-Lenght etc.)
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 925151
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
![]() ![]() |
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


