AW: Complete example of EMBPERL_OPTIONS?

2016-09-16 Thread Gerald Richter - ECOS Technology
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

Re: Complete example of EMBPERL_OPTIONS?

2016-09-15 Thread Angus Lees
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**:* > >

Re: Complete example of EMBPERL_OPTIONS?

2016-09-15 Thread Donavon
*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

Complete example of EMBPERL_OPTIONS?

2016-09-13 Thread Donavon
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

Re: EMBPERL_OPTIONS

2005-06-26 Thread Ruben Safir
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]

Re: EMBPERL_OPTIONS

2005-06-26 Thread Ruben Safir
> > 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

Re: EMBPERL_OPTIONS

2005-06-23 Thread Marco Scoffier
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

RE: EMBPERL_OPTIONS

2005-06-23 Thread Andrew O'Brien
? 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

Re: EMBPERL_OPTIONS

2005-06-23 Thread Marco Scoffier
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

Re: EMBPERL_OPTIONS

2005-06-23 Thread Daniel
> 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

Re: EMBPERL_OPTIONS

2005-06-23 Thread Marco Scoffier
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/

RE: EMBPERL_OPTIONS

2005-06-23 Thread Andrew O'Brien
> -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

EMBPERL_OPTIONS

2005-06-23 Thread Daniel
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

Re: Loop in starting httpd when using Embperl_Options symbolic params

2004-04-23 Thread Beau E. Cox
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

Re: Loop in starting httpd when using Embperl_Options symbolic params

2004-04-23 Thread Gerald Richter
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

Re: Loop in starting httpd when using Embperl_Options symbolic params

2004-04-23 Thread Beau E. Cox
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

Re: Loop in starting httpd when using Embperl_Options symbolic params

2004-04-23 Thread Gerald Richter
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

Loop in starting httpd when using Embperl_Options symbolic params

2004-04-23 Thread Beau E. Cox
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

Re: Problems with setting EMBPERL_OPTIONS

2003-07-18 Thread Gerald Richter
> > 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

Re: Problems with setting EMBPERL_OPTIONS

2003-07-17 Thread Gerald Richter
> > 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

Problems with setting EMBPERL_OPTIONS

2003-07-17 Thread Michael Stepanov
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

Re: PerlSetEnv EMBPERL_OPTIONS question

2001-03-01 Thread Gerald Richter
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

Re: PerlSetEnv EMBPERL_OPTIONS question

2001-03-01 Thread Robert
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

PerlSetEnv EMBPERL_OPTIONS question

2001-03-01 Thread Robert
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