Re: Apache 2.4

2021-10-26 Thread Ruben Safir
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

Re: Apache 2.4

2021-10-25 Thread Jim Tappe
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

Apache 2.4

2021-10-24 Thread Jim Tappe
see if Mod_perl is installed. perl 5.16 CentOS 7 Apache 2.4 Embperl 2.5.0.4 perl

Re: Apache 2.4.6, Embperl 2.5.0_4, "Embperl::Object base _base.epl not found.", EMBPERL_USEENV is on.

2020-02-09 Thread Jim Tappe
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

Re: Apache 2.4.6, Embperl 2.5.0_4, "Embperl::Object base _base.epl not found.", EMBPERL_USEENV is on.

2020-02-07 Thread Jim Tappe
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

Apache 2.4.6, Embperl 2.5.0_4, "Embperl::Object base _base.epl not found.", EMBPERL_USEENV is on.

2020-02-07 Thread Jim Tappe
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 >

Re: Apache 2.4?

2020-01-07 Thread Ruben Safir
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

Re: Apache 2.4?

2020-01-06 Thread Jim Tappe
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

Re: Apache 2.4?

2020-01-06 Thread Ruben Safir
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

Re: Apache 2.4?

2020-01-06 Thread Jim Tappe
.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

Re: Apache 2.4?

2020-01-06 Thread Ruben Safir
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

Re: Apache 2.4?

2020-01-06 Thread Ruben Safir
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

Re: Apache 2.4?

2020-01-06 Thread Jim Tappe
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

Re: Apache 2.4?

2020-01-06 Thread Ruben Safir
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

Re: Apache 2.4?

2020-01-05 Thread Jim Tappe
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

Re: Apache 2.4?

2020-01-05 Thread Ruben Safir
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

Re: Apache 2.4?

2020-01-05 Thread Ruben Safir
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

Re: Apache 2.4?

2020-01-02 Thread Dirk Jagdmann
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

Apache 2.4?

2020-01-02 Thread Jim Tappe
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

Error on centos with apache 2.4.23

2016-07-20 Thread Michael Smith
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

AW: embperl on apache 2.4 (ubuntu saucy)

2013-11-11 Thread Gerald Richter - ECOS
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

embperl on apache 2.4 (ubuntu saucy)

2013-11-10 Thread Knut Behrends
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

AW: Can't set $epreq->apache_req->status on Apache 2.2

2013-10-18 Thread Gerald Richter - ECOS
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

Can't set $epreq->apache_req->status on Apache 2.2

2013-10-11 Thread Frank Wesemann
_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

test failure(s) with Apache 2.4

2013-08-15 Thread Florian Schlichting
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

Re: apache migrate -> nginx

2011-12-29 Thread Allen Haim
> 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

RE: apache migrate -> nginx

2011-12-29 Thread richter
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. &

apache migrate -> nginx

2011-12-29 Thread Allen Haim
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

Re: Issue with getting Apache to pass %ENV to sub-scripts on Apache2/mod_perl2

2010-08-04 Thread Robby Desmond
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

RE: Issue with getting Apache to pass %ENV to sub-scripts on Apache2/mod_perl2

2010-08-02 Thread Gerald Richter - ECOS
  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

Re: Issue with getting Apache to pass %ENV to sub-scripts on Apache2/mod_perl2

2010-07-30 Thread Frank Wesemann
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

Re: Issue with getting Apache to pass %ENV to sub-scripts on Apache2/mod_perl2

2010-07-29 Thread Robby Desmond
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

Re: Issue with getting Apache to pass %ENV to sub-scripts on Apache2/mod_perl2

2010-07-29 Thread Robby Desmond
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

Issue with getting Apache to pass %ENV to sub-scripts on Apache2/mod_perl2

2010-07-29 Thread Robby Desmond
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

RE: Problems with Apache and SessionX hanging

2008-10-16 Thread Keven Murphy
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

Re: Problems with Apache and SessionX hanging

2008-10-09 Thread Ruben Safir
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

RE: Problems with Apache and SessionX hanging

2008-10-09 Thread Hartmaier Alexander
: 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

Re: Problems with Apache and SessionX hanging

2008-10-08 Thread Ruben Safir
, 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

RE: Problems with Apache and SessionX hanging

2008-10-08 Thread Hartmaier Alexander
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) [

RE: Problems with Apache and SessionX hanging

2008-10-07 Thread Keven Murphy
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

RE: Problems with Apache and SessionX hanging

2008-10-07 Thread Hartmaier Alexander
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

Problems with Apache and SessionX hanging

2008-10-07 Thread Keven Murphy
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

RE: Question re preloading embperl and apache shutdown

2008-07-24 Thread Andrew O'Brien
://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

RE: Question re preloading embperl and apache shutdown

2008-07-24 Thread Ed Grimm
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

Re: Question re preloading embperl and apache shutdown

2008-07-24 Thread Neil Gunton
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

Re: Question re preloading embperl and apache shutdown

2008-07-24 Thread Neil Gunton
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

RE: Question re preloading embperl and apache shutdown

2008-07-23 Thread Andrew O'Brien
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

Question re preloading embperl and apache shutdown

2008-07-23 Thread Neil Gunton
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

Compiling Embperl 2.3.0 with Debian Lenny source Apache 2.2

2008-07-14 Thread Neil Gunton
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

RE: Embperl 2.3 does not support Apache 2.x on Win32

2008-07-09 Thread Alan Carwile
[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

RE: Embperl 2.3 does not support Apache 2.x on Win32

2008-07-08 Thread Gerald Richter
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

Re: Apache::ImageMagick for mod_per2

2008-04-01 Thread RobertCZ
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

RE: Problem with Apache 2.2.6

2007-09-28 Thread Gerald Richter - ECOS GmbH
> > 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.

RE: Problem with Apache 2.2.6

2007-09-16 Thread Andrew O'Brien
> 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

Re: Problem with Apache 2.2.6

2007-09-16 Thread Kathryn Andersen
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

RE: Problem with Apache 2.2.6

2007-09-16 Thread Andrew O'Brien
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

Re: Problem with Apache 2.2.6

2007-09-14 Thread Kathryn Andersen
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

Re: Problem with Apache 2.2.6

2007-09-14 Thread Kathryn Andersen
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

Re: Problem with Apache 2.2.6

2007-09-13 Thread Kathryn Andersen
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

Re: Problem with Apache 2.2.6

2007-09-13 Thread Matthew A. Bockol
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

Re: Problem with Apache 2.2.6

2007-09-13 Thread Kathryn Andersen
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

Problem with Apache 2.2.6

2007-09-12 Thread Kathryn Andersen
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

RE: Problems with EMBPERL_OBJECT_HANDLER_CLASS on stock debian etch Embperl 2.2.0 / Apache 2.2.3

2007-07-10 Thread Andrew O'Brien
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

Problems with EMBPERL_OBJECT_HANDLER_CLASS on stock debian etch Embperl 2.2.0 / Apache 2.2.3

2007-07-10 Thread Andrew O'Brien
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

Re: apache, webdav, embperl

2007-05-25 Thread Etienne Boulet
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

RE: apache, webdav, embperl

2007-05-25 Thread Gerald Richter - ECOS GmbH
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

Re: apache, webdav, embperl

2007-05-24 Thread Wolfgang Kinkeldei
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

apache, webdav, embperl

2007-05-24 Thread 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 "/website" "/var/www/localhost/htdoc

RE: compiling Embperl 2.2 on Mac OS-X with apache 1.3.33

2006-11-22 Thread Gerald Richter
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

compiling Embperl 2.2 on Mac OS-X with apache 1.3.33

2006-11-21 Thread Wolfgang Kinkeldei
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

Request for Information Regarding Apache::Session module

2006-08-31 Thread dhaval gada
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

Request for Information Regarding Apache::Session module

2006-08-30 Thread dhaval gada
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

Re: Global $SIG{CHLD} safe in mod_perl 1.28 with Apache 1.3?

2006-07-05 Thread Angus Lees
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

Global $SIG{CHLD} safe in mod_perl 1.28 with Apache 1.3?

2006-06-30 Thread Matthew Smith
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

RE: Re: RE: apache/1.3.6 to lighttpd/2.2.0 issues

2006-05-04 Thread Gerald Richter
> > > > 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

Re: Re: RE: apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-28 Thread Daniel
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

Re: RE: apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-28 Thread Daniel
> 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

Re: cookie troubles -> apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-24 Thread Daniel
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

cookie troubles -> apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-24 Thread Daniel
> 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

RE: apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-24 Thread Gerald Richter
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

Re: apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-24 Thread Daniel
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-.

apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-24 Thread Daniel
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

Re: Embper 2.10 and Apache 2.2.0

2006-04-18 Thread Michael Stepanov
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

RE: Embper 2.10 and Apache 2.2.0

2006-04-17 Thread Gerald Richter
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

Re: Embper 2.10 and Apache 2.2.0

2006-04-14 Thread Michael Stepanov
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 -

RE: Embper 2.10 and Apache 2.2.0

2006-04-13 Thread Gerald Richter
> >>> > >>> > >> Not. Test doesn't give the segfault . It crash with error: > >> > >> #0 ascii... ERR:Server closed connection without > >> sending any data back > >> > > That's

Re: Embper 2.10 and Apache 2.2.0

2006-04-13 Thread Michael Stepanov
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

RE: Embper 2.10 and Apache 2.2.0

2006-04-12 Thread Gerald Richter
> > > 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

RE: Embper 2.10 and Apache 2.2.0

2006-04-10 Thread Gerald Richter
> > 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

Re: Embper 2.10 and Apache 2.2.0

2006-04-10 Thread Michael Stepanov
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

RE: Embper 2.10 and Apache 2.2.0

2006-04-10 Thread Gerald Richter
> 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

Re: Embper 2.10 and Apache 2.2.0

2006-04-10 Thread Michael Stepanov
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

RE: Embper 2.10 and Apache 2.2.0

2006-04-08 Thread Gerald Richter
> 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

Re: Embper 2.10 and Apache 2.2.0

2006-03-29 Thread Michael Stepanov
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

RE: Embper 2.10 and Apache 2.2.0

2006-03-29 Thread Gerald Richter
> > > > 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

Re: Embper 2.10 and Apache 2.2.0

2006-03-29 Thread Michael Stepanov
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

RE: Embper 2.10 and Apache 2.2.0

2006-03-28 Thread Gerald Richter
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

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

RE: Embperl 2.1.0, mod_perl 2.0.2, Apache 2.2

2006-03-10 Thread Gerald Richter
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

RE: Embperl 2.1.0, mod_perl 2.0.2, Apache 2.2

2006-03-10 Thread Gerald Richter
smime.p7m Description: S/MIME encrypted message

  1   2   3   4   5   6   >