What is happing if you write "$LETTERS{$letter}", i.e. us quotes instead of
eval?
Regards
Gerald
Von: Chuck Zumbrun [mailto:chuck.zumb...@gmail.com]
Gesendet: Dienstag, 17. September 2019 17:22
An: embperl@perl.apache.org
Betreff: embPerl and Readonly module issue
Using embPerl 2.5.0,
Hi Axel,
happy to hear from you. Thanks very much for the patch. I try to find some
spare time during the next weeks to build and release a new Version of Embperl
including your patch
Regards
Gerald
- Ursprüngliche Mail -
Von: "Axel Beckert"
An: "Gerald Richter,
Hi,
I know it's some years ago that I did the last release of Embperl. Also I
personally still use it in our company, I didn't had the time to prepare new
releases.
As Dominic already wrote it's usually not much effort to adapt it to a new Perl
version, but setting up the test environment take
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 (iirc).
nal Message-----
> From: Gerald Richter [mailto:ger...@weis-richter.de] On Behalf Of
> rich...@ecos.de
> Sent: Friday, July 11, 2014 5:34 AM
> To: Edward Guldemond; embperl@perl.apache.org
> Subject: AW: embperl and SSI
>
> Hi,
>
> can you first try to update to Embperl 2.5.0.
an.org]
> Gesendet: Dienstag, 28. Januar 2014 23:48
> An: embperl@perl.apache.org
> Betreff: Re: Problem with "last" label
>
> Hi Gerald, Andreas,
>
> On Tue, Dec 31, 2013 at 05:01:28PM +0100, Gerald Richter - ECOS wrote:
> > this looks like an Embperl problem, but
: Andreas Rieke [mailto:andreas.ri...@isl.de] Gesendet: Freitag, 10. Januar 2014 11:40An: Gerald Richter; embperl@perl.apache.orgBetreff: Re: Problem with "last" label Good morning Gerald,here we are ... the Includes are irrelevant, and for that reason, we have only attached the main httpd.conf
Hi Andreas, could you send me you httpd.conf (at least the part with the Embperl/mod_perl configuration)? Regards Gerald Von: Andreas Rieke [mailto:andreas.ri...@isl.de] Gesendet: Donnerstag, 9. Januar 2014 19:16An: Gerald Richter; embperl@perl.apache.orgCc: k...@isl.deBetreff: Re: Problem with
h, 1. Januar 2014 11:38An: Gerald Richter; embperl@perl.apache.orgBetreff: Re: Problem with "last" label Good morning Gerald,we use perl 5.16.3 on our production machines and try 5.18.1 in the development area - we expect that the development of perl 5.16 will stop sometime this year, and f
Hi,
yes, the Embperl list is the right address for such issues.
The problem is, that Embperl has no idea what the webroot is, so it’s not easy
to change the error message the way you suggest.
For production sites it is better to use an Apache Error Document and don’t
display the interal
Hi Andreas, this looks like an Embperl problem, but I didn’t seen it before (I am still using Perl 5.16 not Perl 5.18). Do you have a short test file that you can send me, so I can reproduce the error here? Gerald Von: Andreas Rieke [mailto:andreas.ri...@isl.de] Gesendet: Sonntag, 29. Dezember 2
Hi,
you can try the lastest version from the svn, but this is also not tested
against Apache 2.4
On the mailing list there were some patches to get Embperl working with Apache
2.4.
I will integrate these patches in Embperl and make a new release, as soon as I
have a little spare time
Gerald
Hi Frank,
doing an exit (404) should set the status code
Gerald
Von: Frank Wesemann [mailto:f.wesem...@fotofinder.net]
Gesendet: Freitag, 11. Oktober 2013 21:59
An: embperl@perl.apache.org
Betreff: Can't set $epreq->apache_req->status on Apache 2.2
Hi,
I do have .ep files, that delive
Gesendet: Freitag, 23. August 2013 16:36
> An: Gerald Richter; 709...@bugs.debian.org
> Cc: Florian Schlichting; embperl@perl.apache.org
> Betreff: Re: Bug#709668: AW: embperl: test failure with perl 5.18
>
> Hi, Gerald,
>
> -=| Gerald Richter - ECOS, 16.07.2013 06:44:11 +0
Hi Florian,
hash randomization and other changes in Perl 5.18 did make things much more
complicated than I expected.
I have now a first version that seems to work with Perl 5.18 in the svn.
I have to do some further tests, than I will create a new release
Gerald
> -Ursprüngliche Nachricht
Hi,
the reason is, that environment variables are not passed into mod_perl, unless
you have a PerlPassEnv in your httpd.conf
You can try to add a PerlPassEnv into test/conf/httpd.conf.src for the relevant
environment variables
Regards
Gerald
> -Ursprüngliche Nachricht-
> Von: Dirk Me
Hi,
sorry for the late reply.
Perl utf8 flag does NOT says that your data is utf8 or not. It tell us
something about the internal representation of your data inside of Perl. So
utf8 data can have the utf8 set, but it need not, also everything is alright.
Unfortunately when I wrote the utf8 %fd
Hi Florian,
I will take a look at this issue during the next weekend
Gerald
> -Ursprüngliche Nachricht-
> Von: Florian Schlichting [mailto:f...@debian.org]
> Gesendet: Samstag, 25. Mai 2013 18:41
> An: embperl@perl.apache.org
> Cc: 709...@bugs.debian.org
> Betreff: embperl: test failure
Ok, just replace false with 0 and true with 1, then it should work (sorry I
used a newer compiler)
Gerald
Von: Michael Stevens [mailto:michael.stev...@dianomi.com]
Gesendet: Montag, 13. Mai 2013 14:06
An: Gerald Richter
Cc: embperl@perl.apache.org
Betreff: Re: handling query strings with
ev...@dianomi.com> ]
Gesendet: Freitag, 3. Mai 2013 15:38
An: Gerald Richter
Cc: embperl@perl.apache.org <mailto:embperl@perl.apache.org>
Betreff: Re: handling query strings with ? in
Yes, I think the CGI.pm behaviour is good, and would like it if Embperl was the
same.
On 3 May 2013 14
Ok, I try to fix it during the next days
Gerald
Von: Michael Stevens [mailto:michael.stev...@dianomi.com]
Gesendet: Freitag, 3. Mai 2013 15:38
An: Gerald Richter
Cc: embperl@perl.apache.org
Betreff: Re: handling query strings with ? in
Yes, I think the CGI.pm behaviour is good, and would
> Is there anything that can be done to make embperl behave more as expected?
What is what you would expect? I think the way CGI.pm is correct regarding the
specs. Is that what you would expect?
Gerald
Von: Michael Stevens [mailto:michael.stev...@dianomi.com]
Gesendet: Freitag, 3. Mai
Hi,
yes I know, the update of the website is still on my todo list
Gerald
From: Michael Stevens [mailto:michael.stev...@dianomi.com]
Sent: Monday, October 11, 2010 11:33 AM
To: Gerald Richter - ECOS
Cc: embperl@perl.apache.org
Subject: Re: ANNOUNCE: Embperl 2.4.0
Hi.
We
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: 2d4e3a903a04fcc559718342fa37753f
Major Improvements are that Embperl now supports Perl up to 5.12.2 and
a lot of additi
Hi,
for Perl 5.12 please use http://www.embperl.org/downloads/Embperl-2.4.0_3.tar.gz
Gerald
> -Original Message-
> From: Gerard [mailto:gsara...@rarcoa.com]
> Sent: Tuesday, September 14, 2010 12:22 AM
> To: embperl@perl.apache.org
> Subject: embperl 2.3.0 make test fails ascii test?
>
Hi,
You don’t need Embperl::Object. Embperl::Object is only if you need to search
(sub-)directories, like objects.
You should do something the following
Gerald
use Embperl;
my $obj = Embperl::Execute({ object => 'test.epl' });
$obj -> head ;
- test.epl -
[$ s
http://www.embperl.org/downloads/Embperl-2.4.0_3.tar.gz
Gerald
From: Frank Wesemann [mailto:f.wesem...@fotofinder.net]
Sent: Friday, July 30, 2010 11:48 AM
To: Robby Desmond; embperl@perl.apache.org
Subject: Re: Issue with getting Apache to pass %ENV to sub-scripts on
Apache2/mod_pe
Please try
http://www.embperl.org/downloads/Embperl-2.4.0_3.tar.gz
Gerald
From: Thompson, John [mailto:jth...@midwestern.edu]
Sent: Sunday, August 01, 2010 1:44 AM
To: embperl@perl.apache.org
Subject: Embperl 2.3.0 on HPUX Itanium with Perl 5.10
I’m installing Perl 5.
ald
From: Michael Smith
[mailto:smi...@gmail.com]
Sent: Friday, July 23, 2010 12:25 AM
To: Gerald Richter - ECOS
Cc: embperl@perl.apache.org; Michael Stevens;
cabell.demarcel...@dianomi.com; Michael Smith
Subject: Re: @param seems to be shared between Execute ca
@param is a special variable and you use it in an unsupported way (see my other
mail).
Any other global should be cleaned up at the end of the request
Gerald
> -Original Message-
> From: Michael Stevens [mailto:michael.stev...@dianomi.com]
> Sent: Wednesday, July 21, 2010 12:46 PM
> To
Thanks, I will apply your patch in the next release
gerald
> -Original Message-
> From: Michael Stevens [mailto:michael.stev...@dianomi.com]
> Sent: Tuesday, July 20, 2010 3:57 PM
> To: embperl@perl.apache.org
> Subject: Few minor spelling nits
>
> Hi.
>
> Was trying to work out how exe
Hi,
I ran accross this issue (with the path parameter) some days before on my own.
I will fix it, so a error message is generated instead of a seg fault
Gerald
> -Original Message-
> From: Michael Stevens [mailto:michael.stev...@dianomi.com]
> Sent: Tuesday, July 20, 2010 4:07 PM
> To:
Hi Michael,
@param is only intented to be used to pass parameters to Execute. Setting it
directly might work or might not…
If you want to share data inside a request use
$epreq -> {test} = 1 ;
The hash of $epreq is not used by Embperl itself, so you are free to use it and
it exis
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 now
Perl up to version 5.12.1
The plan is to check the problem reports for UTF-8 handling and the problems
;make" sequence worked
> perfectly.
>
> I suppose asking CPAN what's wrong would be the next step if I had the
> time...
>
> -R
>
> On 7/1/2010 10:49 AM, Gerald Richter - ECOS wrote:
> > Hi,
> >
> > it might help to run
> >
> > cd xs
Hi,
it might help to run
cd xs
make
cd ..
make
Of course this is not possible inside of CPAN.
Maybe it works now outside of CPAN, because the above steps has already run
Gerald
> -Original Message-
> From: Robby Desmond [mailto:rdesm...@press.uchicago.edu]
> Sent: Monday, June 28, 2
Hi,
as Andrew already wrote your object => code is quite ok, the only thing you
have to take care is that sub’s should be defined inside [! !] blocks and not
inside [- -] (because only the former get executed during the object => call)
Gerald
From: Thompson, John [mailto:jth...@mid
-Original Message-
From: Ed Grimm [mailto:ed_gr...@raytheon.com]
Sent: Thursday, May 06, 2010 1:50 PM
To: Jean-Christophe Boggio; embperl@perl.apache.org
Subject: Re: How does [! sub() !] work ?
While Gerald's suggestion is the best one for your specific example, there
could be other i
Hi,
just use $epreq, it's a global and works everywhere
Gerald
> -Original Message-
> From: Jean-Christophe Boggio [mailto:embp...@thefreecat.org]
> Sent: Thursday, May 06, 2010 3:41 AM
> To: embperl@perl.apache.org
> Subject: How does [! sub() !] work ?
>
> Hello,
>
> I want to defin
Hi,
I have UTF8 pages where I remember that thing are handled correctly, but I have
to dig a little bit deeper to find out what the difference to your example is.
I am currently on a business trip and hope to get the time to look at it near
the end of the week
Gerald
> -Original Messag
Hi,
setting the default encoding in the httpd.conf to utf8 might help
Gerald
> -Original Message-
> From: Jean-Christophe Boggio [mailto:embp...@thefreecat.org]
> Sent: Wednesday, April 21, 2010 5:21 PM
> To: embperl@perl.apache.org
> Subject: Encoding problem
>
> Hello,
>
> I have p
Hi,
you only need to use "Embperl_UseEnv on" if you need to set the configuration
via the environment (i.e. when you use SetEnv or PerlSetEnv).
As long as you use mod_perl there is no need for SetEnv and all configuration
directives are Apache directives, regardless in which section they
I suggest setting EMBPERL_LOG to -1 and take a look at the embperl.log file.
That might shed some light what is going on here
Gerald
From: Marcus Doemling [mailto:md7...@hotmail.com]
Sent: Monday, April 19, 2010 1:34 AM
To: embperl@perl.apache.org
Subject: RE: Embperl BETA 2.4.0 is ava
Hi Kee,
it is not fixed yet.
If you have a fix I will include it in the next release, otherwise I will put
it on the TODO list and hopefully have the time to fix it before the next
release
Regards
Gerald
From: Kee Hinckley [mailto:naz...@somewhere.com]
Sent: Wednesday, Ap
Hi,
thanks for the feedback.
I guess the rtfmeta.asc error is related to the different line endings on the
mac.
The other thing, could you please try the following:
rm /usr/libexec/apache2/Embperl.so
then change Embperl.so to Embperl.bundle in test/conf/httpd.conf.src and
test
savicom.net]
> Sent: Tuesday, March 23, 2010 5:21 PM
> To: Gerald Richter - ECOS; embperl@perl.apache.org
> Subject: Re: Embperl::Object::Execute() returns -1
>
> There was nothing else in the apache error log. I had coded a warn
> whenever
> the return value was -1 and that
Hi,
Thanks for the feedback from you all.
Of course I missed the ssl warning in your last mail, thanks for the reminder
Gerald
> -Original Message-
> From: Aare Vesi [mailto:aare.li...@myrien.com]
> Sent: Sunday, March 21, 2010 11:42 AM
> To: Gerald Richter - ECOS
> Cc:
Did you take a look in the error log (i.e. STDERR of your FastCGI process).
There should something show up there
Gerald
> -Original Message-
> From: Doug Rayner [mailto:dray...@savicom.net]
> Sent: Monday, March 22, 2010 10:32 PM
> To: embperl@perl.apache.org
> Subject: Embperl::Object::
!($_ =~ /not available until httpd/) &&
$_ ne 'Use of uninitialized value.')
{
Gerald
> -Original Message-
> From: Aare Vesi [mailto:aare.li...@myrien.com]
> Sent: Friday, March 19, 2010 12:17 PM
> To: Gerald Richter - ECO
>
> [-1]ap_get_server_description() not available 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.
>...
Could you please run
make test TESTARGS="-i"
and let me know if there are any other errors and if you see
Hi,
please test http://www.embperl.org/downloads/Embperl-2.4.0_2.tar.gz
It working for me on openSUSE 11.2
If you still get the Asseration error message after the first try, please
provide me with a small example the can be used to reproduce the error. The few
lines you showed me below, does n
Hi,
after a very long time of I am very happy to announce the next beta release of
Embperl.
It is available for download and testing at
http://www.embperl.org/downloads/Embperl-2.4.0_2.tar.gz
It would be great if you can test it out, especially on different distributions
using Perl, Apache an
See http://perl.apache.org/embperl/pod/doc/Config.-page-1-.htm#sect_2
Gerald
> -Original Message-
> From: Michael Tomuschat [mailto:michael.tomusc...@t-online.de]
> Sent: Friday, March 05, 2010 4:26 PM
> To: Gerald Richter - ECOS
> Subject: Re: Compiling/using Embpe
09, 2010 3:08 PM
> To: Gerald Richter - ECOS
> Cc: embperl@perl.apache.org
> Subject: Re: embperl releases
>
> 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
> antici
system, you can run Embperl as CGI,
which should not suffer from this problem
> -Original Message-
> From: Michael Tomuschat [mailto:michael.tomusc...@t-online.de]
> Sent: Friday, March 05, 2010 3:12 PM
> To: Gerald Richter - ECOS
> Cc: embperl@perl.apache.org
> Subject: Re: C
Hi,
>
> I've compiled and installed embperl and tested it with a small http-
> page and
> it works ... but only once. When I press 'reload' the page is sometimes
> displayed correctly, but often there is displayd en error:
>
> Error message:
> Assertion ((svtype)((hv)->sv_flags & 0xff)) == SVt_P
It can only be set for the whole page
You can use
$epreq -> config -> output_mode
To set it inside the page, but it will effect the output of the whole page
Gerald
> -Original Message-
> From: Michael Smith [mailto:smi...@gmail.com]
> Sent: Wednesday, February 24, 2010 5:38 PM
Hi,
>
> Gerald Richter - ECOS a écrit :
> > Setting EMBPERL_OUTPUT_MODE should solve your problem:
> >
> > http://perl.apache.org/embperl/pod/doc/Config.-page-2-.htm#sect_44
>
> No, I don't want embperl to generate the final /, I just want it not to
> b
Setting EMBPERL_OUTPUT_MODE should solve your problem:
http://perl.apache.org/embperl/pod/doc/Config.-page-2-.htm#sect_44
Gerald
-Original Message-
From: Jean-Christophe Boggio [mailto:embp...@thefreecat.org]
Sent: Tuesday, February 09, 2010 5:07 PM
To: embperl@perl.apache.org
Subject:
jects, so it's already well tested
Gerald
-Original Message-
From: Neil Gunton [mailto:n...@nilspace.com]
Sent: Sunday, February 07, 2010 5:41 PM
To: embperl@perl.apache.org
Subject: Re: embperl releases
Gerald Richter - ECOS wrote:
> Hi,
>
> I would be very happy for an
t perl
(mostly sourced from this list!). It works nicely on our Redhat 5 systems.
I can probably also test anything you want looked at on debian.
On 7 February 2010 16:40, Neil Gunton wrote:
Gerald Richter - ECOS wrote:
Hi,
I would be very happy for any help and contribution to Embperl.
Seve
> From: Brett Maxfield [mailto:brett.maxfi...@gmail.com]
> Sent: Saturday, February 06, 2010 2:18 AM
> To: Gerald Richter - ECOS
> Subject: Re: embperl releases
>
> Hi Gerald,
>
> Is there any way of allowing help with Embperl, maybe automated
> nightly releases from cont
Hi,
I am currently working on getting it to run with newest Perl.
I have created some example for the usage of Embperl::Form and still extending
Embperl::Form.
There will also be some support for using Embperl inside of Catalyst.
I hope to get it ready by the end of this month, but I cannot pr
Hi,
in a prefork enviroment you would need to use MaxRequestsPerChild, not sure how
this is named in a threaded environment. MaxKeepAlive is something different.
Gerald
From: Brett @Google [mailto:brett.maxfi...@gmail.com]
Sent: Thursday, February 04, 2010 3:10 AM
To: Gerald Richter
. Lets move the discussion to the Embperl list
From: Brett @Google [mailto:brett.maxfi...@gmail.com]
Sent: Friday, February 05, 2010 10:51 AM
To: Gerald Richter
Subject: Re: Embperl question
This was a very stupid question, sorry.
My problem seems that Embperl/CGI.pm form handling may
There was a patched posted for this CGI problem about one or two month ago on
the mailing list. It will be part of the next release
Gerald
> -Original Message-
> From: Soltan Safavi [mailto:sol...@mycopa.com]
> Sent: Monday, November 23, 2009 7:05 PM
> To: Gerald Richter
Embperl tests are not
quite up to date :-(
Gerald
> -Original Message-
> From: Soltan Safavi [mailto:sol...@mycopa.com]
> Sent: Friday, November 20, 2009 11:00 PM
> To: Gerald Richter - ECOS
> Cc: David G. (HQ-JF000)[INDYNE INC]; Ed Grimm; embperl@perl.apache.or
were running
> >> Ubuntu, as the normal Ubuntu mentality is to move things
> only needed
> >> to compile other things and are not specifically compiling tools
> >> themselves into -dev packages.
> >>
> >> Ed
> >>
> >> On Tue
Hi,
Apache::src is part of mod_perl 1, since you use mod_perl 2, it seems that
mod_perl 2 is not detected by Makefile.PL. Maybe it is not fully/correctly
installed?
Gerald
> -Original Message-
> From: Soltan Safavi [mailto:sol...@mycopa.com]
> Sent: Wednesday, September 30, 2009 11:11
Hi Michael,
Can you send me an diff of all your changes against the last version of Embperl?
Please send it to my private email, not to the list
Thanks
Gerald
> -Original Message-
> From: Michael Stevens [mailto:michael.stev...@dianomi.com]
> Sent: Thursday, September 17, 2009 11:06
Hi,
Since [$ dump $] uses data::dumper, it should be enougth to set
$Data::Dumper::Sortkeys=1;
But I haven't tested it
Gerald
> -Original Message-
> From: Andrew O'Brien [mailto:andr...@oriel.com.au]
> Sent: Thursday, September 03, 2009 5:22 AM
> To: Thompson, John; embperl@perl.apach
Hi,
If this is still an issue for you just put an empty file in
/home/senthil/sfw/Embperl-2.3.0/eg/web/paypal.epl, after this it should work
Gerald
Gerald Richter ECOS electronic communication services GmbH
Hi,
>
> We are currently trying to upgrade Apache1 to Apache2.
> In Apache1, we are using Apache::SSI with
Hi,
>
> Hi, this is Alan Carwile at Omneon. My guess is that you've
> received questions from others wondering when/if Embperl can
> be made available for Apache 2.x for Windows. If that work
> is not being pursued, what would you recommend to people who
> are in a situation like ours? W
Hi,
>
> I have been looking at this module for using it in my project
> and i must say its a very powerful module. Today, i tried to
> do a quick test to see how it fits in my project. It works
> well but it throws some warnings which i have added to the
> end of this email.
>
> FYI i am u
Hi,
>
>[-1][Thu Jun 26 15:04:27 2008] [warn] (22)Invalid
> argument: Failed to enable the 'httpready' Accept Filter
>[-2][Thu Jun 26 15:04:27 2008] [warn] (22)Invalid
> argument: Failed to enable the 'httpready' Accept Filter
>[-3][Thu Jun 26 15:04:27 2008] [warn] (22)Invalid
> arg
Hi,
Maybe we should go one step back:
Does "make test" works correctly for you?
Does it also test the mod_perl part?
Gerald
> -Original Message-
> From: abhishek jain [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 07, 2008 2:59 AM
> To: Gerald Richter
Hi,
I would suggest using Apache::DBI, which will take care of shareing db
handles
Gerald
> -Original Message-
> From: abhishek jain [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 02, 2008 4:20 AM
> To: Gerald Richter
> Cc: embperl@perl.apache.org
> Su
Hi,
$row has a special meaning in Embperl (see
http://perl.apache.org/embperl/pod/doc/Embperl.-page-3-.htm#sect_8)
So in your case, replace $row by any other variable name and it should
work
Gerald
> -Original Message-
> From: abhishek jain [mailto:[EMAIL PROTECTED]
> Sent: Tuesday
Hi,
Sorry for my late reply.
Does it change anything if you exchange the order i.e.
EMBPERL_SYNTAX "EmbperlBlocks SSI"
Gerald
> -Original Message-
> From: Vietze, Axel [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 19, 2007 2:47 PM
> To: embperl@perl.apache.org
> Subject: Error
Hi,
How do you pass %fdat. The correct way would be:
Embperl::Execute ({inputfile => '/path/to/some/file', fdat =>
\%custom_fdat}) ;
Did you do it this way?
If yes, did you have a LoadModule and a PerlModule statement for Embperl
in your httpd.conf?
Gerald
> -Original Message-
> Fr
Hi,
>
> Thanks for reviatalizing this project. It looks like some
> of the install steps for HTML::EmbperlObject require the
> Apache2 source. Is there a way to do this using apxs?'
>
Unfortunately it apxs is not supported yet, but when you get asked for
the source, specify the directoty w
Hi,
For me this looks like you did not have a LoadModule and PerlModule for
Embperl in your httpd.conf.
If this is not clear please mail your httpd.conf
Gerald
Gerald Richter ECOS electronic communication services
Hi,
I am not aware of a ready framework. The Embperl web sites (which you
can find as an example under eg/web in the Embperl distribution),
implements some of your ideas.
Gerald
Gerald Richter ECOS electronic
send your httpd.conf.
Gerald
Gerald Richter ECOS electronic communication services GmbH
*** SECURING YOUR NETWORK
Post: Tulpenstrasse 5D-55276 Dienheim b. Mainz
E
Hi,
>
> Searched through the documentation and mailing lists but
> could not find the exact information.
> What are the most important differences between using normal
> perl module with:
>
> use Package::Module
>
> $obj = Package::Module->new();
>
> or using
>
> $obj = Execute({object =>
>
> Thank you very much. Will be trying it as soon as I get the time.
>
> Could you tell me which files are responsible for the
> generation of the (x)html. Is it all in Embperl::Syntax::* or
> does some of the logic is also in *.c files.
>
The difference between html and xhtml is mostly in
Hi,
> That's true, but maintenance becomes are little more complicated.
I simply use the same httpd.conf, with some inside, to make
maintaince easy.
> Anyway,
> what I encountered is the following:
> If I supply every virtual host with a "Embperl_Package" -
> Parameter it seems to work as de
Hi,
> I have this scenario:
> Two virtual servers ( A and B ) share the same DocumentRoot,
> due to the fact that every server needs some special "global"
> variables, each is set up with its own Perl interpreter.
> The first Request to the page mypage.epl determinates which
> server has the "r
MPAT_1X' switch. Doesn't
> the Makefile detect my mod_perl2 correctly?
>
This swicth comes from mod_perl (Embperl use the same build flags as
mod_perl).
It is anyway on by default and enables some compatibility features with
mod_perl 1.x
Gerald
> -Alex
>
>
> --
Besuchen Sie unseren Messestand auf der SYSTEMS vom 23. - 26.10. in
München, Halle B3, Stand 425 www.ecos.de/messen-events/systems-2007.html
Gerald Richter ECOS electronic communication services GmbH
= 2
> option = 262144
>
> ERRORS detected! NOT all tests have been passed successfully
>
> make: *** [test_dynamic] Error 1
>
> I'm running debian etch with all updates installed.
>
> -Alex
>
>
> -Original Message-
> From: Gerald Richter -
Gerald Richter ECOS electronic communication services GmbH
*** SECURING YOUR NETWORK
Post: Tulpenstrasse 5D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED]Voice: +49
Messestand auf der SYSTEMS vom 23. - 26.10. in
München, Halle B3, Stand 425 www.ecos.de/messen-events/systems-2007.html
Gerald Richter ECOS electronic communication services GmbH
*** SECURING YOUR NETWORK
. in
München, Halle B3, Stand 425 www.ecos.de/messen-events/systems-2007.html
Gerald Richter ECOS electronic communication services GmbH
*** SECURING YOUR NETWORK
Post
suchen Sie unseren Messestand auf der SYSTEMS vom 23. - 26.10. in
München, Halle B3, Stand 425 www.ecos.de/messen-events/systems-2007.html
------------
Gerald Richter ECOS electronic communication services GmbH
*** SEC
Gerald Richter ECOS electronic communication services GmbH
*** SECURING YOUR NETWORK
Post: Tulpenstrasse 5D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED]Voice: +49
SYSTEMS vom 23. - 26.10. in
München, Halle B3, Stand 425 www.ecos.de/messen-events/systems-2007.html
Gerald Richter ECOS electronic communication services GmbH
*** SECURING YOUR NETWORK
>
> I've just upgraded Apache and Embperl won't compile.
>
> Embperl 2.2.0
> GenToo Linux
> Apache 2.2.6
> apr 1.2.8
> libapreq2 2.08
>
> These are the error messages I get:
As far as I can see that is something you have to blame your
distribution for.
I have no problems running Embperl with
Hi,
>
> I also wonder if it wouldn't be better to get the Mason
> maintainers to look at replacing the core of Mason with the
> fast internals of Embperl and merge some development efforts.
>
I have tried this for some time, when Mason was first published, but I
didn't had sucess.
Now, sinc
1 - 100 of 2943 matches
Mail list logo