It also understand hex, e.g.
EMBEPERL_OPTIONS 0x100
Gerald
Von: Angus Lees [mailto:g...@inodes.org]
Gesendet: Freitag, 16. September 2016 03:31
An: Donavon ; embperl@perl.apache.org
Betreff: Re: Complete example of EMBPERL_OPTIONS?
It's a bitmask, so just give the numeric value
It's a bitmask, so just give the numeric value (iirc).
EMBPERL_OPTIONS 256
On Fri, 16 Sep 2016 at 09:13 Donavon wrote:
> *When I try this:*
>
> .htaccess
>
>
> EMBPERL_OPTIONS optDisableFormData = 256
>
>
>
> *I get this error**:*
>
>
*When I try this:*
.htaccess EMBPERL_OPTIONS optDisableFormData = 256
*I get this error**:* In /var/log/httpd/error_log: .htaccess:
EMBPERL_OPTIONS takes one argument
On 9/13/2016 3:46 PM, Donavon wrote:
Can somebody please provide a complete (working) example of how
EMBPERL_OPTIONS are
Can somebody please provide a complete (working) example of how
EMBPERL_OPTIONS are set for a single .epl file or directory.
Thank You,
~Donavon
-
To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org
For additional
Actually that is escmode
The options are in the httpd.conf file
Ruben
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
>
> My own problem is that my code is litered with escmode=0 because an
> array of strings with #anchor links is declared in one file and printed
> in another, and I am creating a site in 3 languages where all the utf-8
> strings get destroyed by the escmode. As there is no public user input
> I
but you get the idea)
>
># optReturnError(262144) + optRawInput(16)
>#PerlSetEnv EMBPERL_OPTIONS 262160
># optRawInput(16)
>PerlSetEnv EMBPERL_OPTIONS 16
>
>This goes wherever you've defined your other embperl setup variables.
>
>If you are using a perl startup file for your perl i
? but don't bother to answer the
> obvious question.
> > Where does one use EMBPERL_OPTIONS ? Is there an example
> which makes
> > sense somewhere?
>
> Thanks. well put.
Sorry guys - that did come out a bit harshly. It's been a long night.
Two out of the th
tion.
>> Where does one use EMBPERL_OPTIONS ? Is there an example which makes
>> sense somewhere?
>
>Thanks. well put.
>
>I had actually read the docs trying to find it, just not the 1.3. (I
>thought it was implied in the quote I had provided that this option
&g
> I am a bit awed that you would go through all the effort of pointing to
> two identical instances of the same opaque reference so as to put down ?
> the original poster ? but don't bother to answer the obvious question.
> Where does one use EMBPERL_OPTIONS ? Is there an ex
On Fri, Jun 24, 2005 at 09:07:42AM +1000, Andrew O'Brien wrote:
>
>> -Original Message-
>> From: Daniel [mailto:[EMAIL PROTECTED]
>> Sent: Friday, 24 June 2005 5:03 AM
>> Subject: EMBPERL_OPTIONS
>>
>> Re: http://www2.ecos.de/~mailarc/embperl/
> -Original Message-
> From: Daniel [mailto:[EMAIL PROTECTED]
> Sent: Friday, 24 June 2005 5:03 AM
> Subject: EMBPERL_OPTIONS
>
> Re: http://www2.ecos.de/~mailarc/embperl/2005-03/msg00041.html
>
> "Looks like you are using Embperl 1.3. In this case you
Re: http://www2.ecos.de/~mailarc/embperl/2005-03/msg00041.html
"Looks like you are using Embperl 1.3. In this case you have set set
optRawInput in EMBPERL_OPTIONS (this is the default in Embperl 2)"
I tried to find mention of EMBPERL_OPTIONS in the docs, but I could not.
How do
l 5.8.4.
> >>>
> >>> If I put this in my httpd.conf:
> >>>
> >>> Embperl_Options optReturnError
> >>
> >> While I have coded this feature (to use names instead of numbers),
> >> it is not documentated, because it is not tested and so
Beau E. Cox wrote:
> On Thursday 22 April 2004 10:50 pm, Gerald Richter wrote:
>> Hi,
>>
>>> I am using cvs Embperl on cvs Apache2.1/cvs mod_perl 2 and
>>> perl 5.8.4.
>>>
>>> If I put this in my httpd.conf:
>>>
>>> Embperl_Opt
On Thursday 22 April 2004 10:50 pm, Gerald Richter wrote:
> Hi,
>
> > I am using cvs Embperl on cvs Apache2.1/cvs mod_perl 2 and
> > perl 5.8.4.
> >
> > If I put this in my httpd.conf:
> >
> > Embperl_Options optReturnError
>
> While I
Hi,
>
> I am using cvs Embperl on cvs Apache2.1/cvs mod_perl 2 and
> perl 5.8.4.
>
> If I put this in my httpd.conf:
>
> Embperl_Options optReturnError
>
While I have coded this feature (to use names instead of numbers), it is not
documentated, because it is n
Hi -
I am using cvs Embperl on cvs Apache2.1/cvs mod_perl 2 and
perl 5.8.4.
If I put this in my httpd.conf:
Embperl_Options optReturnError
httpd 'loops' (top shows 99+ percent cpu for httpd).
But this works:
Embperl_Options 262144
Alo
>
> 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 unsu
>
> 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
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
PROTECTED]>
Datum: Donnerstag, 1. März 2001 11:57
Betreff: PerlSetEnv EMBPERL_OPTIONS question
>Hi,
>
> I'm trying to set EMBPERL_OPTIONS to some reasonable system-wide and
>then change it for virtual hosts as necessary. My httpd.conf looks like
>this
>
>PerlSetEnv EMBPE
Dimitar Peikov wrote:
>
> PerlSetEnv is a global directive and the last that were executed is the valid
> one!
Well, the docs say:
> The runtime configuration is done by setting environment variables, either on the
>command line (when working offline) or in your web server's configuration fil
Hi,
I'm trying to set EMBPERL_OPTIONS to some reasonable system-wide and
then change it for virtual hosts as necessary. My httpd.conf looks like
this
PerlSetEnv EMBPERL_OPTIONS 8208
...
PerlSetEnv EMBPERL_OPTIONS 10256
but this doesn't work. What am I doing wro
24 matches
Mail list logo