>
> EMBPERL_OPTIONS 8192
> EMBPERL_OPTIONS 16
> EMBPERL_OPTIONS 262144
>
write
EMBPERL_OPTIONS 270352
(8192 + 16 + 262144)
Gerald
P.S. Please keep the discussion on the list
-
To unsubscribe, e-mail:
>
> EMBPERL_OPTIONS 1892
>
must be 8192
>
> My questions are:
>
> 1) How can I set EMBPERL_OPTIONS (in http.conf or .htaccess )?
see above
> 2) How can I set more than one option using EMBPERL_OPTIONS?
add the values together
Gerald
--
Hi all,
My problem is, I need to set 0 in some input tag instead of
empty string as Embperl does it.
I found option $optAllFormData and tried to set it in the
http config file:
PerlModule Embperl
AddType text/html .epl
EMBPERL_OPTIONS 1892
SetHa