Re: Preventing duplicate signups

2001-05-17 Thread G.W. Haywood
Hi Rob, On Thu, 17 May 2001, Rob Bloodgood wrote: But it doesn't work. I still get duplicate accounts, and I'm at a loss [snip] Suggestions? As you're using Oracle, why not use a constraint? 73, Ged.

Re: Authentication using NIS

2001-05-15 Thread G.W. Haywood
Hi there, On 15 May 2001, qazi Ahmed wrote: Now in httpd.conf i write the PerlRequire /../../../../startup.pl That's a strange way to specify a directory... 73, Ged.

Re: Re: Re: installating mod_perl-1.25/apache_1.3.19/perl 5.005_02/solaris 5.6

2001-05-11 Thread G.W. Haywood
Hi there, On 11 May 2001, qazi Ahmed wrote: I am implementing NIS Authentication in a project. Using Apache1.3.19, modperl_1.25,perl 5.005_02 and libwww-perl package plus some more packages needed in my project. [snip] In httpd.conf when i try to put PerlRequire /eg/startup.pl

Re: crash on exit with -X

2001-05-10 Thread G.W. Haywood
Hi there, On Wed, 9 May 2001, Greg Wilson wrote: Hi. We're getting a segfault when httpd shuts down when using mod_perl on Red Hat 6.2 [snip] perl -V gives: Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Platform: osname=linux, osvers=2.2.5-22smp,

Re: installating mod_perl-1.25/apache_1.3.19/perl 5.005_02/solaris 5.6

2001-05-10 Thread G.W. Haywood
Hi there, On 10 May 2001, qazi Ahmed wrote: but when trying to build, i am getting the errors like: make[5]: warning: Clock skew detected. Your build may be incomplete Have you checked your system clock? Do you really mean 5.005_02? 73, Ged.

Re: mod_perl and 700k files...

2001-05-10 Thread G.W. Haywood
Hi there, On Thu, 10 May 2001, Morbus Iff wrote: You didn't search the guide, even if you try to make everyone believe that Sigh. What the frel is your problem, binky? Stas' problem, which apparently your researches have not discovered, is that he WROTE the guide and when somebody starts

Re: Re: installating mod_perl-1.25/apache_1.3.19/perl 5.005_02/solaris 5.6

2001-05-10 Thread G.W. Haywood
Hi there, On 10 May 2001, qazi Ahmed wrote: I dont have any idea regarding the clock skew detected error. In this case it just means that 'make' has noticed something odd about the various dates and times in your system. It is very important for several reasons that you keep the computer

Re: Apache Oracle and Perl

2001-05-10 Thread G.W. Haywood
Hi there, On Thu, 10 May 2001, Harnish, Joe wrote: When I start getting this error, I can shutdown the httpd server, and the machine and it will still give this error. If I wait a while(sometimes hours, sometimes days) it will come back. Sometimes it is a few hours. Sometimes it is days.

Re: mod_perl and 700k files...

2001-05-10 Thread G.W. Haywood
Hi there, On Thu, 10 May 2001, Morbus Iff wrote: I hope ya understand. Well, I hope we've all got that off our chests. Now, have you got enough to get you going OK? 73, Ged.

Re: mod_perl and 700k files...

2001-05-09 Thread G.W. Haywood
Hi there, On Wed, 9 May 2001, Morbus Iff wrote: Ahhh. Ok. What's this $SIG{'USR2'} thingy. What's that do? http://perl.apache.org/guide 73, Ged.

Re: mod_perl and 700k files...

2001-05-09 Thread G.W. Haywood
Hi again, On Wed, 9 May 2001, Morbus Iff wrote: Ahhh. Ok. What's this $SIG{'USR2'} thingy. What's that do? http://perl.apache.org/guide Well, that's all fine and dandy, and I've gone through there before, but the only thing the search engine brings up concerning USR2 is: The

Re: Regarding modperl installation (fwd)

2001-05-04 Thread G.W. Haywood
Hi Stas, On Sat, 5 May 2001, Stas Bekman wrote: Gosh, sometimes I feel like I've forked the mod_perl mailing list :( Yeah, I know what you mean. Allow me... -- Forwarded message -- Date: Fri, 4 May 2001 16:26:16 +0530 From: Qazi Firdous Ahmed [EMAIL PROTECTED] To: [EMAIL

Re: Regarding modperl installation (fwd)

2001-05-04 Thread G.W. Haywood
Hi there, On Fri, 4 May 2001, ___cliff rayman___ wrote: G.W. Haywood wrote: Unfortunately you have an old version of Perl (5.004) so you should heed the advice of the build scripts and upgrade. I would suggest version 5.005_03. curious - why 5.005_03 as opposed to the recently

Re: Regarding modperl installation (fwd)

2001-05-04 Thread G.W. Haywood
Hi there, On Sat, 5 May 2001, Mithun Bhattacharya wrote: Umm aren't we forgetting something here - like the average user who uses CPAN to keep track of his modules ??? I mean last time I did install Bundle::libnet or even install CPAN I think it went ahead and installed perl 5.6.1 It tried

Re: Syntax errors across multiple virtual hosts with separate codebase

2001-05-02 Thread G.W. Haywood
Hi there, On Wed, 2 May 2001, Tommy Davis wrote: We use a server-setup with a mod_perl enabled backend server. The server only runs mod_perl and mySQL for about 5 virtual hosts. Our problem is that a syntax-error in a program used on only one virutal host, causes an internal server

Re: Help -- Internal Server Error after mod_perl and new apache insta ll on HP-UX 10.20.

2001-04-30 Thread G.W. Haywood
Hi there, On Sat, 28 Apr 2001, MCALLISTER,RONAN (HP-FtCollins,ex1) wrote: HP-UX 10.20 and compiling from source. Did you compile your Perl? my httpd.conf Where? Have you looked in the archives for HP-UX? I believe there have been successes in the recent past, and it may have been a bit

Re: Environment variables in startup.pl

2001-04-28 Thread G.W. Haywood
Hi there, On Fri, 27 Apr 2001, Philip Mak wrote: On Fri, 27 Apr 2001, Scott Alexander wrote: Should this work in a startup.pl file my $hostname = $ENV{HOSTNAME} ; from the prompt I can write echo $HOSTNAME and get the correct hostname of the server. But from within startup.pl I

Re: Child keeps seg faulting

2001-04-28 Thread G.W. Haywood
Hi there, On Fri, 27 Apr 2001, Chuck Carson wrote: I have no problems on Linux, my exact same build procedure gives me this error on Solaris 2.7. What is the recommended combo for Solaris 2.7? I am currently using this: apache 1.3.19 mod_perl 1.25 php 4.04pl1 perl 5.6 Er - which

Re: Child keeps seg faulting

2001-04-26 Thread G.W. Haywood
Hi there, On Thu, 26 Apr 2001, Stas Bekman wrote: On Wed, 25 Apr 2001, Mod-Perl List wrote: I have the following config: Solaris 2.7, perl 5.6, php4 and mod_perl 1.25 compiled statically into Apache 1.3.19. get the following error when trying to execute the printenv cgi script [Wed

Re: template toolkit compile test problems

2001-04-26 Thread G.W. Haywood
Hi there, On Tue, 24 Apr 2001, Ruslan V. Sulakov wrote: What is PerlFixupHandler for? Whats the difference of PerlFixupHandler and PerlTransHandler? The Eagle Book: Writing Apache Modules with Perl and C, ISBN 1-56592-567-X, by Lincoln Stein and Doug MacEachern. It is available from

Re: HELP??? Installation on MAC OS X

2001-04-25 Thread G.W. Haywood
Hi there, On Wed, 25 Apr 2001, David Campion wrote: I am trying to install mod perl on the Apple OS X Server platform. Best of luck! example : dyld: /usr/sbin/httpd multiple definitions of symbol _vhost_alias_module /System/Library/Apache/Modules/mod_vhost_alias.so definition of

Re: What is the difference: PerlRun and MaxRequestsPerChild 1

2001-04-25 Thread G.W. Haywood
Hi there, On Wed, 25 Apr 2001 [EMAIL PROTECTED] wrote: like to know whether there is a compilation overhead if I set say MaxRequestsPerChild 1 ?? http://perl.apache.org/guide disk data ransfer rate will be order of magnitude less than if the script were to remain in the memory all the

Re: [OT] Apache growing (memory)

2001-04-25 Thread G.W. Haywood
Hi Matt, On Wed, 25 Apr 2001, Matt Sergeant wrote: Easier still, just use boehm gc. ;-) Can you get that for MS-DOS? 73, Ged.

Re: Apache growing (memory)

2001-04-25 Thread G.W. Haywood
Hi all, On Wed, 25 Apr 2001, Remco Schaar wrote: It is very hard to write perfect code, True, but it's not hard to write code that doesn't leak memory. void *p = NULL; ... ... if( p ) { exit(POINTER_ERROR); } void *p = malloc(n); ... ... free( p ); p = NULL; ... ... By which I mean that I

Re: Loading Index.pl as the Root File

2001-04-23 Thread G.W. Haywood
Hi there, On Mon, 23 Apr 2001, Al Morgan wrote: Location ~ ^/$ SetHandler perl-script PerlHandler Slash::Host::slashcode::rootHandler /Location question is: What does the ~ ^/$ mean? It's a match expression. It means match (the tilde character means match) a line

Re: How to tell if scripts are mod_perl ?

2001-04-20 Thread G.W. Haywood
Hi there, On 20 Apr 2001, Wayne Pascoe wrote: I'm trying to find out if the scripts will actually be run through mod_perl and not as cgi's. http://perl.apache.org/guide 73, Ged.

Re: modperl security model question

2001-04-17 Thread G.W. Haywood
Hi all, On Mon, 16 Apr 2001, darren chamberlain wrote: Thomas K. Burkholder ([EMAIL PROTECTED]) said [snip] my $input = IO::File-new("/tmp/tmppswd") || die "Couldn't open /tmp/foo.pl"; Probably doesn't matter in this case, but I'd try to get used to using the "or" operator instead of the

Re: Apache::AutoIndex - problem with special symbols in filenames (patch applied)

2001-04-17 Thread G.W. Haywood
Hi there, On Tue, 17 Apr 2001, Alexei Barantsev wrote: I have found that Apache::AutoIndex does not handle correctly filenames with special symbols - whitespaces, , and so on. Are you *sure* you want to have those symbols in your filenames?? 73, Ged.

Re: Unwanted \n in output

2001-04-16 Thread G.W. Haywood
Hi there, On Sat, 14 Apr 2001, willems Luc wrote: I have some Apache::ASP scripts that work like a XML::RPC [snip] One of my scrips has a problem that in the response , 7 times a '\n' charecter is put before the actual XML text Have you got some % # comments % in a template or something

Re: ssl advice? modssl vs. apache-ssl vs. ?

2001-04-14 Thread G.W. Haywood
Hi there, On Fri, 13 Apr 2001, Fred Toth wrote: I've just taken a quick look at the modssl site and the apache-ssl site. Does anyone want to comment on the pros and cons of these 2 approaches? Recently I installed mod_ssl for the first time and although it took several attempts to get things

Re: ssl advice? modssl vs. apache-ssl vs. ?

2001-04-14 Thread G.W. Haywood
Hi there, On Sat, 14 Apr 2001, Wim Kerkhoff wrote: Apache-1.3.19 mod_ssl-2.8.1-1.3.19 mod_perl-1.25 (DSO!) openssl-0.9.4 Linux_2.2.16 glibc 2.1.3 (*important*) Why is using glibc 2.1.3 important? It works fine for me with glibc 2.2.2. I'm using the latest versions of openssl

Re: umable to run cgi scripts under mod_perl

2001-04-13 Thread G.W. Haywood
Hi there, On Tue, 13 Mar 2001, Ratan Jha wrote: Running mod_perl-1.22 apache-1.3.11 #!/usr/bin/perl print END; html body h1This is a test/h1 /body /html But where's the END? 73, Ged.

Re: Problem with modperl

2001-04-10 Thread G.W. Haywood
Hi there, On Tue, 10 Apr 2001, Escario Julien wrote: This document contains no data ... but why ? Could be lots of reasons. Often it's because Apache is segfaulting. Look in the error_log, it might tell you. Have you read the guide? http://perl/apache.org/guide 73, Ged.

Re: Problem with modperl

2001-04-10 Thread G.W. Haywood
Hi again, On Tue, 10 Apr 2001, Escario Julien wrote: I forgot a detail : I'm using mod_vhost_alias , is mod_perl compatible ? It probably isn't the problem, I use it too. But don't take my word for it. [Tue Apr 10 19:46:23 2001] [notice] child pid 1500 exit signal Segmentation fault (11)

Re: Passing data to subrequests

2001-04-09 Thread G.W. Haywood
Hi there, On Fri, 6 Apr 2001, Joachim Zobel wrote: Is content negotiation somehow uncool? I could not find an Apache::Negotiate to interface with mod_negotiate and its remarkably little discussed. Probably because whatever the results of the negotiation, Internet Exploder will probably

Re: Sendmail or not?

2001-04-08 Thread G.W. Haywood
Hi there, On Sun, 8 Apr 2001, Per Einar wrote: What I have understood is that I should avoid forking subprocesses. The reason is (loosely speaking) performance. If you haven't any worries about that, go ahead and fork. If it were my system I'd probably just write the mail pieces to files

Re: [OT] Apachecon folks

2001-04-04 Thread G.W. Haywood
Hi Gunther, On Wed, 4 Apr 2001, Gunther Birznieks wrote: Did you check under the bar...? :) Thanks for brightening my day, Gunther. Wish I was under the bar with Matt. 73, Ged.

Re: Odd Can't locate errors

2001-04-01 Thread G.W. Haywood
Hi Rob, On Thu, 29 Mar 2001, Robert Landrum wrote: Can't locate auto/CapWiz/Mail/App/handler.al in @INC [snip], [snip] This puzzles me too... sub handler { Looks like your process is looking for "handler.al" not "handler". Have you tried renaming the handler to something like handler_123

Re: mod_perl forgets filled global variables

2001-04-01 Thread G.W. Haywood
Hi Werner, On Fri, 30 Mar 2001, werner.schmidt-wilczek wrote: I am using mod_perl for our Intranet. The performance is great, but there are many sideeffects! http://perl.apache.org/guide :) sometimes it seems mod_perl has forgotten the array. There are many ways of sharing data between

Re: Installing new modules via CPAN?

2001-03-29 Thread G.W. Haywood
Hi there, On Thu, 29 Mar 2001, Bolt Thrower wrote: Can't locate object method "module" via package "Apache" at /usr/lib/perl5/site_perl/5.005/Apache/DBI.pm line 202. It seems that something doesn't like the Apache-module() call, which wouldn't be available unless it's actually in a

Re: Odd Can't locate errors

2001-03-29 Thread G.W. Haywood
Hi there, On Thu, 29 Mar 2001, Robert Landrum wrote: (once a week maybe), I get a string of error reports [snip] Can't locate auto/CapWiz/Mail/App/handler.al in @INC [snip] This puzzles me... at /dev/null line 0 Are you getting segfaults? Running short of memory? Any other clues? The

Re: mod_perl 1.25 install crashes with IBM HTTP Server 1.3.12.2 on AIX 4.3.3

2001-03-28 Thread G.W. Haywood
Hi there, On Tue, 27 Mar 2001, Mohammed Azam wrote: I am trying to install mod perl 1.25 on my aix machine. I am using -- AIX 4.3.3 -- IBM HTTP Server 1.3.12.2 Get the latest Apache, I think 1.3.12 is too old to work with mod_perl 1.25. 73, Ged.

Re: mod_perl based Authentication ...

2001-03-28 Thread G.W. Haywood
Hi there, On Wed, 28 Mar 2001, Sumit Babu wrote: I am trying to install Apache::AuthCookie from CPAN, but I am getting the following error (during make test stage) and I am not able to get what is wrong here: --- [error] Can't load

Re: /dev/null problems

2001-03-28 Thread G.W. Haywood
Hi there, On 28 Mar 2001, Matthew Kennedy wrote: From the mod_perl guide: syntax error at /dev/null line 1, near "line arguments:" This is exactly the problem I have been getting when starting Apache Does anyone have any suggestions? Have you checked to make sure that your /dev/null

Re: Running Mod-Perl on Solaris 2.8

2001-03-28 Thread G.W. Haywood
Hi there, On Tue, 27 Mar 2001, Melissa Matthews wrote: We have installed mod_perl-1.25 under apache-1.3.14 and Solaris 8, Whenever I browse my test page www.my.com/perl/test.pl, I get a Netscape pop-up message stating: "The document contained no data. This often indicates that a

Re: [DIGEST] mod_perl digest 03/24/01

2001-03-27 Thread G.W. Haywood
Hi Gunther, On Tue, 27 Mar 2001, Gunther Birznieks wrote: Is Perl 5.6 really the "stable" release? According to the Perl developers it is. Odd minor version numbers now indicate development versions, so the next "stable" release should be 5.8.x Having said that I'm using 5.7.0 in

Re: Not even beginning - INSTALL HELP

2001-02-27 Thread G.W. Haywood
Hi there, On Tue, 27 Feb 2001, A. Santillan Iturres wrote: I have Apache 1.3.12 running on a RedHat 7.0 box with perl, v5.6.0 built for i386-linux I went to install mod_perl-1.25: When I did: perl Makefile.PL I've got a: Segmentation fault (core dumped) Did you build your Perl yourself?

Re: Rotating Apache logs

2001-02-22 Thread G.W. Haywood
Hi all, On Thu, 22 Feb 2001, Terry Newnham wrote: Is there a command-line use or the rotatelogs by means of which you can rotate the logs on the fly ? Your logs can be piped through a program so you can do anything you like with them, on the fly. For example (from

Re: TransHandler causes Undefined subroutine #::handler called.

2001-02-21 Thread G.W. Haywood
Hi there, On Tue, 20 Feb 2001, Russell Lundberg wrote: Apache 1.3.12 (EVERYTHING=1), mod_perl 1.24, Perl 5.005_2, Solaris 5.7. package Apache::Download; use Apache; sub handler { return DECLINED; } 1; [error] null: Undefined subroutine #::handler called. What's the file's name, where is

Re: [AIX] [gsar@ActiveState.com: v5.6.1 trial2 is available]

2001-02-21 Thread G.W. Haywood
Hi guys, [AIX-4.3.2, IBM's C compiler, Apache apxs shared modules] How about putting [AIX] in the subject line? I've seen a number of people asking about AIX on the mod_perl List. 73, Ged.

Re: Difference between NN and IE

2001-02-16 Thread G.W. Haywood
Hi there, On Fri, 16 Feb 2001, Scott Alexander wrote: Why is it Netscape displays the pop up authenticate window when the user enters the wrong password. But Internet Explorer displays my 401.html page if I return an AUTH_REQUIRED; from my AuthAny.pm This really isn't the place to discuss

Re: garbled browser display

2001-02-16 Thread G.W. Haywood
Hi there, On Fri, 16 Feb 2001, Todd Finney wrote: I've noticed some strange behavior that I think is being caused somewhere in my handler sequence. Have you looked at the HTTP headers? 73, Ged.

Re: make trouble

2001-02-16 Thread G.W. Haywood
Hi there, Like the new target for make! On Fri, 16 Feb 2001, Paul Lombardo wrote: I can get the Makefile.PL to fire without any trouble, but EVERY time I run make I get: *** Error code 1 any ideas what I am doing wrong? I think this is what you're doing wrong: We have Solaris 2.5

Re: newbie mess

2001-02-16 Thread G.W. Haywood
Hi there, On Fri, 16 Feb 2001, matt wrote: --- i am sorry if this is not the appropiate list -- Are you running mod_perl? How did you start Apache? 73, Ged.

Re: Problems make'ing mod_perl-1.25 under HPUX 11.00

2001-02-15 Thread G.W. Haywood
Hi there, On Thu, 15 Feb 2001, Corey Hart wrote: Everytime I am try to make mod-perl1.25 under HPUX 11 I always encounter the same error: Search the mailing List archives for HPUX (if you haven't already:) there was some useful stuff about HPUX recently - this year I'm sure. 73, Ged.

Re: [OT] Re: Repost: Anyone using virtual server for mod_perl hosts?

2001-02-12 Thread G.W. Haywood
Hi guys, On Mon, 12 Feb 2001, Malcolm Beattie wrote: you can run *thousands* of separate Linux images on a S/390 How much, to the nearest order of magnitude, does a S/390 cost? 73, Ged.

Re: apache::ASP

2001-02-09 Thread G.W. Haywood
Hi there, On Fri, 9 Feb 2001, Compagnon, Jean-Charles wrote: Hi, I have a cobalt raQ3 and I'd like to implement the apache::asp module. the raQ3 runs linux on a MIPS processor and I was wondering if any of you can confirm that it will work under MIPS. Apache::ASP is pure Perl, so if you

Re: [RESEND] seg fault with Apache::URI ... weird

2001-02-08 Thread G.W. Haywood
Hi there, On Thu, 8 Feb 2001, Nick Tonkin wrote: No response on this so here it is again, any clues appreciated: This code has worked fine for two years or more on my FreeBSD boxes; this is on Linux RedHat 7 ... dunno if that makes a difference. [snip] config_args='' This seems

Re: Debug perl package in Apache

2001-02-08 Thread G.W. Haywood
Hi there, On Thu, 8 Feb 2001, Wang, Pin-Chieh wrote: But AuthenNISPlus.pm exited with "Not an ARRAY reference at line 58 look at this program from line 57 are foreach ($pwd_table-list()){ print STDERR "Argument list = [", $_, "]\n"; if(@{$_}[0] eq $name){ $pwd = @{$_}[1];

Re: Newbie question to mod_perl and Apache::DBI

2001-02-08 Thread G.W. Haywood
Hi there, On Thu, 8 Feb 2001, Caroline Kliegl wrote: I am new to mod_perl and currently trying to make use of Apache::DBI. I get the following error : Rebuild with -DPERL_STACKED_HANDLERS to $r-push_handlers at /usr/local/lib/perl5/site_perl/5.6.0/Apache/DBI.pm line 93. I think it

Re: BSDI 4.1 libperl.so problem

2001-02-08 Thread G.W. Haywood
Hi there, On Thu, 8 Feb 2001, Aaron Schlesinger wrote: % apachectl configtest Syntax error on line 207 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libperl.so into server: File not found % ls -l /usr/local/apache/libexec/libperl.so -rwxr-xr-x 1 root wheel

Re: Redirection Location MUST be absolute (was Re: Send a cookie, AND a redirect ?)

2001-02-08 Thread G.W. Haywood
Hi guys, Do you think you could take this off-list now? 73, Ged.

Re: Perl Sections, NameVirtualHost, and Aliases

2001-02-07 Thread G.W. Haywood
Hi there, On Wed, 7 Feb 2001, Veatch, David W wrote: Has anyone successfully built a fully perl conf file with multiple virtual hosts on the same IP? Dunno if it will work for you in those circumstances, but have you looked at mod_macro? I used it last year and it was fine for an ordinary

Re: [OT] Freeing Memory with of C extensions under Solaris

2001-02-07 Thread G.W. Haywood
Hi Bill, On Wed, 7 Feb 2001, Bill Moseley wrote: I'm using some C extensions in my mod_perl application. IIRC, memory used by perl is never given back to the system. Does this apply also to malloc() and free()ed memory in my C extension? Or is that OS dependent? It's not clear from your

Re: mod_perl/apache mysql memory usage

2001-02-07 Thread G.W. Haywood
Hi there, On Wed, 7 Feb 2001, rene mendoza wrote: I have a Linux box running Red Hat 6.1, Apache 1.3.14, compiled statically with mod_perl 1.24_01, mod_ssl, and Open SSL, mod_dav and mod_gzip running as DSO's, mysql-3.23.28-gamma-pc-linux-gnu-i686 (binary) im connecting via ethernet from

Re: Debugging mod_perl with gdb

2001-02-06 Thread G.W. Haywood
Hi there, On Tue, 6 Feb 2001, Shane Adams wrote: I've found a "write to a dangling pointer" when apache/mod_perl evaluates a perl section of the apache config file. My question: How do I go about attacking this problem? 1. Reduce your test case to the absolute minimum. 2. 'perldoc

RE: Debugging mod_perl with gdb

2001-02-06 Thread G.W. Haywood
Hi again, On Tue, 6 Feb 2001, Shane Adams wrote: I tried the 'man gdb' command and it didn't help much I'm afraid... Then why not have a look at http://www.gnu.org/manual/gdb-4.17/gdb.html I'm not a great fan of using debuggers, but as they go it's fantastic, it's really worth getting to

Re: Error reporting mod_perl 1.25 + apache 1.3.17

2001-02-05 Thread G.W. Haywood
Hi there, On Mon, 5 Feb 2001, Matisse Enzer wrote: I compiled perl 5.6 and Apache 1.3.17 using gcc egcs-2.91.66 on a RH Linux 6.1 system. If I compile Apache without modperl it run OK. If i compile it with mod_perl 1.25 I also get the segmentation fault on startup. I looked in

Re: SQL log analyzer for Apache::DBILogger

2001-02-05 Thread G.W. Haywood
Hi there, On Mon, 5 Feb 2001 [EMAIL PROTECTED] wrote: Sometime in the next month I need to embark on a log analyzer for the logs we've been accumulating for many moons via Apache::DBILogger. Has anyone made any effort to do such a thing already? I've dug around the web for a while and

Re: seg fault with Apache::URI ... weird

2001-02-04 Thread G.W. Haywood
Hi there, On Sun, 4 Feb 2001, Nick Tonkin wrote: I am encountering a weird problem with Apache::URI ... consider, please, this test handler: package WM::Test; [snip] As written, this causes a seg fault every time. I know this will sound strange, but would you, just for me, try calling

Re: This list... formatted headerS?

2001-02-03 Thread G.W. Haywood
/31/01 +, G.W. Haywood wrote: ftp.jubileegroup.co.uk/pub/mod_perl/admin/admin.txt

Re: INIT Blocks under mod_perl

2001-02-03 Thread G.W. Haywood
Hi there, On Fri, 2 Feb 2001, T.J. Mather wrote: Does anybody know if INIT blocks work under mod_perl? I was trying to get Geography::States to work under mod_perl and it doesn't seem to run the code in the INIT block. When I removed "INIT {" and the corresponding "}" line from the

Re: Using modperl as an 'adaptor' front end to an app server.

2001-02-02 Thread G.W. Haywood
Hi all, On Fri, 2 Feb 2001, Gunther Birznieks wrote: Anyway, you should be able to implement your own custom handler to talk your proprietary socket protocol in mod_perl. I did this last year for a Client in the Big Smoke. Only about twenty lines. Sorry, can't give a way any source - it's

Re: Error reporting mod_perl 1.25 + apache 1.3.17

2001-02-02 Thread G.W. Haywood
Hi there, On Fri, 2 Feb 2001, Vasily Petrushin wrote: Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration: Platform: osname=solaris, osvers=2.8, archname=sun4-solaris-thread-multi Options given to mod_perl's Makefile.PL USE_DSO=1 EVERYTHING=1 Have you tried

Re: Best GCC compiler options for Intel (perl apache)

2001-02-01 Thread G.W. Haywood
Hi Tim, On Thu, 1 Feb 2001, Tim Bunce wrote: Can anyone recommend extra gcc options to squeeze the last ounce of performance out of code (perl and apache in this case) on Intel? I don't mind tying the code down to one cpu type or loosing the ability to debug etc. We're already doing -O6

Re: Development Environment

2001-01-31 Thread G.W. Haywood
Hi Andrew, On Wed, 31 Jan 2001, Andrew Ho wrote: What if there are 20 mod_perl developers at your company? You either need to do admin work to partition the developers by what modules they write, or run 20 Apache instances, which may be very expensive. Yes, it's a lot of work to set up an

Re: mod_perl 1.25 + perl 5.6

2001-01-31 Thread G.W. Haywood
Hi there, On Wed, 31 Jan 2001, Vasily Petrushin wrote: I have a problem with perl 5.6 + mod_perl 1.25 + apache 1.3.17 Operating System is Sun Solaris 8 for SPARC, 64bit. [Tue Jan 30 17:58:51 2001] [notice] child pid 17005 exit signal Segmentation Fault (11) Have you looked at the

RE: Apache::ASP

2001-01-31 Thread G.W. Haywood
Hi there, On Wed, 31 Jan 2001, Wang, Pin-Chieh wrote: How do I load mod_perl? in httpd.conf Please read the installation section of the Guide. http://perl.apache.org/guide 73, Ged.

Re: [OT] Dynamically changing current package

2001-01-31 Thread G.W. Haywood
Hi Andrew, On Wed, 31 Jan 2001, Andrew Ho wrote: This isn't strictly a mod_perl question, but is there a good way in general Perl to dynamically change the current package name? perldoc -f package 73, Ged.

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread G.W. Haywood
Hi Geoff, On Tue, 30 Jan 2001, Geoffrey Young wrote: this does present the opportune time to ask the list about the future of this digest... unfortunately, there is no easy way to derive a decent plain text version from an XML base... !!!??? That's just plain ridiculous. thus, the move

Re: Perl / DBI Job - Telecommute - Full Time

2001-01-30 Thread G.W. Haywood
Hi Buddy, On Tue, 30 Jan 2001, Buddy Lee Haystack wrote: A post office box in FL? CargoTel, Inc. PO Box 660572 Oviedo, FL 32766 Doesn't sound very professional... With $85M I guess he doesn't worry too much about that. 'Course if I had $85M I think I'd go on holiday for a while. 73,

Re: This list... formatted headerS?

2001-01-30 Thread G.W. Haywood
! -- From [EMAIL PROTECTED] Sun Nov 5 15:32:06 2000 Date: Sun, 5 Nov 2000 15:32:05 + (GMT) From: "G.W. Haywood" [EMAIL PROTECTED] To: Ask Bjoern Hansen [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject: Re: [ADMIN] Keep those @$%#$ quotes down (was:

Re: Correct LWP package to test mod_perl

2001-01-30 Thread G.W. Haywood
Hi there, On Tue, 30 Jan 2001, Sinclair, Alan (CORP, GEAccess) wrote: Which is the correct LWP package to download from CPAN for doing the make test phase during mod_perl installation. I note there are 2 LWP packages with the LWP::UserAgent piece: lcwa-1.0.0 and libwww-perl-5.50 You want

Re: Repost: Anyone using virtual server for mod_perl hosts?

2001-01-30 Thread G.W. Haywood
Hi there, On Tue, 30 Jan 2001, Blue Lang wrote: There are companies (Verio at least) offering a 'virtual machine' running a virtualized OS. Verio is offering NetBSD and Solaris. They have a seriouly large iron where many virtual machines run, each virtual machine gets a share of CPU, HD

Re: Development Environment

2001-01-30 Thread G.W. Haywood
Hi there, On Tue, 30 Jan 2001, Stathy Touloumis wrote: I was wondering if anyone has successfully setup a development environment to allow for multiple development copies of modules used within Mason components. Also, to have the appropriate changes to the modules shown within the

Re: Apache - Perl - Oracle

2001-01-30 Thread G.W. Haywood
Hi there, On Tue, 30 Jan 2001, Aldo Luis Orsini wrote: Help me please ... I want connect to DB Oracle by emperl but i don't . Have you tried the embperl mailing list? The address should be in the documentation you already have. If not I think you'll find a link to it at perl.apache.org.

Re: Hard times with apache config

2001-01-30 Thread G.W. Haywood
Hi there, On Tue, 30 Jan 2001, Fritz Heinrichmeyer wrote: [snip] perl Makefile.PL seem not to honor the APACHE_SRC=.../... switch. [snip] The httpd server wanted to read /usr/local/etc/apache/etc/apache/httpd.conf. You could try running 'perl Makefile.PL' from /usr/local/mod_perl with

Apache Version 1.3.0 required, aborting... You need mod_perl 1.24_01 , or later to build with Apache 1.3.14

2001-01-27 Thread G.W. Haywood
Hey guys, Even google knew the answer to this one. See http://www.mail-archive.com/modperl%40apache.org/msg12607.html I thought if I put the error message AND the solution in the subject line, with a slightly sarcastic message, and then everybody flamed me (being careful to keep the subject

Re: Apache Version 1.3.0 required, aborting... You need mod_perl 1.24_01 , or later to build with Apache 1.3.14

2001-01-27 Thread G.W. Haywood
Hi Cliff, On Sat, 27 Jan 2001, ___cliff rayman___ wrote: ged - you are just plain wrong here. the error message is very clear. u just need to install apache 1.3.0. to hell with bugs and security problems. newer software is just bloated and cpu hungry anyways. well, now i'll get pack to

Re: Making PHP and mod_perl live together in Apache 1.3.14.

2001-01-27 Thread G.W. Haywood
Hi there, On Sat, 27 Jan 2001, wells wrote: I'm having loads of trouble geting PHP (either as a dynamic SO or a static SO) to live peacefully with mod_perl 1.24_10. if they are both compiled in the httpd binary, then apache causes segmenation faults. any ideas on how to work around

Re: Making PHP and mod_perl live together in Apache 1.3.14.

2001-01-27 Thread G.W. Haywood
Hi there, On Sat, 27 Jan 2001, wells wrote: Thanks for the reply.. is there a URL where I can view the archives of Support? I think there's a misunderstanding here. SUPPORT is the name of a file in your mod_perl directory, right alongside README... The several archives of the mod_perl

Re: Can't connect to Oracle in mod_perl ????

2001-01-26 Thread G.W. Haywood
Hi there, On Fri, 26 Jan 2001, Irek wrote: When I started this script in httpd in mod_perl like http://_adres_/mod-perl/ora_test.cgi script writes only POINT1 !! Have you looked in the error_log? 73, Ged.

Re: problem to configure perl with apache

2001-01-26 Thread G.W. Haywood
Hi there, On Fri, 26 Jan 2001, initiative.fr : COUTEL Jean-Francois wrote: It is my first install of perl and i have problem I have install APACHE 10.3.14 with APXS, PHP 4.0.3 pl1 with APXS, mysql and mod_perl-1.24_01 with apxs apache, php and mysql are ok perl is install but i can't

Re: File handler / GD troubles ???

2001-01-25 Thread G.W. Haywood
Hi there, On Sun, 1 Dec 2002, Yann Neuhaus wrote: I can open a file during my program in read mode a few times and suddendly it fails with error opening file. as soon as I remove the GD::Graph::plot method it works. You need to make sure files get closed after being opened. Ordinarily all

Re: Apache::ASP

2001-01-25 Thread G.W. Haywood
Hi there, On Thu, 25 Jan 2001, Ilya Krel wrote: I am running Freebsd 4.2, Summary of my perl5 (5.0 patchlevel 5 subversion 3), Apache/1.3.14, mod_perl/1.24 (from ports collection). any suggestions how to fix it? Did you compile Perl, Apache and mod_perl yourself? If not, try it (like

Re: Compiling mod_perl into Apache 1.3.14

2001-01-25 Thread G.W. Haywood
Hi Andrew, On Thu, 25 Jan 2001, andrewl wrote: Would the syntax for inclusion be %perl Makefile.PL makepl_args.mod_perl Nope. Just put the makepl_args.mod_perl file in the mod_perl top-level directory, where you found Makefile.PL. Then you just say: % perl Makefile.PL 73, Ged.

Re: Problem with Apache::ASP

2001-01-24 Thread G.W. Haywood
Hi there, On Tue, 23 Jan 2001, isaac wrote: Has anyone noticed that they get errors when trying to use else or elsif statements with Apache::ASP. Nope. If I form my statements like this: % if($foo eq Œbar¹){ % pbar % } % % elsif($foo eq Œbar2¹){ % pbar2 % } % Hmmm. What's

Re: File handles in mod_perl

2001-01-24 Thread G.W. Haywood
Hi there, On Tue, 23 Jan 2001, Barry Veinotte wrote: Besides die being a bad thing, is this gentleman right to tell me I have to loose my file opens and go with FileHandle ?? Yes and no. If your Apache child opens files and doesn't close them you will eventually run out of handles

Re: Compiling mod_perl 1.24 with the Sun Solaris C Compiler

2001-01-24 Thread G.W. Haywood
Hi all, On Wed, 24 Jan 2001, Matisse Enzer wrote: Thanks, I'll try compiling perl with the Solaris compiler, and then Apache + mod_perl . Check the List archives for stuff about Solaris recently, I'm sure you'll find some useful pointers. 73, Ged.

Re: Apache::ASP

2001-01-24 Thread G.W. Haywood
Hi there, On Wed, 24 Jan 2001, Earle F. Ake wrote: open(OUT, "/tmp/debug.log"); Do you mean open(OUT, "/tmp/debug.log"); ? 73, Ged.

  1   2   3   4   >