compile runs great but won't execute

2000-09-15 Thread Alan E. Derhaag
apache_1.3.11 mod_ssl-2.5.0-1.3.11 mod_perl-1.24 perl v5.6.0 RedHat Linux 2.2.12-20 I compiled mod_ssl and mod_perl as DSOs and there were no errors.. a few warnings but nothing really significant. When running configtest, however, with the following in httpd.conf: LoadModule mod_perl

Re: tracking down why a module was loaded?

2000-09-15 Thread Justin
Thanks for the hint. It worked perfectly. I didnt connect Cluck, and BEGIN. doh. nobody spotted the unintended irony in my question .. perl-status itself (Apache::Status) was the one pulling in CGI.pm !! Turns out, if you load Apache::Request before Apache::Status, it uses that instead of the

Re: mod_perl guide corrections

2000-09-15 Thread test
On 14 Sep 2000, Joe Schaefer wrote: Stas, http://perl.apache.org/guide/scenario.html#Buffering_Feature ... There is no buffering of data uploaded from the client browser to the proxy, thus you cannot use this technique to prevent the heavy mod_perl server from being tied up during

Make test error!!

2000-09-15 Thread François Chenais
Hello Using perl 5.6.0 apache_1.3.9 I 'm trying to build DSO mod_perl.1.24 = perl Makefile.PL USE_DSO=1 EVERYTHING=1 PERL_DEBUG=1 All is ok but "make test" says : --- ./apache_1.3.9/src/httpd -f

[ANNOUNCE] AxKit 0.99

2000-09-15 Thread Matt Sergeant
Phew, it has been a long and hard week trying to track down the memory leak in AxKit. Members of AxKit-devel got all the gory details so I won't go into them here, but needless to say the leak is gone. AxKit 0.99 isn't much of a huge change from 0.99pre1 to the user. It renames some of the

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

Static mod_perl+modules

2000-09-15 Thread Antti Linno
Hallo. As I was having problems with mod_perl as module and mysql+dbi, I was told to install mod_perl statically to apache and php as a module. I looked at install instructions and found static install or module install. But with static install how and when do I install PHP as a module. Any

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

Re: segfaulting httpd :(

2000-09-15 Thread François Chenais
Hi I have the same error on Linux tanna 2.3.99-pre9 #1 SMP Sat Jul 1 20:54:27 CEST 2000 i686 unknown perl 5.6.0 mod_perl 1.24 François Ben Turner wrote: hi all, this afternoon i compiled a fresh httpd (apache 1.3.12), together with mod_perl 1.24. i'm on

Re: tracking down why a module was loaded?;

2000-09-15 Thread Stas Bekman
On Fri, 15 Sep 2000, Matt Sergeant wrote: On Thu, 14 Sep 2000, Justin wrote: Can anyone tell me the easiest slickest way of determining what was responsible for requesting a module, having discovered that it has been loaded when viewing perl-status? use OtherPackage; # because you

Re: Does the AxKit-devel mailing list have an archive?

2000-09-15 Thread Matt Sergeant
Since a few people have asked what the leak in AxKit was, I've now setup the archive so people can go and read... On Fri, 15 Sep 2000, Wilt, Paul wrote: I would like to see how you traced down your memory leak and what the final root cause turned out to be! It does now [matt sets up the

Re: tracking down why a module was loaded?;

2000-09-15 Thread Matt Sergeant
On Fri, 15 Sep 2000, Stas Bekman wrote: On Fri, 15 Sep 2000, Matt Sergeant wrote: On Thu, 14 Sep 2000, Justin wrote: Can anyone tell me the easiest slickest way of determining what was responsible for requesting a module, having discovered that it has been loaded when viewing

Re: Static mod_perl+modules

2000-09-15 Thread Paul Lindner
On Fri, Sep 15, 2000 at 01:50:40PM +0300, Antti Linno wrote: Hallo. As I was having problems with mod_perl as module and mysql+dbi, I was told to install mod_perl statically to apache and php as a module. I looked at install instructions and found static install or module install. But with

[Fwd: Re: [Mason]Intermittent Segfaults]

2000-09-15 Thread Mark Hughes
Hi, It seems Harry was correct with this, I applied the following patch supplied by Doug on the mod_perl list and the segfaults have gone away. We're not using threaded perl by the way. On another note, our Mason driven sites have been getting well over 1 million page views a day this week

Value of ErrorLog directive via mod_perl

2000-09-15 Thread Bjørn Ola Smievoll
I need to retrieve the value of the ErrorLog directive (i.e. the path filename of the error_log), but I can't find a way to do it with mod_perl. (The C api equivalent is the error_fname field in the server_rec struct). Any hints? Thanks, (bo)

Apache::ASP problem (FreeBSD 3.4-STABLE, Apache/1.3.12, p5-Apache-1.24)

2000-09-15 Thread Valentina Curanova
Hello. I have a big problem with a package p5-Apache-ASP-0.18 (FreeBSD 3.4-STABLE, Apache/1.3.12, p5-Apache-1.24). Apache runs, PHP runs and mod_perl runs (I think) but module Apache::ASP doesn't. There is config file httpd.conf.test of my experimental server. At first time when I was trying to

Do I need to reinstall mod_perl?

2000-09-15 Thread Jason
I'm on a RaQ4 which comes preinstalled with perl 5.005 and mod_perl 1.24 Whever I test a script, I get this error: [Thu Sep 14 20:46:54 2000] [error] Can't locate Apache/ASP.pm in @INC (@INC contains: /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503

Re: Do I need to reinstall mod_perl?

2000-09-15 Thread Thomas S. Brettin
It looks like /usr/local/lib/perl5/site_perl/5.6.0 needs to be in in @INC If this is your problem, there are several options that might work, #!/usr/local/perl -I/usr/local/lib/perl5/site_perl/5.6.0 or move the .../site_perl/5.6.0/Apache directory to a directory in @INC. On Fri, 15 Sep 2000,

JOB - NYC - Looking for a Linux/Apache/mod_perl/mysql programmer

2000-09-15 Thread Justin
Hi, We just placed a little job ad targetted at New York city residents on dslreports.com. we're looking for an enthusiastic employee #4 who is very comfortable with apache/modperl/linux/mysql We cannot give an accurate job description, because there is so much we need to DO, you can carve out

Re: Apache::ASP problem (FreeBSD 3.4-STABLE, Apache/1.3.12, p5-Apache-1.24)

2000-09-15 Thread Joshua Chamas
There is something very wrong with your perl installation. I would suggest rebuilding it and modperl. SDBM_File comes with perl, which is why I believe this. --Joshua Valentina Curanova wrote: Hello. I have a big problem with a package p5-Apache-ASP-0.18 (FreeBSD 3.4-STABLE,

Re: JOB - NYC - Looking for a Linux/Apache/mod_perl/mysql programmer

2000-09-15 Thread Matt Sergeant
On Fri, 15 Sep 2000, Justin wrote: Hi, We just placed a little job ad targetted at New York city residents on dslreports.com. we're looking for an enthusiastic employee #4 who is very comfortable with apache/modperl/linux/mysql We cannot give an accurate job description, because there is

Re: JOB - NYC - Looking for a Linux/Apache/mod_perl/mysql programmer

2000-09-15 Thread John Arnold
especially since Concorde is grounded . . . Matt Sergeant [EMAIL PROTECTED] on 09/15/2000 02:11:33 PM To: Justin [EMAIL PROTECTED] cc: [EMAIL PROTECTED] (bcc: John Arnold/DTC) Subject: Re: JOB - NYC - Looking for a Linux/Apache/mod_perl/mysql programmer On Fri, 15 Sep 2000, Justin

Re: Does the AxKit-devel mailing list have an archive?

2000-09-15 Thread ___cliff rayman___
Matt Sergeant wrote: Gzipped results to the browser, ripped straight from Apache::GzipChain: # AxKit::Debug(5, 'Getting Vary header'); # my @vary = $r-header_out('Vary') if $r-header_out('Vary'); # push @vary, "Accept-Encoding", "User-Agent"; # AxKit::Debug(5, 'Setting

RE: JOB - NYC - Looking for a Linux/Apache/mod_perl/mysql programmer

2000-09-15 Thread Douglas Wilson
-Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Friday, September 15, 2000 11:12 AM To: Justin Cc: [EMAIL PROTECTED] Subject: Re: JOB - NYC - Looking for a Linux/Apache/mod_perl/mysql programmer On Fri, 15 Sep 2000, Justin wrote: Hi, We just placed

Re: Does the AxKit-devel mailing list have an archive?

2000-09-15 Thread Matt Sergeant
On Fri, 15 Sep 2000, ___cliff rayman___ wrote: Matt Sergeant wrote: Gzipped results to the browser, ripped straight from Apache::GzipChain: # AxKit::Debug(5, 'Getting Vary header'); # my @vary = $r-header_out('Vary') if $r-header_out('Vary'); # push @vary,

[libapreq] unknown content-type: `(null)'

2000-09-15 Thread chris
I've recently started getting the following error message from Apache::Request: [libapreq] unknown content-type: `(null)' These are all POSTs. Looking at the libapreq code, it seems like only a broken browser that doesn't send the content-type header with POST requests would cause this, but

Re: Static mod_perl+modules

2000-09-15 Thread Paul Lindner
On Fri, Sep 15, 2000 at 06:35:00AM -0700, Paul Lindner wrote: On Fri, Sep 15, 2000 at 01:50:40PM +0300, Antti Linno wrote: Hallo. As I was having problems with mod_perl as module and mysql+dbi, I was told to install mod_perl statically to apache and php as a module. I looked at install

Problems Installing

2000-09-15 Thread Shawn Evans
System Information: ULTRA 60 with Solaris 2.6, 512MB, 2x350 GCC 2.95.2 APACHE 1.3.12 PERL 5.6 MOD_PERL 1.21 PHP 4.0 JSERV 1.1 GNUJSP 1.0 I configure MOD_PERL for a static install: perl Makefile.PL \ APACHE_SRC=/disk1/pkgs/apache_1.3.12 \ DO_HTTPD=1

I'm missing something in Apache::Cookie

2000-09-15 Thread Michael
H. When I retrieve a cookie %cookies = Apache::Cookie-fetch; I get a hash that contains the name of the cookie as the key and a scalar reference as the value. Apache::Cookie=SCALAR(0xblah...) Can't seem to unravel it to get at the value. Using %xx = Apache::Cookie-parse($val);

Re: I'm missing something in Apache::Cookie

2000-09-15 Thread Chris Winters
* Michael ([EMAIL PROTECTED]) [000915 17:29]: H. When I retrieve a cookie %cookies = Apache::Cookie-fetch; I get a hash that contains the name of the cookie as the key and a scalar reference as the value. Apache::Cookie=SCALAR(0xblah...) Can't seem to unravel it to get at

Re: I'm missing something in Apache::Cookie (fwd)

2000-09-15 Thread Thomas S. Brettin
from the looks of the code you guys posted, I would guess that Cookie-fetch returns a hash reference, not a hash. Could this be the problem? Thomas S. Brettin Staff Member Bioscience Division, MS-M888 Los Alamos National Laboratory Los Alamos, NM 87545 505-665-3334 On Fri, 15 Sep 2000, Chris

Re: Make test error!!

2000-09-15 Thread G.W. Haywood
Hi there, On Fri, 15 Sep 2000, [iso-8859-1] François Chenais wrote: Using perl 5.6.0 apache_1.3.9 I 'm trying to build DSO mod_perl.1.24 Curious choice of versions. Why not 1.3.12? Tried `apachectl configtest'? Can you get anything from `httpd -l' What's in the error_log (if

module.pm - module.so

2000-09-15 Thread Michael
Can someone tell me how to load a module that has been run through perlcc ?? i.e. I have a working module "module.pm" which normally is loaded via use module; I've run it through perlcc thus perlcc module.pm which produces "module.so" "use module;" now barfs when all that is available is

ANNOUCE: HTML::Mason 0.89

2000-09-15 Thread Jonathan Swartz
The URL http://masonhq.com/download/HTML-Mason-0.89.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSWARTZ/HTML-Mason-0.89.tar.gz size: 258824 bytes md5: d03e77cd42b6995eefeeccb3a0d0b541 This fixes a fatal argument processing bug and system logging bug in 0.88. We believe