Re: problem with mod_perl 2.0 + apache 2.0 and proxyreq

2003-08-26 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 request

problem with mod_perl 2.0 + apache 2.0 and proxyreq

2003-08-22 Thread John Chiu
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 request and dependi

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 with all hooks enable, including 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 with

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 p

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

2002-12-30 Thread Frank Laczko Jr.
t;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> 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

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 ru

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

2002-12-30 Thread Radu IONESCU
MAIL PROTECTED] 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

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

2002-12-30 Thread Beau E. Cox
ion 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 config

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 mod_so

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 t

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 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 - Undefi

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(). > sometim

RE: Some wierd problem with mod_perl and Apache

2002-08-03 Thread pandit_tushar
002 12:47 PM To: Ged Haywood Cc: modperl Subject: 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

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 >>wou

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

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 fo

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? http://perl.apach

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 o

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

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

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 p

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: Unresol

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: Unresol

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

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 com

Problem with mod_perl module!!!

2000-11-29 Thread Edmar Edilton da Silva
Hi all, 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 loading the CGI.pm module in the "startup.pl f

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 o

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 > u

Re: Problem with mod_perl

2000-06-01 Thread Doug MacEachern
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 > u

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

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

RE: Installation Problem with mod_perl and another module on Apache

2000-02-11 Thread Bing Wang
in the apache source 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, 1

RE: Installation Problem with mod_perl and another module on Apache

2000-02-09 Thread Bing Wang
I have 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 w

Installation Problem with mod_perl and another module on Apache

2000-02-08 Thread Bing Wang
Hi, I have a problem with installation of mod_perl with other modules on Apache. It's on BSDI with Apache 1.3.9 and perl 5.x. I'd like to install mod_perl and mod_auth_radius on Apache. mod_auth_radius is just a C file (mod_auth_radius.c). I have followd INSTALL of mod_perl and tried all k

Re: Problem with mod_perl processes spinning

1999-08-13 Thread Greg Stark
*** From dbi-users -- To unsubscribe, see the end of this message. *** Greg Stark <[EMAIL PROTECTED]> writes: > We're seeing httpd processes spinning with 100% cpu utilization and no system > calls in truss. This is on Solaris 2.5.1 and everything was working dandy > until minutes ago. > >

Problem with mod_perl processes spinning

1999-08-11 Thread Greg Stark
*** From dbi-users -- To unsubscribe, see the end of this message. *** We're seeing httpd processes spinning with 100% cpu utilization and no system calls in truss. This is on Solaris 2.5.1 and everything was working dandy until minutes ago. Is this name service related or are the "ns" stuf