25, 2021 at 11:20 AM Robby Desmond (RTD)
> wrote:
>
> > Similarly, if you wish to use cpanm to build Embperl from within Ansible
> > on a Red Hat system, even if you install the Apache development package and
> > the mod_perl development package, you will still have to sy
I didn't realize Embperl could be installed with cpanm. I will try that
next time. Thanks!
On Mon, Oct 25, 2021 at 11:20 AM Robby Desmond (RTD)
wrote:
> Similarly, if you wish to use cpanm to build Embperl from within Ansible
> on a Red Hat system, even if you install the Apache
see if Mod_perl is installed.
perl 5.16
CentOS 7
Apache 2.4
Embperl 2.5.0.4
perl
never mind ... my bad.
On Fri, Feb 7, 2020 at 4:02 PM Jim Tappe wrote:
>
> I have the same issue with Embperl 2.0.4 and Apache 2.4.6. CentOS.
>
> What is weird is that Embperl works when I set the environment variables
> without SetEnv like this.
>
> EMBPERL_USEENV on
I have the same issue with Embperl 2.0.4 and Apache 2.4.6. CentOS.
What is weird is that Embperl works when I set the environment variables
without SetEnv like this.
EMBPERL_USEENV on
EMBPERL_OBJECT_BASE base.epl
I would set them like this except Apache 2.4 sometimes complains the
bareword
Hi all,
I am getting this error message
Embperl::Object base _base.epl not found.
even though I have this set in VirtualHost.
SetEnv EMBPERL_USEENV on
SetEnv EMBPERL_OBJECT_BASE base.epl
So it should work. Any ideas?
Thanks,
Jim
>
OK - so here is the thing, and I don't know why
you need to compile apache without static mpms and then load mpm_prefork
in the config file
Build apache
./configure --enable-mpms-shared=all
http.conf:
#LoadModule macro_module modules/mod_macro.so
LoadModule mpm_prefork_module mo
ystem using "man perl" or "perldoc perl". If you have access to
> the
> > Internet, point your browser at http://www.perl.org/, the Perl Home
> Page.
> >
> > On Mon, Jan 6, 2020 at 6:20 PM Ruben Safir wrote:
> >
> > > what version of
Jan 6, 2020 at 6:20 PM Ruben Safir wrote:
>
> > what version of perl
> >
> >
> > On Mon, Jan 06, 2020 at 03:53:41PM -0800, Jim Tappe wrote:
> > > Well, I compiled Empberl along with apache and mod perl source as
> > follows.
> > >
> > > cd \tmp\Emb
.org/, the Perl Home Page.
On Mon, Jan 6, 2020 at 6:20 PM Ruben Safir wrote:
> what version of perl
>
>
> On Mon, Jan 06, 2020 at 03:53:41PM -0800, Jim Tappe wrote:
> > Well, I compiled Empberl along with apache and mod perl source as
> follows.
> >
> > cd \tmp\Em
This does not compile out of the box
Embperl-2.5.0_4
mod_perl-2.0.11.tar.gz
perl-5.30.0.tar.gz
httpd-2.4.41.tar.bz2
On Mon, Jan 06, 2020 at 03:53:41PM -0800, Jim Tappe wrote:
> Well, I compiled Empberl along with apache and mod perl source as follows.
>
> cd \tmp\Embperl-2.5.0
what version of perl
On Mon, Jan 06, 2020 at 03:53:41PM -0800, Jim Tappe wrote:
> Well, I compiled Empberl along with apache and mod perl source as follows.
>
> cd \tmp\Embperl-2.5.0_4
> perl Makefile.PL
> Found mod_perl 2.0
> Build with support for Apache mod_perl?(y/n) [y]y
Well, I compiled Empberl along with apache and mod perl source as follows.
cd \tmp\Embperl-2.5.0_4
perl Makefile.PL
Found mod_perl 2.0
Build with support for Apache mod_perl?(y/n) [y]y
Use /usr/include/httpd as Apache source(y/n) [y]y
make
make install
Software versions.
Embperl-2.5.0_4
Apache
On Sun, Jan 05, 2020 at 05:55:45PM -0800, Jim Tappe wrote:
> Thanks. I recompiled again with apache and mod_perl source and apache is
> starting now. :) I must have messed up when I did the last compile.
>
> On Thu, Jan 2, 2020 at 9:26 PM Jim Tappe wrote:
Honestly, I have no id
Thanks. I recompiled again with apache and mod_perl source and apache is
starting now. :) I must have messed up when I did the last compile.
On Thu, Jan 2, 2020 at 9:26 PM Jim Tappe wrote:
> Hi all,
>
> I checked the Embperl README file and it seems Embperl has not been yet
> te
On Thu, Jan 02, 2020 at 11:11:54PM -0800, Dirk Jagdmann wrote:
> I use Embperl on Gentoo Linux with Apache 2.4, mod_perl 2 and
> whatever perl version Gentoo Linux uses (was 5.24-5.30 in recent
> years).
> I've always had to manually build my Embperl, but recently started
> t
ME file and it seems Embperl has not been yet
> tested against Apache 2.4.
>
> I have been trying to get it to work with Apache 2.4 and got it compiled
> but am still getting this error in the Apache log.
>
> httpd: Syntax error on line 207 of /etc/httpd/conf/httpd.conf: Can
I use Embperl on Gentoo Linux with Apache 2.4, mod_perl 2 and whatever
perl version Gentoo Linux uses (was 5.24-5.30 in recent years).
I've always had to manually build my Embperl, but recently started to
set up the Embperl source code with the various patches from Debian and
other so
Hi all,
I checked the Embperl README file and it seems Embperl has not been yet
tested against Apache 2.4.
I have been trying to get it to work with Apache 2.4 and got it compiled
but am still getting this error in the Apache log.
httpd: Syntax error on line 207 of /etc/httpd/conf/httpd.conf
that Gerald had some fixes for this as part of
making embperl compatible with apache 2.4, but it looks like they were
added in to embperl 2.5.0 which is what I'm trying to use.
Any hints or tips much appreciated!
Thanks
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
I am long-time embperl user.
Recently I've upgraded from ubuntu 13.04 to ubuntu 13.10., and embperl
has stopped working. cannot enable zembperl.* files in mods-enabled
The ubuntu installer has upgraded apache 2.2 to apache 2.4.
The upgrade worked, mod_perl works, but I suspect the upgrade
Hi Frank,
doing an exit (404) should set the status code
Gerald
Von: Frank Wesemann [mailto:[email protected]]
Gesendet: Freitag, 11. Oktober 2013 21:59
An: [email protected]
Betreff: Can't set $epreq->apache_req->status on Apache 2.2
Hi,
I do have .ep
_out{'Content-Type'} = "text/plain; charset=ISO-8859-1";
print OUT "The image can't be found";
exit;
And the browser get's an 404 and shows a broken image (or nothing nowadays).
This works like a charme in my development environment under Apache 2.0.55.
In th
Hi Gerald,
thank you for your work regarding Perl 5.18, which I hope to be able to
look at soon. In the meantime, I have been struggling to make Embperl
work with Apache 2.4, which is now in Debian testing/unstable for a few
weeks.
Compiling Embperl was relatively straight-forward; all I needed
> should run without any rewrite as cgi script and you should have the same
> functionality
>
> Gerald
>
> > -Original Message-
> > From: Allen Haim [mailto:[email protected]]
> > Sent: Thursday, December 29, 2011 10:13 AM
> > To: embperl
2011 10:13 AM
> To: [email protected]
> Subject: apache migrate -> nginx
>
> Hi all,
>
> I've recently had to migrate my (working) Embperl website to a new server
> which doesn't have the possibility of installing Apache, but has nginx
> instead.
&
Hi all,
I've recently had to migrate my (working) Embperl website to a new server
which doesn't have the possibility of installing Apache, but has nginx
instead.
Is it supposed to be possible to get my site up again with nginx, and, for
example, embpfastcgi.pl?
In other words, will
t; *Sent:* Friday, July 30, 2010 11:48 AM
> *To:* Robby Desmond; [email protected]
> *Subject:* Re: Issue with getting Apache to pass %ENV to sub-scripts on
> Apache2/mod_perl2
>
>
>
> Robby Desmond schrieb:
>
> To answer my own question (thanks to the help of our pr
http://www.embperl.org/downloads/Embperl-2.4.0_3.tar.gz
Gerald
From: Frank Wesemann [mailto:[email protected]]
Sent: Friday, July 30, 2010 11:48 AM
To: Robby Desmond; [email protected]
Subject: Re: Issue with getting Apache to pass %ENV to sub-scripts on
Apache2
r server (RHEL 5, x86_64, Apache 2.2.3, mod_perl2,
Embperl 2.3.0), we had no virtual hosts defined (testing was done on the
raw hostname) and all of our forms seemed to work fine.
Now that we have gone to a NamedVirtualHost configuration (because in
production this server answers to many domains), we
gt; work correctly.)
>
> Why would Embperl code not be properly interpreting mutlipart/form-data?
>
> -R
>
> On 7/29/2010 10:04 AM, Robby Desmond wrote:
>> Hi,
>>
>> When testing our server (RHEL 5, x86_64, Apache 2.2.3, mod_perl2,
>> Embperl 2.3.0), we
e you authorized" to
work correctly.)
Why would Embperl code not be properly interpreting mutlipart/form-data?
-R
On 7/29/2010 10:04 AM, Robby Desmond wrote:
> Hi,
>
> When testing our server (RHEL 5, x86_64, Apache 2.2.3, mod_perl2,
> Embperl 2.3.0), we had no virtual hosts def
Hi,
When testing our server (RHEL 5, x86_64, Apache 2.2.3, mod_perl2,
Embperl 2.3.0), we had no virtual hosts defined (testing was done on the
raw hostname) and all of our forms seemed to work fine.
Now that we have gone to a NamedVirtualHost configuration (because in
production this server
he.org
> Subject: Re: Problems with Apache and SessionX hanging
>
> On Wed, Oct 08, 2008 at 12:15:27PM +0200, Hartmaier Alexander wrote:
> > We've had a similar problem with Catalyst on the mailing list and MyISAM
> > caused the problem because it's not transaction
blems with Apache and SessionX hanging
On Wed, Oct 08, 2008 at 12:15:27PM +0200, Hartmaier Alexander wrote:
We've had a similar problem with Catalyst on the mailing list and MyISAM caused
the problem because it's not transaction safe.
Maybe the sessionid holding column isn't lon
: Problems with Apache and SessionX hanging
On Wed, Oct 08, 2008 at 12:15:27PM +0200, Hartmaier Alexander wrote:
> We've had a similar problem with Catalyst on the mailing list and MyISAM
> caused the problem because it's not transaction safe.
> Maybe the sessionid holding column is
, 2008 7:26 PM
> To: Hartmaier Alexander
> Cc: [email protected]
> Subject: RE: Problems with Apache and SessionX hanging
>
> Yes from the looks of it.
>
> Keven Murphy
> CISSP, GCIA, GCIH, GCFA, GCWN, GAWN
> CSC Lead Information Risk Manager (LIRM)
> [EMAIL PROTECTE
Murphy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 07, 2008 7:26 PM
To: Hartmaier Alexander
Cc: [email protected]
Subject: RE: Problems with Apache and SessionX hanging
Yes from the looks of it.
Keven Murphy
CISSP, GCIA, GCIH, GCFA, GCWN, GAWN
CSC Lead Information Risk Manager (LIRM)
[
ue, 7 Oct 2008, Hartmaier Alexander wrote:
> Are you using MyISAM?
>
> -Alex
>
> -Ursprüngliche Nachricht-
> Von: Keven Murphy [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 07. Oktober 2008 16:59
> An: [email protected]
> Betreff: Problems with Apache an
Are you using MyISAM?
-Alex
-Ursprüngliche Nachricht-
Von: Keven Murphy [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 07. Oktober 2008 16:59
An: [email protected]
Betreff: Problems with Apache and SessionX hanging
Hello all,
I am having a interesting issue my web server hanging
ing a index to the sessions database on apache. That did
not seem to help either.
Any suggestions?
I am running Apache 2.2.9, mod_perl 2.0.4, Embperl 2.3.0, Apache::Session 1.87,
and Apache::SessionX 2.01.
Thank you,
Keven Murphy
[EMAIL PROTECTED]
Murphy's Law
((U+C+I)x(10-S))/20xAx1/(1-si
://perl.apache.org/docs/2.0/api/Apache2/ServerUtil.html#C_restart_co
unt_
Documentation on the deliberate restart:
http://perl.apache.org/docs/2.0/user/handlers/server.html#Server_Life_Cy
cle
"Apache 2.0 starts by parsing the configuration file. After the
configuration file is parsed, the PerlO
On Thu, 24 Jul 2008, Andrew O'Brien wrote:
> A start in apache is actually a start+restart IIRC. Could that be what
> you're seeing? I posted this a few days back but perhaps it was lost
> in the noise. I've got the following in my startup.pl:
>
> use Apache2::Serv
Andrew O'Brien wrote:
Hi Neil,
use Apache2::ServerUtil;
# We want to do this only when the sever restarts. (The start process
# includes a restart). The below variable has a value of 1 during
# server start/stop and a value greater than one during the second
# phase of server starting and any gra
Andrew O'Brien wrote:
Hi Neil,
A start in apache is actually a start+restart IIRC. Could that be what
you're seeing? I posted this a few days back but perhaps it was lost in
the noise. I've got the following in my startup.pl:
use Apache2::ServerUtil;
# We want to do this only
Hi Neil,
> I am now using Apache2.2, mod_perl 2 and Embperl 2.3. I am also
> preloading my Embperl code via startup.pl, and finding that
> "apachectl
> stop" seems to call my preload routine even when shutting
> down apache,
> which makes it take an absurdly l
I am now using Apache2.2, mod_perl 2 and Embperl 2.3. I am also
preloading my Embperl code via startup.pl, and finding that "apachectl
stop" seems to call my preload routine even when shutting down apache,
which makes it take an absurdly long time to cycle the server when I
change
Further to my efforts to get Embperl working on Debian Lenny with stock
Apache2.2, I am trying to compile the latest 2.3 Embperl from source. I
gave it the debian source apache path, which it seemed happy with. Build
seemed to work ok too. But make test gives an error:
...
Testing offline
[email protected]
Subject: RE: Embperl 2.3 does not support Apache 2.x on Win32
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 wor
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 i
Adam Hasselbalch Hansen napsal(a):
Hey.
Saw here http://www.gossamer-threads.com/lists/modperl/embperl/17312
that you got a working copy of Apache::ImageMagick on Apache2/mod_perl2.
Something you still have?
Cheers,
Adam
Hi,
it's old and ugly hack - it works for what I do quite fine
>
> 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.
> On Mon, Sep 17, 2007 at 09:20:26AM +1000, Andrew O'Brien wrote:
> > What is the latest combination of apache/embperl that is
> supported by
> > your distro?
>
> Apache 2.2.6 *is* the current supported version of Apache on my distro
> (GenToo). That's why
On Mon, Sep 17, 2007 at 09:20:26AM +1000, Andrew O'Brien wrote:
> What is the latest combination of apache/embperl that is supported by
> your distro?
Apache 2.2.6 *is* the current supported version of Apache on my distro
(GenToo). That's why I was installing it; it was a routin
Hi Kathryn,
> Well, I have now done the *opposite* of what you suggested,
> and that is
> to downgrade to Apache 2.0.59 and apr 0.9.12, and that seems to have
> done the trick, though it's obviously only a temporary solution.
So this was the original configuration?
I'm c
version and trying to build against it. I'd try re-running
> ./configure and rebuilding for httpd , then re doing the perl
> Makefile.PL ; make ; make install for mod_perl, and embperl.
Well, I have now done the *opposite* of what you suggested, and that is
to downgrade to Apache 2.0
On Thu, Sep 13, 2007 at 06:07:20PM -0500, Matthew A. Bockol wrote:
> I suspect part of your problem is the APR 1.2.8. Httpd2.2.6 seems to
> come with 1.2.11 -- Make sure to push apr-1-config and apu-1-config
> out of your path, the configuration step is probably detecting the
> older version and t
version and trying to build against it. I'd try re-running
> ./configure and rebuilding for httpd , then re doing the perl
> Makefile.PL ; make ; make install for mod_perl, and embperl.
Thanks, I'll try that. Though I'm puzzled a bit because GenToo has
marked apr 1.2.11
PM (GMT-0600) America/Chicago
Subject: Re: Problem with Apache 2.2.6
On Thu, Sep 13, 2007 at 08:32:43AM +1000, Kathryn Andersen wrote:
> 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
On Thu, Sep 13, 2007 at 08:32:43AM +1000, Kathryn Andersen wrote:
> 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
Is there any further information I need to provide? I desperat
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:
---
/usr/bin/perl5.8.8 /usr/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap
Sorry for wasting everyone's time. There are some days you just
shouldn't get out of bed ...
There was no
PerlModule Oriel::Embperl2Req
In my apache config.
I don't know why I assumed EmbperlObject would do that for me!
So the following now works:
Content of th
Hi all,
I'm finally migrating away from an Apache 1.3 / HTML::Embperl::Object
1.3.x environment for our largest application.
I've hit a problem with EMBPERL_OBJECT_HANDLER_CLASS though. Whenever I
use it I get the following error in the apache logs which looks like
some sort of i
ith a user friendly application.
Any ideas ?
Etienne Boulet
Gerald Richter - ECOS GmbH wrote:
You need to put your webdav and your Embperl definition inside of two
different blocks, so Apache knows what to do when you request
a pa
You need to put your webdav and your Embperl definition inside of two
different blocks, so Apache knows what to do when you request
a page
Gerald
--
Gerald Richter ECOS electronic communication services GmbH
Am 24.05.2007 um 14:31 schrieb Etienne Boulet:
Hello,
I'm trying to run apache, embperl and webdav together.
apache 2.0.58-r2
embperl 2.0_rc4
mod_perl 2.0.3-r1
Here's my problem, I have 2 aliases in my httpd.conf like
# Web for Web (a Web alias for Web visitors)
Alias "/web
Hello,
I'm trying to run apache, embperl and webdav together.
apache 2.0.58-r2
embperl 2.0_rc4
mod_perl 2.0.3-r1
Here's my problem, I have 2 aliases in my httpd.conf like
# Web for Web (a Web alias for Web visitors)
Alias "/website"
"/var/www/localhost/htdoc
Hello,
>
> when compiling Embperl 2.2 on Mac OS-X 10.4.8 using the
> built-in apache 1.3.33 a little patch on "eputil.c" has to
> get applied to ensure compiling runs without errors:
>
Thanks for the patch. It's commited into the svn and will go into the next
Hello,
when compiling Embperl 2.2 on Mac OS-X 10.4.8 using the built-in
apache 1.3.33 a little patch on "eputil.c" has to get applied to
ensure compiling runs without errors:
--- Embperl-2.2.0/eputil.c 2005-11-09 06:11:42.0 +0100
+++ Embperl-2.2.0_patched/eputil.c
Hi, I am using Apache::Session module for state persistence. However Iam getting the following error :[1989]ERR: 24: Error in Perl code: Global data is not accessible: Died
at /usr/local/lib/site_perl/Apache/Session/Generate/MD5.pm line 40.Atari 800 HTML::Embperl 1.3.6 [Fri Aug 25 11:18:35
Hi, I am using Apache::Session module for state persistence. However Iam getting the following error :[1989]ERR: 24: Error in Perl code: Global data is not accessible: Died
at /usr/local/lib/site_perl/Apache/Session/Generate/MD5.pm line 40.Atari 800 HTML::Embperl 1.3.6 [Fri Aug 25 11:18:35 2006
erl book example) it could
possibly cause problems with the way apache forks it'sown worker processes.
No it can't propagate to the other children via the parent - there is
no mechanism in Unix for this to happen. However if you
keep setting SIGCHLD to IGNORE, then eventually you will ha
th the way apache forks it's
own worker processes.
Thanks.
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-
To unsu
> >
> > lighttpd doesn't use PATH_TRANSLATED.
> > I seem to have things working by doing $ENV{PATH_TRANSLATED} =
> > $ENV{SCRIPT_FILENAME};
> >
> > is there a reason your script doesn't use SCRIPT_FILENAME
> in favor of
> > PATH_TRANSLATED?
>
That is to support calling a script as
/cgi-bin/e
gt; > > other aspects of it appear to be fine. I did that approach
> > > because I don't know if there's an apache/lighttpd difference
> > > in how the scripts are called. Btw, if I can get this
> > > working, I'd be happy to write up how to use this w
> because I don't know if there's an apache/lighttpd difference
> > in how the scripts are called. Btw, if I can get this
> > working, I'd be happy to write up how to use this with lighttpd.
> >
>
> I never have used lighttpd, so I don't know the
gt; > > other aspects of it appear to be fine. I did that approach
> > > because I don't know if there's an apache/lighttpd difference
> > > in how the scripts are called. Btw, if I can get this
> > > working, I'd be happy to write up how to use this w
> because I don't know if there's an apache/lighttpd difference
> > in how the scripts are called. Btw, if I can get this
> > working, I'd be happy to write up how to use this with lighttpd.
> >
>
> I never have used lighttpd, so I don't know the
working with embpcgi.pl, I removed the line
> causing embpexec.pl to die if used as CGI script, and all
> other aspects of it appear to be fine. I did that approach
> because I don't know if there's an apache/lighttpd difference
> in how the scripts are called. Btw, if
On Mon, Apr 24, 2006 at 11:18:24AM -0700, Daniel wrote:
> I'm moving things around, and since I'm doing that anyway, I decided to
> move to 2.2.0. Now I'm seeing something rather unexpected:
>
> Here's my epl file (I used the example from:
> http://perl.apache.org/embperl/pod/doc/Embperl.-page-3-.
e causing embpexec.pl
to die if used as CGI script, and all other aspects of it appear to be
fine. I did that approach because I don't know if there's an
apache/lighttpd difference in how the scripts are called. Btw, if I can
get this wor
tion fault.
[Switching to Thread -1208805712 (LWP 6801)]
0x0057fff7 in embperl_GetApacheAppName (pDirCfg=0x100948c5) at
mod_embperl.c:904
If you run this multiple times, does it always fails to the same location?
Just to be sure, are the sources (include file from Apache) are the same
from wh
race is here:
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread -1208805712 (LWP 6801)]
> 0x0057fff7 in embperl_GetApacheAppName (pDirCfg=0x100948c5) at
> mod_embperl.c:904
If you run this multiple times, does it always fails to the same location?
Just to b
Gerald Richter wrote:
Could you please run
make test TESTARGS="-h --gdb"
This should give you the chance to get a stackbacktrace form the test. If
you get the backtrace, please type a
p *r
The backtrace is here:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -
> >>>
> >>>
> >> Not. Test doesn't give the segfault . It crash with error:
> >>
> >> #0 ascii... ERR:Server closed connection without
> >> sending any data back
> >>
> >
That's
Gerald Richter wrote:
Not. Test doesn't give the segfault . It crash with error:
#0 ascii... ERR:Server closed connection without
sending any data back
Is it possible that your apache is not compiled with prefork mpm?
Could you send me an
httpd -l
> >
> Not. Test doesn't give the segfault . It crash with error:
>
> #0 ascii... ERR:Server closed connection without
> sending any data back
Is it possible that your apache is not compiled with prefork mpm?
Could you send me an
httpd -l
Gerald
>
> Gerald Richter wrote:
> >> I tried the latest version of Embperl but without any
> luck. I still
> >> have a Segmentation fault. Here is a backtrace:
> >>
> >>
> >
> > Does make test work for you, or does the segfault also occur during
> > make test?
> >
> Not. Test doesn't give the
Gerald Richter wrote:
I tried the latest version of Embperl but without any luck. I
still have a Segmentation fault. Here is a backtrace:
Does make test work for you, or does the segfault also occur during make
test?
Not. Test doesn't give the segfault . It crash with error:
#0 asci
> I tried the latest version of Embperl but without any luck. I
> still have a Segmentation fault. Here is a backtrace:
>
Does make test work for you, or does the segfault also occur during make
test?
What do you do to produce the segfault?
Does it occur during startup or restart?
Does it onl
Gerald Richter wrote:
Gerald Richter wrote:
Some time ago there was a patch for Apache 2.2 on the
mailing list.
You should be able to find it in the archives.
Thanks Gerald for your replay. I found and applied the patch.
Now it gives "Segment
> Gerald Richter wrote:
> >>> Some time ago there was a patch for Apache 2.2 on the
> mailing list.
> >>> You should be able to find it in the archives.
> >>>
> >>>
> >> Thanks Gerald for your replay. I found and applied th
Gerald Richter wrote:
Some time ago there was a patch for Apache 2.2 on the mailing list.
You should be able to find it in the archives.
Thanks Gerald for your replay. I found and applied the patch.
Now it gives "Segmentation fault". I checked PHP and Mason
web applicati
> >
> > Some time ago there was a patch for Apache 2.2 on the mailing list.
> > You should be able to find it in the archives.
> >
> Thanks Gerald for your replay. I found and applied the patch.
> Now it gives "Segmentation fault". I checked PHP an
Gerald Richter wrote:
Hi,
I made upgrade from Fedora Core 4 to Fedora Core 5. After
that I tried to recompile Embperl. It gave some warnings
about not declared functions. I run a test and it gave me
following error:
Env: Fedora Core 5, Apache 2.2.0, mod_perl 2.0.2, Embperl 2.10
Hi,
>
> I made upgrade from Fedora Core 4 to Fedora Core 5. After
> that I tried to recompile Embperl. It gave some warnings
> about not declared functions. I run a test and it gave me
> following error:
>
>
> Env: Fedora Core 5, Apache 2.2.0, mod_perl 2.0.2, Embper
, 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
t; That leads me to another
> question. When I build EmbPerl I do so against httpd-2.0.55
> first, then copy the EmbPerl.so file into
> httpd-2.0.55/modules/ . I do the same thing for httpd-2.2.0
> (build, selecting the apache source path as that for
> httpd-2.2.0, copy the Embperl.so
smime.p7m
Description: S/MIME encrypted message
1 - 100 of 519 matches
Mail list logo