Re: having trouble setting up new Embperl config

2025-06-11 Thread Michael Stevens
Update: I was using the event mpm. As soon as I switched to the prefork mpm, it started working. Michael Stevens Senior Developer ▪︎ Dianomi +44 207 802 5530 <+44%20207%20802%205530> [email protected] 84 Eccleston Square London, SW1V 1PX www.dianomi.com On Tue, 10 Jun 2

having trouble setting up new Embperl config

2025-06-10 Thread Michael Stevens
ppname moo in httpd.conf, but it didn't seem to make a difference. I feel like I must be missing something obvious here, please help. Michael Stevens Senior Developer ▪︎ Dianomi +44 207 802 5530 <+44%20207%20802%205530> [email protected] 84 Eccleston Square London, SW1V 1P

Embperl 3.0.0 memory leak fix

2025-01-03 Thread Michael Stevens
(HV *)(SvRV (pSVValue)), pToken -> nNodeName, pToken -> nNodeType, n, ppCompilerInfo) ; } + free(pSortTokenHash); } In the current release version pSortTokenHash is allocated but never freed. Michael Stevens Senior Developer ▪︎ Dianomi +44 207 802 5530 &l

Re: Embperl 3.0.0-rc.1 is released

2023-11-19 Thread Michael Smith
Hi Neil I think everyone else on the list is getting all these emails. So I'm pretty sure everything is working fine but perhaps there is an issue on your end? Have you checked your spam and filters? Can't be much more help than that I'm afraid. Michael On Sun, 19 Nov 2

Re: New to Embperl. How do I work with a large convoluted file?

2021-07-05 Thread Michael Stevens
CSS and JavaScript. What is the best way to deconstruct this >> file with a view to understanding how everything hangs together? >> >> Cheers >> Chris >> >> >> -- Michael Stevens Senior Developer ▪︎ Dianomi +44 207 802 5530 <+44%20207%20802%205530> micha

Re: EMBPERL: accepting json

2016-09-04 Thread Michael Smith
I wouldn't use embperl to accept json. I see embperl as being designed for HTML output, so I don't really see how it helps when dealing with json. On Fri, Sep 2, 2016 at 11:43 PM, Donavon wrote: > Good to know that there are still some Embperl users out there. > > We have a large SAAS system ma

Re: EMBPERL: Calling Execute() multiple time per a page.

2016-08-25 Thread Michael Smith
500 times - that's a lot! Maybe you could run it once offline, and save the result as HTML? Just an idea. On Thu, Aug 25, 2016 at 10:35 PM, Donavon wrote: > I have a loop that is calling Execute() to load a EMBPERL page as a > template. This template sets up and contains a bootstrap modal and

Error on centos with apache 2.4.23

2016-07-20 Thread Michael Smith
Hi I'm struggling to get embperl to run on this setup. It compiles file but when I try to start httpd I get: Cannot load /usr/local/lib64/perl5/auto/Embperl/Embperl.so into server: /usr/local/lib64/perl5/auto/Embperl/Embperl.so: undefined symbol: PL_thr_key I saw on a previous thread that Geral

embperl and utf-8

2014-06-18 Thread Michael Stevens
there any way to avoid that? -- Michael Stevens Dianomi Ltd 18 Buckingham Gate London SW1E 6LB Tel: 020 3463 5662 Fax: 020 7630 7356 www.dianomi.com The information in this message and any attachment is intended for the addressee and is confidential and may be subject to legal privilege. Dianom

Re: handling query strings with ? in

2013-05-13 Thread Michael Stevens
Thanks, that builds. We will test. On 13 May 2013 13:07, Gerald Richter - ECOS wrote: > Ok, just replace false with 0 and true with 1, then it should work (sorry > I used a newer compiler) > > ** ** > > Gerald > > ** ** > > *Von:* Michael Stevens [mail

Re: handling query strings with ? in

2013-05-13 Thread Michael Stevens
: error: for each function it appears in.) epinit.c:1165: error: ‘true’ undeclared (first use in this function) make: *** [epinit.o] Error 1 On 11 May 2013 14:01, Gerald Richter - ECOS wrote: > Hi Michael, > > ** ** > > the following patch should fix your problem: >

Re: handling query strings with ? in

2013-05-03 Thread Michael Stevens
ink the way CGI.pm is correct regarding > the specs. Is that what you would expect? > > ** ** > > Gerald > > ** ** > > ** ** > > *Von:* Michael Stevens [mailto:[email protected]] > *Gesendet:* Freitag, 3. Mai 2013 15:05 > *An:* embperl@p

handling query strings with ? in

2013-05-03 Thread Michael Stevens
ve more as expected? -- Michael Stevens Dianomi Ltd 18 Buckingham Gate London SW1E 6LB Tel: 020 3463 5662 Fax: 020 7630 7356 www.dianomi.com The information in this message and any attachment is intended for the addressee and is confidential and may be subject to legal privilege. Dianomi Ltd, Registe

Re: Build problem

2012-09-02 Thread Michael Smith
Hi Benni, I think you may need to download apache too. Then you'll know where the source is. Hope this helps Michael On 2 Sep 2012 11:36, "Benni Bärmann" wrote: Hi, in my struggle for embperl at ubuntu, i stuck here: root@schwarmeingang:/home/**benni/aymargeddon/Embper

Re: Nonexistent URLs give server error

2010-12-14 Thread Michael Stevens
We set it up like this in httpd.conf: LoadModule embperl_module /opt/dianomi/perl/lib/site_perl/5.8.9/x86_64-linux/auto/Embperl/Embperl.so Embperl_Options 262144 PerlModule Embperl On 14 December 2010 14:51, wrote: > Hi Michael, > > > > It should return a 404 and not a 500. &

Re: Nonexistent URLs give server error

2010-12-14 Thread Michael Stevens
Robby, Thanks, but we've actually got that set already, so I don't think it's the problem. On 13 December 2010 23:54, Robby Desmond wrote: > Hi Michael, > > http://perl.apache.org/embperl/pod/doc/Embperl.-page-13-.htm > > You'll notice this: > "Somet

Nonexistent URLs give server error

2010-12-13 Thread Michael Stevens
Hi. We're using embperl with mod_perl to handle files ending in .epl. This is mostly good, except it seems to result in a 500 error being logged whenever someone attempts to access a nonexistent .epl file. Is there any way to configure embperl to give a more expected 404 error? -- Mi

Re: ANNOUNCE: Embperl 2.4.0

2010-10-29 Thread Michael Smith
Hi all, Just to say we've been running this on our production servers for a few weeks and have served several million pages with no problems at all. Michael On Mon, Oct 11, 2010 at 11:01 AM, Gerald Richter - ECOS wrote: > Hi, > > > > yes I know, the update of the website

Re: ANNOUNCE: Embperl 2.4.0

2010-10-11 Thread Michael Stevens
refs are expected. > >- Add more controls to Embperl::Form > > > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > &g

Re: ANNOUNCE: Embperl 2.4.0

2010-10-04 Thread Michael Smith
Fantastic news! On Mon, Oct 4, 2010 at 5:44 AM, Gerald Richter - ECOS wrote: > The URL > >    http://www.embperl.org/downloads/Embperl-2.4.0.tar.gz > > has entered CPAN as > >  file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.4.0.tar.gz >  size: 732920 bytes >   md5: 2d4e3a903a04fcc559718342fa3775

Re: Embperl BETA 2.4.0_3 is available

2010-08-25 Thread Michael Smith
ed efforts Michael On Mon, Jul 5, 2010 at 8:09 PM, Gerald Richter - ECOS wrote: > Hi, > > a new BETA is available for download and testing at > > http://www.embperl.org/downloads/Embperl-2.4.0_3.tar.gz > > It mainly fixes some test errors reported since the last beta and supports

Re: @param seems to be shared between Execute calls

2010-07-27 Thread Michael Smith
Thank you Gerald and Andrew - that's most helpful and much appreciated Michael On Mon, Jul 26, 2010 at 9:06 AM, Gerald Richter - ECOS < [email protected]> wrote: > Hi Michael, > > > > one way of figuring out if it was called through Execute is to use the

Re: @param seems to be shared between Execute calls

2010-07-23 Thread Michael Smith
Hi Ed, Thanks for the email. I'm actually using @param to return data (as well as the HTML) to the epl script which is calling another one via Execute. Perhaps there's a better way. Michael On Fri, Jul 23, 2010 at 4:38 AM, Ed Grimm wrote: > If your Embperl pages are calling

Re: @param seems to be shared between Execute calls

2010-07-22 Thread Michael Smith
Thanks Gerald, That's good to know for the future. Is there a way to know if the code has been called through Execute? I am actually using the same code both directly and via Execute. Michael On Wed, Jul 21, 2010 at 10:19 AM, Gerald Richter - ECOS < [email protected]> wr

Re: @param seems to be shared between Execute calls

2010-07-21 Thread Michael Stevens
ipt is considered 'a request' for the purposes of the cleanup code (well, as far as docs are concerned. I don't know if the code actually fires on END.) -- Ed Grimm Identity Services From: Michael Stevens To: [email protected] Cc: Michael Smith , cabell.demarcel...@d

Re: @param seems to be shared between Execute calls

2010-07-21 Thread Michael Smith
ference it in epl files which are loaded in by Execute, then they do appear to get cleaned up. Michael On Tue, Jul 20, 2010 at 10:20 PM, Ed Grimm wrote: > Note that, under Apache, the cleanup code happens at the end of each > request - each of which could have dozens of Execute call

@param seems to be shared between Execute calls

2010-07-20 Thread Michael Stevens
input => \$input2, output => \$output2 }); Which on my machine outputs: $VAR1 = [ { 'hello' => 42 } ]; Surely this shouldn't happen? -- Michael Stevens Dianomi Ltd 18 Buckingham Gate London SW1E 6LB Tel: 020 7

very easy to segfault embperl

2010-07-20 Thread Michael Stevens
mistake is that I'm providing $output1 and not \$output1, but a segfault seems like quite a harsh punishment! -- Michael Stevens Dianomi Ltd 18 Buckingham Gate London SW1E 6LB Tel: 020 7802 5530 Fax: 020 7630 7356 www.dianomi.com The information in this message and any attachment is

Few minor spelling nits

2010-07-20 Thread Michael Stevens
Hi. Was trying to work out how execute works and found a few typos in the docs while I was looking. Diff against svn attached. -- Michael Stevens Dianomi Ltd 18 Buckingham Gate London SW1E 6LB Tel: 020 7802 5530 Fax: 020 7630 7356 www.dianomi.com The information in this message and any

Re: Embperl BETA 2.4.0_3 is available

2010-07-06 Thread Michael Stevens
problem reports for UTF-8 handling and the problems on OS/X and after that make it the final 2.4.0 I've tried this here, it builds fine and all the tests pass. -- Michael Stevens Dianomi Ltd 18 Buckingham Gate London SW1E 6LB Tel: 020 7802 5530 Fax: 020 7630 7356 www.dianomi.com The inform

Re: Embperl BETA 2.4.0 is available

2010-07-01 Thread Michael Smith
On Thu, Jul 1, 2010 at 4:55 PM, Michael Stevens wrote: > Gerald, > > It would be great to have a new release of Embperl, I wholeheartedly second this sentiment! - To unsubscribe, e-mail: [email protected]

Re: Embperl BETA 2.4.0 is available

2010-07-01 Thread Michael Stevens
not link against unused libz - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] -- Michael Stevens Dianomi Ltd 18 Buckingham Gate London SW1E 6LB Tel: 020 7802 5530 Fax: 020 7630 7356 www.dianomi.com The

Re: Embperl BETA 2.4.0 is available

2010-03-21 Thread Michael Stevens
On 21 March 2010 10:41, Aare Vesi wrote: > Hello! > > On 20.03.2010 16:38, Gerald Richter - ECOS wrote: >> could you please try if the following patch solves the problem? >> >> --- test.pl     (revision 925098) >> +++ test.pl     (working copy) >> @@ -1756,6 +1756,7 @@ >>             !($_ =~ /SES\

Re: Embperl BETA 2.4.0 is available

2010-03-21 Thread Michael Stevens
until httpd/2.2.4 falling >> back to ap_get_server_version() at >> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92. >> >> Input:          test/html/ascii >> Output:         test/tmp/out.htm >> Log:            test/tmp/test.log >> --- >>

Re: Embperl BETA 2.4.0 is available

2010-03-19 Thread Michael Stevens
s a warning that mod_perl issues and not directly related to > Embperl, but the Embperl test does not except a error/warning here. > > Gerald > > > -- Michael Stevens Dianomi Ltd 18 Buckingham Gate London SW1E 6LB Tel: 020 7802 5530 Fax: 020 7630 7356 www.dianomi.com The inform

Re: Compiling/using Embperl

2010-03-19 Thread Michael Stevens
trigger the error for me. > > Gerald > >> -Original Message- >> From: Michael Tomuschat [mailto:[email protected]] >> Sent: Thursday, March 04, 2010 10:20 AM >> To: [email protected] >> Subject: Compiling/using Embperl >> >> Hello

Re: Embperl BETA 2.4.0 is available

2010-03-19 Thread Michael Stevens
- Adaption of tests to changed error messages of perl 5.10 >>    - Makefile.PL can now cope with OpenSuSE 11.2, if perl, >>      mod_perl and apache are installed from OpenSuSE packages. >>    - Fix make test error for Perl compiled with DEBUGGING on >>    - Support for interna

Re: embperl releases

2010-03-17 Thread Michael Smith
Thank you Gerald, I'm sure I speak for many on this list by saying this is fantastic news. Your efforts are much appreciated. I very much look forward to seeing this beta. Michael On Mon, Mar 15, 2010 at 7:38 PM, Gerald Richter - ECOS wrote: > Hi Michael, > > I decided to n

Re: embperl releases

2010-03-09 Thread Michael Smith
Hi Gerald, Sorry to be a pain but as a full member of the Embperl fanclub I have been monitoring my inbox excitedly ever since this post, in anticipation of a new release. Do you have any update on when we might be lucky enough to see one? Many thanks Michael On Fri, Feb 5, 2010 at 2:15 PM

Re: Compiling/using Embperl

2010-03-05 Thread Michael Tomuschat
lls apache2-worker-2.2.10-2.8.1) the error remains. I've got the suggestion to compile Apache from the sources, but I hope there is an other solution!?!? thanks Michael Am Freitag 05 März 2010 14:58:30 schrieb Gerald Richter - ECOS: > Hi, > > > I've compiled and instal

Compiling/using Embperl

2010-03-04 Thread Michael Tomuschat
Output: test/tmp/out.htm Compared to:test/cmp/tied.htm Log:test/tmp/test.log Testparameter: modperl = 1 errors = 3 condition = !$EPWIN32 ERRORS detected! NOT all tests have been passed successfully make: *** [test_dynamic] Beendet Beendet Can anybody tell me what

Re: Problem with

2010-02-26 Thread Michael Smith
Thank you Gerald that works a treat. Michael (very much looking forward to the next release!) On Fri, Feb 26, 2010 at 5:05 AM, Gerald Richter - ECOS wrote: > It can only be set for the whole page > > You can use > > $epreq -> config -> output_mode > > To set it i

Re: Problem with

2010-02-24 Thread Michael Smith
an individual page basis (as in something like $optDisableTableScan) or can it only be set in the server config? Thanks Michael - To unsubscribe, e-mail: [email protected] For additional commands,

Re: Problem with

2010-02-12 Thread Michael Smith
I recently used this nastyness to get an image tag to close properly: I know that EMBPERL_OUTPUT_MODE should address this but I was actually running this as an offline process and couldn't work out how to set it in this context. Michael On Fri, Feb 12, 2010 at 4:51 PM, Dirk Melchers

Re: embperl releases

2010-02-09 Thread Michael Stevens
t worked out the diffs to work on both old and new CGI.pm but it shouldn't be too hard - probably something basic to detect which methods are present?> Gerald Richter - ECOS wrote: Hi Michael, this sounds good. Since I never used git before, is there a possibility to simply get a

Re: embperl releases

2010-02-08 Thread Michael Stevens
never had to, so never have), but I'm still here and > willing to help if you need it. > > Thanks for all your work on this project, I think Embperl still stacks up > more than adequately against the other templating tools out there after 10 > years. > > Neil > >

embperl releases

2010-02-05 Thread Michael Stevens
Gerald, I know you said before you were working on a new Embperl release. We'd still like to see one! How's it going? Is there anything we can do to help? -- Michael Stevens Dianomi Ltd 18 Buckingham Gate London SW1E 6LB Tel: 020 7802 5530 Fax: 020 7630 7356 www.dianomi.com The i

Re: Gerald: please update module to include patch for CGI.pm 3.38+

2009-09-17 Thread Michael Stevens
ill go up in smoke. > > ...Hoenie > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Michael Stevens Dianomi Ltd 18 Buckingham Gate London SW1E 6LB Tel: 020 7802 5530 Fax: 0

Getting Embperl 2.3.0 to install on recent perl

2009-06-30 Thread Michael Stevens
anyone else found a solution to this? :) -- Michael Stevens Dianomi Ltd 18 Buckingham Gate London SW1E 6LB Tel: 020 7802 5530 Fax: 020 7630 7356 www.dianomi.com The information in this message and any attachment is intended for the addressee and is confidential and may be subject to legal privilege.

Re: %fdat for select w/ multiple values

2009-05-21 Thread Michael Smith
point), and the distribution version now needs to be patched to work properly with the latest version of CGI.pm. Michael On Wed, May 20, 2009 at 10:39 PM, Thompson, John wrote: > I would like to know how Embperl stores the data if multiple values are > selected. For instance if you have sel

Re: multipart/form-data and CGI.pm newer than 3.38 ( other approach )

2009-02-27 Thread Michael Smith
dding this patch soon ... (please Gerald!) Michael On Thu, Dec 18, 2008 at 9:33 PM, Frank Wesemann wrote: > Hello again, > I am sorry for noising, but my first posting was a little hasty I think. > I think this approach is better as it uses the official interface and will >

Re: Embperl Abandoned: Next Steps?

2008-09-14 Thread Michael Smith
It was actually done via a rather old form of communication known as the telephone. My IT Director took the liberty of calling him, as we've (in a previous company) previously sponsored Embperl development, and might do so again at some point in the future. Michael > How did you get th

Re: Embperl Abandoned: Next Steps?

2008-09-14 Thread Michael Smith
ideal that the project is so dependent on one person who obviously has other things to do than just support Embperl by himself. Michael On Fri, Sep 5, 2008 at 2:37 PM, Williams, David G. (HQ-JF000)[INDUS] <[EMAIL PROTECTED]> wrote: > It now seems abundantly clear that Embperl develop

Re: Roll call: What cool, high-traffic websites are using Embperl?

2008-08-07 Thread Michael Smith
after an embperl-related job in London let me know and I'll pass your details on. Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Preventing selected being added to option tags

2008-01-22 Thread Michael Smith
Hi Andrew Thanks for the response. I ended up (at least for the time being) doing an undef($fdat{select_field}) which worked but it seems a bit messy. I was hoping there was some way to disable this processing with optDisableSomething. Anyway, I achieved what I needed to. Many thanks Michael

Preventing selected being added to option tags

2008-01-21 Thread Michael Smith
once you submit the form, 'selected' gets automatically added to the relevant option tag. How can I prevent this, and set it (or not set it) myself instead?? Many thanks Michael - To unsubscribe, e-mail: [EMAIL

Re: Breaking space in an [$ if $] block

2007-06-26 Thread Michael Smith
Hi Gavin, I guess I need to find IE to check this, but on firefox allows wrapping, as per: http://dev.savingforchildren.co.uk/mjs/testspace.epl Michael On 6/26/07, Gavin Spomer <[EMAIL PROTECTED]> wrote: is the same as   (hopefully your email program will not escape what I'm

Re: Breaking space in an [$ if $] block

2007-06-26 Thread Michael Smith
works great. Didn't know I could do that. Many thanks. Out of interest for a deeper understanding of embperl, why doesn't a regular space do the trick? Thanks Michael On 6/25/07, Lars Kelto <[EMAIL PROTECTED]> wrote: He wants it conditional on the if. Try: ABC[$ if (1

Re: [SPAM] Breaking space in an [$ if $] block

2007-06-26 Thread Michael Smith
ibrary Central Washington University >>> Michael Smith <[EMAIL PROTECTED]> 06/25/07 4:32 AM >>> Hi there, I want to create a breakable space within my HTML. Here's a short example: ABC[$ if (1==1) $] [$ endif $]123 which outputs ABC123 .. with no space despite there being

Breaking space in an [$ if $] block

2007-06-25 Thread Michael Smith
there any way to achieve this? Thanks Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Small change request

2007-06-20 Thread Michael Smith
. Might be worth allowing this in some future version if it's not too hard? Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: equivalent of [$ hidden $] for links?

2007-06-08 Thread Michael Smith
Thanks Andrew, the suggestions seem great. Michael On 6/7/07, Andrew O'Brien <[EMAIL PROTECTED]> wrote: Hi Michael, > [$ hidden $] is very handy for making sure form variables get passed > from one page to another, but is there anything similar for links? > > That i

equivalent of [$ hidden $] for links?

2007-06-06 Thread Michael Smith
which I also want to pass param1 and param2, is there simple way to do it, such that any parameters not included in this link are inherited? Thanks Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Trouble submitting form data; possibly length issue?

2006-08-23 Thread Michael Angeles
Disregard my message. We figured out that the form wasn't submitting because I was using the GET rather than POST method. -Michael I have a form with a lot of fields. When user enters values and clicks submit, the form submits back to itself to validate. If the required fields are f

Trouble submitting form data; possibly length issue?

2006-08-23 Thread Michael Angeles
this sound like a browser problem rather than an embperl problem? I'm not aware of the character length limitations of form textareas. There isn't any length limitation when passing this data in forms to embperl, right? Thanks for any suggestions on wher

Re: Embperl2 and Execute

2006-08-18 Thread Michael Smith
Hi Marek,I'd suggest something a bit more like this (it's untested but hopefully you get the idea):[- @tmp=(1..3) -][$ foreach $r (@tmp) $] [$ endforeach $]Hope this helps - obviosuly TMTOWTDI, but I try to avoid putting HTML in the perl sections.MichaelOn 8/18/06, Marek Matis <[EMAIL PROTECTED]>

Re: Errors after file upload

2006-08-16 Thread Michael Smith
Hi Gerald,Actually w're running version 2.89 of CGI.pm - but I guess the need to upgrade answer still holds?I know from my previous job about upgrading embperl and everything else.  It's hassle but ends up being necessary every now and then. Thanks,MichaelOn 8/16/06, Gerald Richter <[EMAIL PROTECTE

Errors after file upload

2006-08-14 Thread Michael Smith
Hi there,I have been experimenting with file upload via forms.  I am using the method described by Gerald back here: http://www2.ecos.de/~mailarc/embperl/2001-04/msg00101.html It does successfully upload the file and do what I want, however subsequent requests to the server give this error:[Mon Aug

Re: Embperl and Ajax

2006-08-07 Thread Michael
abhishek jain wrote: On 8/3/06, *Michael* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi list, If somebody uses CGI::Ajax or some other framework in Embperl? Any examples will be appreciated. -- Best regards, Michael Stepanov www.s

Embperl and Ajax

2006-08-03 Thread Michael
Hi list, If somebody uses CGI::Ajax or some other framework in Embperl? Any examples will be appreciated. -- Best regards, Michael Stepanov www.stepanoff.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Embper 2.10 and Apache 2.2.0

2006-04-18 Thread Michael Stepanov
sr/include/httpd completely and installed httpd_devel again. Then I recompiled Embperl and it started work properly! The problem is resolved now! Thanks a lot! Gerald ** Virus checked by BB-5000 Mailfilter ** -- Best regards, Michael Stepanov Senior Software Developer PrimeTel Ltd Te

Re: Embper 2.10 and Apache 2.2.0

2006-04-14 Thread Michael Stepanov
p *r because after print out backtrace the test crashed and finished. And send me the backtrace along with the print output Gerald -- Best regards, Michael Stepanov Senior Software Developer PrimeTel Ltd Tel: +357 25-867154 Email: [EMAIL PROTECTED]

Re: Embper 2.10 and Apache 2.2.0

2006-04-13 Thread Michael Stepanov
It's there: /usr/sbin/httpd -l Compiled in modules: core.c prefork.c http_core.c mod_so.c As I understand it was compiled with prefork. Gerald ** Virus checked by BB-5000 Mailfilter ** -- Best regards, Michael Stepanov Senior Software Developer PrimeTel Ltd Tel: +357

Re: Embper 2.10 and Apache 2.2.0

2006-04-10 Thread Michael Stepanov
perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Embperl/Embperl.so AddType text/html .epl PerlModule Embperl SetHandler perl-script PerlHandler Embperl Options ExecCGI Gerald ** Virus checked by BB-5000 Mailfilter ** -- Best regards, Michael Stepanov Senior Sof

Re: Embper 2.10 and Apache 2.2.0

2006-04-10 Thread Michael Stepanov
-- Gerald ** Virus checked by BB-5000 Mailfilter ** -- Best regards, Michael Stepanov Senior Software Developer PrimeTel Ltd Tel: +357 25-867154 Email: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Embper 2.10 and Apache 2.2.0

2006-03-29 Thread Michael Stepanov
st regards, Michael Stepanov Senior Software Developer PrimeTel Ltd Tel: +357 25-867154 Email: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Embper 2.10 and Apache 2.2.0

2006-03-29 Thread Michael Stepanov
oblem only with Embperl. This patch will be in the next release Gerald ** Virus checked by BB-5000 Mailfilter ** -- Best regards, Michael Stepanov Senior Software Developer PrimeTel Ltd Tel: +357 25-867154 Email: [EMAIL

Embper 2.10 and Apache 2.2.0

2006-03-28 Thread Michael Stepanov
, Apache 2.2.0, mod_perl 2.0.2, Embperl 2.10 -- Best regards, Michael Stepanov Senior Software Developer PrimeTel Ltd Tel: +357 25-867154 Email: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Tturning off buffering for txt file downloads

2006-02-15 Thread Michael
I'm trying to download a very large text file, and I'd like to turn off buffering on a per-page basis, since most of our pages don't take too long to generate. After looking through the docs, I've tried setting various combinations of flags in config: optEarlyHttpHeader, optSendHttpHeader, db

Re: 404s not being handled correctly

2006-01-08 Thread Michael Smith
can determine that is was really a 404 error? Michael

Re: 404s not being handled correctly

2006-01-05 Thread Michael Smith
Hi Gerald,The tests all passWhen I have optReturnError not set (EMBPERL_OPTIONS=0) and no ErrorDocument directive I see the 'internal server error' I sent before.When I have optReturnError (EMBPERL_OPTIONS = 262144) and ErrorDocument set then I see the page for ErrorDocument 500 directive rather th

404s not being handled correctly

2006-01-03 Thread Michael Smith
I saw something similar to this a while back on the list, but I'm still having problems with Emberl 2.1.0When I access a non-existant epl file I see this in the browser:--Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Plea

Re: Installing EMBPerl on Windows XP, Apache 2

2005-12-21 Thread Michael Shirley
Any chance of a fix soon? I would hate to have to install Apache 1.x and all the other modules just to test local. - Original Message - From: "Gerald Richter" <[EMAIL PROTECTED]> To: "'Randy Kobes'" <[EMAIL PROTECTED]>; "'Michael

Installing EMBPerl on Windows XP, Apache 2

2005-12-21 Thread Michael Shirley
cumentation for this install on http://perl.apache.org/embperl/pod/INSTALL.htm . So, can anyone provide me with the documentation and required pre-installs? Thanks much in advance! ~Michael J. Shirley - To unsubscribe,

Re: Strange problem with upload file

2005-05-12 Thread Michael Stepanov
sed and how check is file handler is open or not? There should be some Perl function to test this, maybe eof() works, but I am not sure Gerald -- Best regards, Michael Stepanov Perl/Linux Developer Francoudi & Stephanou Ltd Tel: +357 25-8

Strange problem with upload file

2005-05-12 Thread Michael Stepanov
ev, Perl v5.8.0 Thanks in advanced. -- Best regards, Michael Stepanov Perl/Linux Developer Francoudi & Stephanou Ltd Tel: +357 25-867154 Email: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Setting escmode for command line invocation

2005-04-08 Thread Michael Smith
ot be escaped. In v2 there's no ScanEnvironment, so how can I best achieve the same effect, without changing all of the above to [+ do {$escmode = 0; printSomeJavascript } +] Thanks Michael Smith - To unsubscribe, e-ma

Profiling embperl applications

2005-03-29 Thread Michael Smith
5.8.6/lib/site_perl/5.8.6/sun4-solaris/Embperl.pm line 184. Thanks Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Calling in known HTML files

2005-03-18 Thread Michael Smith
Thanks - that was just what I needed to know! Have a good weekend, embperlers On Fri, 18 Mar 2005 09:22:04 +1100, Gavin Carr <[EMAIL PROTECTED]> wrote: > Hi Michael, > > On Thu, Mar 17, 2005 at 09:44:38PM +, Michael Smith wrote: > > I must apologise because I've

Calling in known HTML files

2005-03-17 Thread Michael Smith
How can I tell Embperl that the file I'm including is just HTML? I know there's a way. Thanks Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

preventing Embperl_Object in a subdirectory

2005-02-01 Thread Michael Angeles
erl-script PerlHandler HTML::EmbperlObject Can I insert an .htaccess in the subdirectory of .html files to prevent EmbperlObject from working there? How would I do that? Thanks for any suggestions, Michael - To unsubscribe, e-ma

Re: pdf generation

2005-01-31 Thread Michael Stepanov
I don't want to mess with session id and other auth tokens when I use htmldoc. So it will have to output the result sent to the browser also to the filesystem. (Tee'd.) Hope it will be useful for you. Regards, Ben Kim Systems Administrator/Database Developer College of Education Texas A

Re: Embperl::Object and query string

2005-01-12 Thread Michael Stepanov
cannot do like that Execute('my_script.html?action=test&id=2'); But now it's ok. Embperl::Object works perfectly! Many thanks Gerald for your work! -- Best regards, Michael Stepanov Perl/Linux Developer Francoudi & Stephanou Ltd T

Re: Problems with setting EMBPERL_SESSION_HANDLER_CLASS

2005-01-11 Thread Michael Stepanov
CTED] -- Best regards, Michael Stepanov Perl/Linux Developer Francoudi & Stephanou Ltd Tel: +357 25-867154 Email: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Embperl::Object and query string

2005-01-11 Thread Michael Stepanov
how about query string arguments? Thanks in advanced. -- Best regards, Michael Stepanov Perl/Linux Developer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Embperl::Object configure problems

2005-01-11 Thread Michael Stepanov
ns ExecCGI And in this case Embperl doesn't work at all. A browser displays source of page. Any suggestions? -- Best regards, Michael Stepanov Perl/Linux Developer -- Best regards, Michael Stepanov Perl/Linux Developer Francoudi & Stephanou Ltd Tel: +357 25-867154 Emai

Re: Embperl::Object configure problems

2005-01-11 Thread Michael Stepanov
$" SetHandler perl-script PerlHandler Embperl::Object Options ExecCGI And in this case Embperl doesn't work at all. A browser displays source of page. Any suggestions? -- Best regards, Mi

Re: Embperl::Object configure problems

2005-01-11 Thread Michael Stepanov
st and main log file. There were not any messages! Gerald Gerald -- Best regards, Michael Stepanov Perl/Linux Developer Francoudi & Stephanou Ltd Tel: +357 25-867154 Email: [EMAIL PROTECTED] - To unsubscribe, e-mai

Re: Embperl::Object configure problems

2005-01-11 Thread Michael Stepanov
ing Embperl and Embperl::Object together into virtual hosts, please? Thanks in advanced! -- Best regards, Michael Stepanov Perl/Linux Developer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Embperl::Object configure problems

2005-01-07 Thread Michael Stepanov
browser error: Internal Server Error and there are not any error messages into main http error log of virtual host error log. Any suggestions? Gerald -- Best regards, Michael Stepanov Perl/Linux Developer Francoudi & Stephanou Ltd Tel: +357 25-867154 Email: [EMAIL PROTE

  1   2   3   >