Re: problem with mod_perl 2.0 + apache 2.0 and proxyreq

2003-08-27 Thread Stas Bekman
John Chiu wrote: Thanks in advance. I've tried all the archives and google'd but I have not found anything that would help. I'm running RH 8.0, httpd-2.0.40-11.5 and mod_perl-1.99_05-3 from the RedHat distribution. I'm trying to create a small proxy module that will check a non-proxy

PerlAuthenHandler problem with mod_perl in a Cobalt Raq4

2003-07-31 Thread Antonio
Hi There, I need to use Apache::AuthDBI to authenticate users via MySQL and InterBase in a Cobalt Raq4. I'm using this method in another linux boxes but this particular Raq4 is driving me mad. Raq4 comes with an Apache with a pre compile mod_perl 1.25 withall hooks enable, including

Problem adding mod_perl to my web server config.

2003-04-06 Thread Paul Adair
I recently attempted to add mod_perl to my web server configuration. Here is my current web server info. Apache/2.0.44 (Unix) mod_ssl/2.0.44 OpenSSL/0.9.7a DAV/2 PHP/4.3.1 Sun-ONE-ASP/4.0.0 There are no problems with this config and everything work ok. I went through all of the config/setup docs

Re: Problem adding mod_perl to my web server config.

2003-04-06 Thread Stas Bekman
Paul Adair wrote: I recently attempted to add mod_perl to my web server configuration. Here is my current web server info. Apache/2.0.44 (Unix) mod_ssl/2.0.44 OpenSSL/0.9.7a DAV/2 PHP/4.3.1 Sun-ONE-ASP/4.0.0 There are no problems with this config and everything work ok. Paul, please make sure to

Re: Problem adding mod_perl to my web server config.

2003-04-06 Thread Paul Adair
- From: Stas Bekman [EMAIL PROTECTED] To: Paul Adair [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, April 07, 2003 1:00 AM Subject: Re: Problem adding mod_perl to my web server config. Paul Adair wrote: I recently attempted to add mod_perl to my web server configuration. Here is my current

Problem with mod_perl and subroutines in multiple files.

2003-03-04 Thread Benjamin Grabkowitz
I am a new Perl developer and just found out about the great benefits of mod_perl. I had a Perl cgi script that ran fine. It consisted of 1 main.pl file and multiple subroutines that each had their own file in a directory called libs (it is in the same directory as main.pl). When I got mod_perl

Re: Problem with mod_perl and subroutines in multiple files.

2003-03-04 Thread Stas Bekman
Benjamin Grabkowitz wrote: I am a new Perl developer and just found out about the great benefits of mod_perl. I see that you try to work with mod_perl 2.0. So here is a bit of advice: mod_perl 2.0 (1.99_0x) while getting better every day, still has quite a few bugs, so you may want to start

Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread Frank Laczko Jr.
Hello all I am having a problem getting mod_perl-1.99_07 and apache_1.3.27 installed. I have looked through the docs and have not seen a solution, so if one exists and I missed it, let me apologize in advance. I am running the apache configure script that uses apaci with options to enable

RE: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread Beau E. Cox
problem with mod_perl-1.99_07 and apache_1.3.27 Hello all I am having a problem getting mod_perl-1.99_07 and apache_1.3.27 installed. I have looked through the docs and have not seen a solution, so if one exists and I missed it, let me apologize in advance. I am running the apache configure script

RE: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread Radu IONESCU
] Subject: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27 Hello all I am having a problem getting mod_perl-1.99_07 and apache_1.3.27 installed. I have looked through the docs and have not seen a solution, so if one exists and I missed it, let me apologize in advance. I am

Re: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread The Doctor
On Mon, Dec 30, 2002 at 02:36:47AM -0700, Frank Laczko Jr. wrote: Hello all I am having a problem getting mod_perl-1.99_07 and apache_1.3.27 installed. I have looked through the docs and have not seen a solution, so if one exists and I missed it, let me apologize in advance. I am running

Re: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread Frank Laczko Jr.
] Sent: Monday, December 30, 2002 4:59 AM Subject: RE: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27 No No No - mod_perl-1.99 is really the pre-relase mod_perl 2. You MUST use Apache 2 with mod_perl 2! Aloha = Beau. -Original Message- From: Frank

Re: Problem compiling mod_perl 1.27 on Windows

2002-12-17 Thread Steve Hay
Randy Kobes wrote: On Mon, 16 Dec 2002, Steve Hay wrote: Is there some other way, for Win32, to achieve what the PERL_USELARGEFILES=0 hack tried to do? This seems hard to do without recompiling either the standard Apache sources (to enable large_files support) or else the standard

Re: Problem compiling mod_perl 1.27 on Windows

2002-12-17 Thread Randy Kobes
large_files support) or else the standard ActivePerl 8xx sources (to disable large_files support). Sounds like recompiling Perl from the ActivePerl 804 sources with large_files support disabled is my best bet. That would most probably fix the problem with mod_perl. Doing this may lead

Problem compiling mod_perl 1.27 on Windows

2002-12-16 Thread Steve Hay
Hi, I'm having trouble compiling mod_perl 1.27 (with Apache 1.3.27 / Perl 5.8.0) on Windows (XP SP1 with MS VC++ 6.0 SP5). It builds fine with Perl 5.8.0 standard sources, but I'm just trying to upgrade my Perl to the slightly patched sources that ActivePerl Build 804 uses. I've built Perl

Re: Problem compiling mod_perl 1.27 on Windows

2002-12-16 Thread Randy Kobes
On Mon, 16 Dec 2002, Steve Hay wrote: Hi, I'm having trouble compiling mod_perl 1.27 (with Apache 1.3.27 / Perl 5.8.0) on Windows (XP SP1 with MS VC++ 6.0 SP5). It builds fine with Perl 5.8.0 standard sources, but I'm just trying to upgrade my Perl to the slightly patched sources that

Re: Problem compiling mod_perl 1.27 on Windows

2002-12-16 Thread Steve Hay
Randy Kobes wrote: On Mon, 16 Dec 2002, Steve Hay wrote: I'm having trouble compiling mod_perl 1.27 (with Apache 1.3.27 / Perl 5.8.0) on Windows (XP SP1 with MS VC++ 6.0 SP5). It builds fine with Perl 5.8.0 standard sources, but I'm just trying to upgrade my Perl to the slightly patched

Re: Problem compiling mod_perl 1.27 on Windows

2002-12-16 Thread Randy Kobes
On Mon, 16 Dec 2002, Steve Hay wrote: Randy Kobes wrote: I've found the same thing - I believe it's because of the USE_LARGE_FILES support that ActivePerl 8xx has enabled, and this runs into a conflict with the standard Win32 apache-1 which doesn't have such support (in the above,

Re: Some wierd problem with mod_perl and Apache

2002-08-03 Thread Ged Haywood
Hi there, On Fri, 2 Aug 2002 [EMAIL PROTECTED] wrote: sometimes.when I enter the values in the form and click on the change password button, the same screen comes back to me without the change actually happening. After doing this couple of times, I would actually succeed. Have you

Re: Some wierd problem with mod_perl and Apache

2002-08-03 Thread Stas Bekman
Ged Haywood wrote: Hi there, On Fri, 2 Aug 2002 [EMAIL PROTECTED] wrote: sometimes.when I enter the values in the form and click on the change password button, the same screen comes back to me without the change actually happening. After doing this couple of times, I would actually

RE: Some wierd problem with mod_perl and Apache

2002-08-03 Thread pandit_tushar
: Re: Some wierd problem with mod_perl and Apache Ged Haywood wrote: Hi there, On Fri, 2 Aug 2002 [EMAIL PROTECTED] wrote: sometimes.when I enter the values in the form and click on the change password button, the same screen comes back to me without the change actually happening. After

RE: Some wierd problem with mod_perl and Apache

2002-08-03 Thread Ged Haywood
Hi there, On Sat, 3 Aug 2002 [EMAIL PROTECTED] wrote: Would like to know if someone can see any obvious problems here: package Apache::ChangePassword; use strict; use Apache::Constants qw(:common); use CGI '-autoload'; Well I wouldn't use CGI.pm just to call param().

RE: Some wierd problem with mod_perl and Apache

2002-08-03 Thread pandit_tushar
Would like to know if someone can see any obvious problems here: package Apache::ChangePassword; use strict; use Apache::Constants qw(:common); use CGI '-autoload'; Well I wouldn't use CGI.pm just to call param(). If I don;t use CGI.pm, it complains during compilation - Undefined

RE: Some wierd problem with mod_perl and Apache

2002-08-03 Thread Ged Haywood
Hi there, On Sat, 3 Aug 2002 [EMAIL PROTECTED] wrote: Well I wouldn't use CGI.pm just to call param(). If I don;t use CGI.pm, it complains during compilation - Undefined subroutine Apache::ChangePassword::param. Yup. You need to parse the input some other way. It's not difficult.

RE: Some wierd problem with mod_perl and Apache

2002-08-03 Thread Rafiq Ismail (ADMIN)
On Sat, 3 Aug 2002, Ged Haywood wrote: Hi there, On Sat, 3 Aug 2002 [EMAIL PROTECTED] wrote: Well I wouldn't use CGI.pm just to call param(). If I don;t use CGI.pm, it complains during compilation - Undefined subroutine Apache::ChangePassword::param. Yup. You need to parse the

Some wierd problem with mod_perl and Apache

2002-08-02 Thread pandit_tushar
I have been trying to debug this for some time, and am not sure what is happening or why it is happening. I have a simple gui that takes in old and new passwd and changes it. For this I have a change password button. Now the problem that I see is sometimes.when I enter the values in the

silent failure still a problem in mod_perl 2.0?

2002-07-31 Thread Wilbur, Charlton
Kyle Dawkins writes: I'd betcha your problem is almost certainly caused by your use of DSOs. If you *really* want to prune your system down to see where your bug is, then build apache and mod_perl statically. There was a very well-known bug that caused DBI to segfault if it was run under a

FW: silent failure still a problem in mod_perl 2.0?

2002-07-31 Thread Wilbur, Charlton
Kyle Dawkins writes: I'd betcha your problem is almost certainly caused by your use of DSOs. If you *really* want to prune your system down to see where your bug is, then build apache and mod_perl statically. There was a very well-known bug that caused DBI to segfault if it was run under a

Re: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please H elp !

2002-04-18 Thread Mark P. Fister
On Thu, Apr 18, 2002 at 10:19:09AM -0700, Fernando Munoz wrote: Thanks for your input Stas. I followed (step-by-step) the installation suggested in the guide and I ended with the same message after .. # perl Makefile.PL USE_APACI=1 EVERYTHING=1 \ DO_HTTPD=1 SSL_BASE=/usr/local/ssl \

RE: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please H elp !

2002-04-18 Thread Fernando Munoz
To: Fernando Munoz Cc: 'Stas Bekman'; '[EMAIL PROTECTED]' Subject: Re: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please H elp ! On Thu, Apr 18, 2002 at 10:19:09AM -0700, Fernando Munoz wrote: Thanks for your input Stas. I followed (step-by-step) the installation suggested in the guide and I

Re: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please H elp !

2002-04-18 Thread Stas Bekman
Fernando Munoz wrote: Well I tried your suggestion and it didn't work at first but, after revising my steps I noticed that $LD_LIBRARY_PATH did not have /usr/local/ssl/lib (where libssl libraries live) so I push that path there and ssl passed. Unfortunately I got a different problem now ..

RE: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please H elp !

2002-04-18 Thread Fernando Munoz
Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 11:23 AM To: Fernando Munoz Cc: 'Mark P. Fister'; '[EMAIL PROTECTED]' Subject: Re: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please H elp ! Fernando Munoz wrote: Well I tried your suggestion

Problem Installing mod_perl + mod_ssl in Solaris 8 - Please Help !

2002-04-17 Thread Fernando Munoz
These are the software/platform I'm working with: Solaris 8 Perl 5.6.1 OpenSSl-0.9.6c mod_ssl-2.8.8-1.3.24 mod_perl-1.24_01 Apache 1.3.24 These are the steps that I've taken to install the modules: Installing OpenSSl :

Re: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please Help !

2002-04-17 Thread Stas Bekman
Fernando Munoz wrote: These are the software/platform I'm working with: Solaris 8 Perl 5.6.1 OpenSSl-0.9.6c mod_ssl-2.8.8-1.3.24 mod_perl-1.24_01 Apache 1.3.24 These are the steps that I've taken to install the modules: Try to follow

Problem comping mod_perl and mod_dav statically at same time...

2002-03-14 Thread simran
Hi All, I am trying to compile the following things together: * apache_1.3.23 * mod_dav-1.0.3-1.3.6 * mod_perl-1.26 If i compile apache with mod_dav OR mod_perl it works fine. However, if i compile them both in then httpd always segfaults as soon as i pass it any request. The way i

Re: Problem comping mod_perl and mod_dav statically at same time...

2002-03-14 Thread simran
Hi All, To all those that read the message and were about to reply, a big thankyou. I *think* i have it working :-) The problem was that the 'dav' directory (as specificied in the Location field in my httpd.conf) did not exist on the filesystem!!! Once i created that, all the options seem

Problem building mod_perl 1.26

2002-01-10 Thread William R Ward
This is weird... anyone ever seen this before? In the middle of compiling the modules, I get syntax errors in the C code?? --Bill. /opt/SUNWspro/bin/cc -c -I/usr/local/include -O-DVERSION=\1.00\ -DXS_VERSION=\1.00\ -KPIC -I/usr/local/lib/perl5/5.00503/sun4-solaris/CORE Leak.c Leak.c,

Re: Problem building mod_perl 1.26

2002-01-10 Thread William R Ward
Nevermind - I did a make distclean and started over, and now the problem's gone. I still wonder what it means though. --Bill. William R Ward writes: This is weird... anyone ever seen this before? In the middle of compiling the modules, I get syntax errors in the C code?? --Bill.

Forking problem with mod_perl...

2001-12-02 Thread Brian
I'm writing a script that will run under mod_perl. Right now, if I disable mod_perl the script runs fine. When I turn mod_perl back on, it stops working. Here's the lowdown. Basically I'm writing a program that will take a users email address and their password, and make an attempt to figure

Re: Forking problem with mod_perl...

2001-12-02 Thread Brett W. McCoy
On Sun, 2 Dec 2001, Brian wrote: I'm writing a script that will run under mod_perl. Right now, if I disable mod_perl the script runs fine. When I turn mod_perl back on, it stops working. Here's the lowdown. Forking under mod_perl isn't a good idea. Did you read this?

RE: Problem using mod_perl-1.26 with perl 5.6.1 and XML::Parser

2001-10-19 Thread Matt Sergeant
-Original Message- From: Matthew H. Gerlach [mailto:[EMAIL PROTECTED]] Now that I had something reproducible, I continued. I rebuilt using Apache 1.3.22 just like above, and everything continued to work. I upgraded to XML::Parser-2.30, and things continued to work. It was only

Re: Problem using mod_perl-1.26 with perl 5.6.1 and XML::Parser

2001-10-19 Thread Matthew H. Gerlach
Just to follow up. I took your advice on building building modperl. My actual command was as follows: perl Makefile.PL \ EVERYTHING=1 \ USE_APACI=1 \ APACHE_PREFIX=/lsurf/wohg \ APACHE_SRC=../$APACHE/src \ DO_HTTP=1 \ APACI_ARGS=--enable-rule=expat --enable-module=so

Re: Problem using mod_perl-1.26 with perl 5.6.1 and XML::Parser

2001-10-19 Thread clayton cottingham
Matthew H. Gerlach wrote: Just to follow up. I took your advice on building building modperl. My actual command was as follows: perl Makefile.PL \ EVERYTHING=1 \ USE_APACI=1 \ APACHE_PREFIX=/lsurf/wohg \ APACHE_SRC=../$APACHE/src \ DO_HTTP=1 \

Problem using mod_perl-1.26 with perl 5.6.1 and XML::Parser

2001-10-18 Thread Matthew H. Gerlach
Hi gang, I am fairly new to mod_perl, but I would like to share my recent experience and hope someone might offer some insight into my troubles. Last week I whipped together a simple perl module that used XML::Simple ( a wrapper for XML::Parser) to parse some POST'd content. Once parsed the

RE: Compile problem w/ mod_perl-1.26 apache_1.3.20

2001-08-31 Thread Rob Bloodgood
cp apaci/perl_config ../apache_1.3.20/src/modules/perl/perl_config ^^ the file is copied all right [snip] Creating Makefile Creating Configuration.apaci in src + id: mod_perl/1.26 + id: Perl/v5.6.0 (linux)

Compile problem w/ mod_perl-1.26 apache_1.3.20

2001-08-30 Thread Scott Chapman
I'm getting this error when I make mod-perl. I'm running on TurboLinux 5.0. I'd appreciate any info on why this is failing. (cd ../apache_1.3.20 PERL5LIB=/home/software/mod_perl-1.26/lib make) make[1]: Entering directory `/home/software/apache_1.3.20' === src make[2]: Entering directory

Re: Compile problem w/ mod_perl-1.26 apache_1.3.20

2001-08-30 Thread Stas Bekman
On Thu, 30 Aug 2001, Scott Chapman wrote: I'm getting this error when I make mod-perl. I'm running on TurboLinux 5.0. I'd appreciate any info on why this is failing. I/usr/local/lib/perl5/5.6.0/i586-linux/CORE -DMOD_PERL_VERSION=\1.26\ -DMOD_PERL_STRING_VERSION=\mod_perl/1.26\

Re: Compile problem w/ mod_perl-1.26 apache_1.3.20

2001-08-30 Thread Scott Chapman
Stas, I just do an Install.simple: [root@river mod_perl-1.26]# perl Makefile.PL DO_HTTPD=1 USE_APACI=1 APACHE_PREFI X=/www Will configure via APACI cp apaci/Makefile.libdir ../apache_1.3.20/src/modules/perl/Makefile.libdir cp apaci/Makefile.tmpl ../apache_1.3.20/src/modules/perl/Makefile.tmpl cp

Re: Compile problem w/ mod_perl-1.26 apache_1.3.20

2001-08-30 Thread Stas Bekman
On Thu, 30 Aug 2001, Scott Chapman wrote: Stas, I just do an Install.simple: [root@river mod_perl-1.26]# perl Makefile.PL DO_HTTPD=1 USE_APACI=1 APACHE_PREFI X=/www Will configure via APACI [snip] cp apaci/perl_config ../apache_1.3.20/src/modules/perl/perl_config

problem with mod_perl and scripts .... please help!!!

2001-04-19 Thread abhishek agrawal
Hi, I am new to Apache and mod_perl. I have got the apache up and running and also go the modperl installed. When i try to run simple perl scripts under http://localhost/perl/simple-script.plx it works fine but when i try to run some scripts which use

Re: problem with mod_perl and scripts .... please help!!!

2001-04-19 Thread Vivek Khera
"aa" == abhishek agrawal [EMAIL PROTECTED] writes: aai am sure that i have installed the module Date::Calc properly using aappm. I dont know why is it giving this error. Is their some problem aausing Activeperl and modperl together? Obviously not, though. What happens when you

Problem with mod_perl 1.25 as a DSO with Apache 1.3.19 on Digital Unix 4.0F

2001-03-23 Thread Chris Adams
I am trying to use mod_perl 1.25 with Apache 1.3.19 on Digital Unix version 4.0F. When I build the DSO and try to load it into Apache, I get: Syntax error on line 486 of /usr/local/www/apache/1.3.19/conf/httpd.conf: Cannot load /usr/local/www/apache/1.3.19/libexec/libperl.so into server:

Problem with mod_perl 1.25 as a DSO with Apache 1.3.19 on Digital Unix 4.0F

2001-03-22 Thread Chris Adams
I am trying to use mod_perl 1.25 with Apache 1.3.19 on Digital Unix version 4.0F. When I build the DSO and try to load it into Apache, I get: Syntax error on line 486 of /usr/local/www/apache/1.3.19/conf/httpd.conf: Cannot load /usr/local/www/apache/1.3.19/libexec/libperl.so into server:

Problem Building Mod_Perl 1.24_01 under AIX and gcc

2000-12-05 Thread William R. Mattil
Hello, If anyone could help with this it would be greatly appreciated. Email response would be preferred. Thanks IBM RISC 6000 gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release) apache_1.3.14 mod_perl-1.24_01 perl is perl-5.6.0 mod_perl - $ cd mod_perl-1.XX $ perl Makefile.PL \

Re: Problem Building Mod_Perl 1.24_01 under AIX and gcc

2000-12-05 Thread Jens-Uwe Mager
On Tue, Dec 05, 2000 at 03:50:00PM -0600, William R. Mattil wrote: IBM RISC 6000 gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release) apache_1.3.14 mod_perl-1.24_01 perl is perl-5.6.0 mod_perl - $ cd mod_perl-1.XX $ perl Makefile.PL \ APACHE_SRC=../apache_1.3.X/src \

Re: Problem with mod_perl module!!!

2000-11-29 Thread G.W. Haywood
Hi there, On Wed, 29 Nov 2000, Edmar Edilton da Silva wrote: How can I know if a perl script is being ran under mod_perl? http://perl.apache.org/guide 73, Ged. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Problem with mod_perl module!!!

2000-11-29 Thread Ask Bjoern Hansen
On Wed, 29 Nov 2000, Edmar Edilton da Silva wrote: I have a problem with the Apache::DBI and mod_perl modules that don't work together, before I thought that the problem was in the Apache::DBI. But, now I know that the problem is in the mod_perl because it also doesn't work when I try

Problem building mod_perl on AIX with apxs DSO style

2000-09-15 Thread MJ M
Hello, I am trying to build mod_perl on AIX with the apxs DSO style but get an error on link time. My config is: AIX-4.1.5 Perl-5.6.0 with AIX patch distributed by Jens-Uwe Mager on this list a few months ago. Apache-1.3.12 mod_perl-1.24 I configured mod_perl with the command: perl

Re: Problem building mod_perl on AIX with apxs DSO style

2000-09-15 Thread Jens-Uwe Mager
On Fri, Sep 15, 2000 at 10:42:19AM +, MJ M wrote: Hello, I am trying to build mod_perl on AIX with the apxs DSO style but get an error on link time. My config is: AIX-4.1.5 Make sure that you apply the following for AIX 4.2.1, you will get strange errors otherwise: ---

Problem with mod_perl and CGI script with Netscape

2000-08-04 Thread Dan O'Connor
Greetings, A couple of days ago, I installed mod_perl to speed up a CGI program I use to generate HTML pages for my web site http://www.mostgraveconcern.com . The CGI script is a perl script that ran fine before mod_perl, and now runs fine with Internet Explorer, but Netscape Navigator insists

Re: Problem compiling mod_perl 1.24 on Solaris 2.6

2000-06-01 Thread Doug MacEachern
On Fri, 26 May 2000, Fred Miller wrote: Thank you very much. Sorry for being such a newbie. no need to apologize, this sort of problem isn't normal, if anyone should say sorry, it's sun for their flawed compiler kit. I rebuilt Perl with gcc, and then was able to get a build of Apache with

RE: Problem with mod_perl

2000-06-01 Thread Greg Estep
On Fri, 26 May 2000, Eugene S. Panenko wrote: Hi all, Sorry if it is an incorrect list to ask... I have a strange problem with mod_perl. I've tested mod_perl using a very simple scripts (one of them is attached). The network load is emulated via LAN using a special proggy. The problem

Re: Problem with mod_perl

2000-05-27 Thread Ged Haywood
Hi there, On Fri, 26 May 2000, Eugene S. Panenko wrote: The problem is: under load above 20 requests per second after working some time (about 15-30 sec) Apache daemon stopts accepting new connections and blocks forever (without -X option httpd at this moment begin forking until it eats all

Problem with mod_perl

2000-05-26 Thread Eugene S. Panenko
Hi all, Sorry if it is an incorrect list to ask... I have a strange problem with mod_perl. I've tested mod_perl using a very simple scripts (one of them is attached). The network load is emulated via LAN using a special proggy. The problem is: under load above 20 requests per second after

Re: Problem compiling mod_perl 1.24 on Solaris 2.6

2000-05-26 Thread Fred Miller
Doug MacEachern wrote: On Wed, 24 May 2000, Fred Miller wrote: Like I said, I'm a bit naive in these matters. I didn't specify using gcc or cc. I used the same path to compile Perl, Apache, and Mod_Perl. When I aaksed which gcc and which cc, my machine does report gcc appearing in my

Re: Problem compiling mod_perl 1.24 on Solaris 2.6

2000-05-25 Thread Doug MacEachern
On Wed, 24 May 2000, Fred Miller wrote: Like I said, I'm a bit naive in these matters. I didn't specify using gcc or cc. I used the same path to compile Perl, Apache, and Mod_Perl. When I aaksed which gcc and which cc, my machine does report gcc appearing in my path ahead of cc. Could that

Re: Problem: Apache/mod_perl/NT host won't close smtp connection

2000-05-25 Thread Chuck Goehring
Monday, May 15, 2000 10:00 PMSubject: Problem: Apache/mod_perl/NT host won't close smtp connection Having a problem where the connections to an smtp server doesn't seam to close correctly on Windows NT. I've tried two separate mailing modules (MIME::Lite and Mail::Sender

Re: Problem compiling mod_perl 1.24 on Solaris 2.6

2000-05-24 Thread Fred Miller
Fred Miller wrote: Doug MacEachern wrote: looking at the line number, i would try replacing any occurance of: perl_eval_sv - eval_sv perl_call_sv - call_sv perl_call_pv - call_pv I wish I was experienced enough to know what this means. Now I think I'm starting to get confused.

Problem compiling mod_perl 1.24 on Solaris 2.6

2000-05-23 Thread Fred Miller
On 4/26/2000, Steve Hay wrote about "Problem compiling mod_perl 1.23 on Solaris 2.4" I am experiencing what appears to be a very similar problem, but with more recent modules and OS. I am running mod_perl 1.24, Perl 5.6.0, Apache 1.3.12, Solaris 2.6 Perl Makefile.PL with op

Re: Problem compiling mod_perl 1.24 on Solaris 2.6

2000-05-23 Thread Doug MacEachern
On Tue, 23 May 2000, Fred Miller wrote: On 4/26/2000, Steve Hay wrote about "Problem compiling mod_perl 1.23 on Solaris 2.4" I am experiencing what appears to be a very similar problem, but with more recent modules and OS. I am running mod_perl 1.24, Perl 5.6.0, Apache 1.3.12, S

Re: Problem compiling mod_perl 1.23 on Solaris 2.4

2000-05-08 Thread Steve Hay
John D Groenveld wrote: -Xa is a Sun WorkShop Compiler C 4.2 option, -X[a|c|s|t] Specifies the degree of conformance to the ANSI C stan- dard. Specifies one of the following: a (ANSI) ANSI C plus KR C compatibility extensions, with

Re: Problem compiling mod_perl 1.23 on Solaris 2.4

2000-05-06 Thread John D Groenveld
-Xa is a Sun WorkShop Compiler C 4.2 option, -X[a|c|s|t] Specifies the degree of conformance to the ANSI C stan- dard. Specifies one of the following: a (ANSI) ANSI C plus KR C compatibility extensions, with semantic changes

Re: Problem compiling mod_perl 1.23 on Solaris 2.4

2000-05-05 Thread Doug MacEachern
On Thu, 27 Apr 2000, Steve Hay wrote: Steve Hay wrote: I'm having a problem compiling mod_perl 1.23 (with Apache 1.3.12 / Perl 5.6.0) as a DSO using APXS on Solaris 2.4. In case anyone is interested... I've solved my own problem (just as well, really). If I re-compile everything

Re: Problem compiling mod_perl 1.23 on Solaris 2.4

2000-04-27 Thread Steve Hay
Steve Hay wrote: I'm having a problem compiling mod_perl 1.23 (with Apache 1.3.12 / Perl 5.6.0) as a DSO using APXS on Solaris 2.4. In case anyone is interested... I've solved my own problem (just as well, really). If I re-compile everything with the -Xa compiler flag then it all works out

RE: Problem compiling mod_perl 1.23 on Solaris 2.4

2000-04-27 Thread FEITO Nazareno
Good For you buddie:) We know that you can do that... ;) bybye Nazareno Perl Programmer www.obsequie.com

RE: Installation Problem with mod_perl and another module on Apache

2000-02-11 Thread Bing Wang
ource tree. What could be wrong? I am using BSDI. Thanks for your input. -Bing W. From: elvin coltrane [EMAIL PROTECTED] To: Bing Wang [EMAIL PROTECTED] Subject: RE: Installation Problem with mod_perl and another module on Apache Date: Fri, 11 Feb 2000 06:50:37 -0800 (PST) Hi how are you? I ju

RE: Installation Problem with mod_perl and another module on Apache

2000-02-09 Thread Bing Wang
e followed the INSTALL.simple.xxx and it doesn't work either. I appreciate very much for any inputs. TIA, -Bing W. From: "bozo" [EMAIL PROTECTED] Reply-To: "bozo" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Installation Problem with mod_perl and another module on Apache