Re: [OT] Server error log says Accept mutex: sysvsem

2002-02-06 Thread Ged Haywood
Hi there, On Wed, 6 Feb 2002, Rafiq Ismail (ADMIN) wrote: The following message keeps appearing in my server error log guess would be that it's harmless. Nothing to do with mod_perl, check the Apache docs (performance tuning guide). Presumably this only happens when you restart the server?

RE: [?] Same Named Modules, Different Paths

2002-02-06 Thread Ged Haywood
Hi all, On Wed, 6 Feb 2002, Stathy G. Touloumis wrote: We have a similar issue here but it is designed more for development of modules/code by multiple developers. If each of your developers runs her own copy of Apache, each copy listening to a different port, you can make the namespace

Re: [Straying from the Topic] Installing from scratch Apache +mod_perl + Apache::ASP (+maybe others) on unix

2002-02-06 Thread Ged Haywood
Hi there, On Thu, 7 Feb 2002, Rod Butcher wrote: professionals are being driven mad, despite reading the Guide (which despite being complete is still mysterious, it comes across as having a mission statement to contain everything rather than to be useful, sorry). Patches, chapters, help

Re: [Q] SIGSEGV After fork()

2002-02-06 Thread Ged Haywood
Hi there, On Wed, 6 Feb 2002, Mark P. Fister wrote: Collectively, we've been at this for more than two weeks and have searched various mod_perl archives, all to no avail. :( SIGSEGV after fork(). Very reproducible. Memory corruption gets moved around if the codebase changes. [snip]

Re: mod_perl, OpenPGP Math::Pari

2002-02-05 Thread Ged Haywood
Hi there, On Wed, 6 Feb 2002, Jason Galea wrote: now that's funny! ok, so I was babbling.. try this. A simple perl script useing Crypt::OpenPGP runs fine from the command line while the same subroutine used in a mod_perl module on the same machine crashes. Why? There's a file in the

Re: mod_perl, OpenPGP Math::Pari

2002-02-04 Thread Ged Haywood
Hi there, On Tue, 5 Feb 2002, Jason Galea wrote: [snip] My only guess is that somehow mod_perl on the production server is using a different library [snip] Anyone? any clues on where to start looking? perl -V That's lower case perl, upper case V. 73, Ged.

Re: hi, help needed...

2002-02-03 Thread Ged Haywood
Hi there, On Sat, 2 Feb 2002, unknown wrote: I was on this website, which i believe is yours. How can i make the same thing on my apache (win32) 1.3.22 http://www.xorgate.com/Apache/OpenIndex/demo/ I'm not sure I understand the question. If you want a demonstration of Apache running on

Re: MacOSX Requests and Cookies

2002-02-03 Thread Ged Haywood
Hi there, On Sun, 3 Feb 2002, John Siracusa wrote: Okay, I tried it again, from the very beginning. [snip] So...what am I doing wrong? Well this doesn't look good... [snip] /usr/bin/ld: warning -L: directory name (/usr/local/lib) does not exist [snip] ...nor does this. [snip] Checking

[OT] Re: mod_perl Developer's Cookbook

2002-02-02 Thread Ged Haywood
Hi all, On Fri, 1 Feb 2002, Joe Brenner wrote: Spend only $4 more, and you too can show your disgust for software patents. And while you're doing that, think how lucky you are to have the luxury. 73, Ged.

Re: questions

2002-02-02 Thread Ged Haywood
Hi Stu, On Sat, 2 Feb 2002, stu seven wrote: 1) Is installing mod_perl necessary to running perl scripts No, but there are good reasons for using mod_perl to do it. 2) [snip]can I add the PerlSendHeader On to Apache without running mod_perl ? No, it will cause Apache to grumble about

Re: ld: 0711-319 WARNING: Exported symbol not defined:

2002-02-02 Thread Ged Haywood
Hi there, On Thu, 31 Jan 2002, J S wrote: Apache compiles OK, but during make there are a lot of the following messages: .. .. ld: 0711-319 WARNING: Exported symbol not defined: Perl_yyrule ld: 0711-319 WARNING: Exported symbol not defined: cast_i32 [snip] .. .. and so on My

Re: Location Directives and Perl Handlers...

2002-02-02 Thread Ged Haywood
Hi there, On Sat, 2 Feb 2002, eCap wrote: Does it make sense to create a Location directive with a Perl Handler for each and every web transaction? Well of course it all depends on what the transactions are, but as a rule I'd say probably not. A mod_perl process can consume quite a lot of

Re: New mod_perl Logo

2002-01-30 Thread Ged Haywood
Hi all, On Tue, 29 Jan 2002 [EMAIL PROTECTED] wrote: How about BigFoot? Probably not the best for a server application. Might make one think of the footprint involved ... That was one of my points. :) There will be fame although possibly not fortune for the first person to publish

Re: New mod_perl Logo

2002-01-30 Thread Ged Haywood
Hi Ron, On Wed, 30 Jan 2002, Ron Savage wrote: In a message dated 30-Jan-02 12:50:50 AM GMT Standard Time, [EMAIL PROTECTED] writes: How about BigFoot? All these American-style names are verging on the racist. This is world-wide code, not s/$Expletive// American-wide code. But I'm

Re: DataBreeze for MySQL/ModPerl/Apache

2002-01-27 Thread Ged Haywood
Hi there, On Thu, 24 Jan 2002, Joe Junkin wrote: Feedback from the Perl/ModPerl/Apache community is important. [snip] You may download the software for evaluation at http://www.databreeze.com html titleDataBreeze Download/title body bgcolor=white h2Select the DataBreeze Code version you

Re: performance coding project? (was: Re: When to cache)

2002-01-27 Thread Ged Haywood
Hi all, Stas has a point. Perl makes it very easy to do silly things. This is what I was doing last week: if( m/\b$Needle\b/ ) {...} Eight hours. (Silly:) if( index($Haystack,$Needle) m/\b$Needle\b/ ) {...} Twelve minutes. 73, Ged.

Re: QUESTION: how to debug segfault apache1.3.22/mod_perl1.26/HTML::Mason

2002-01-21 Thread Ged Haywood
Hi there, On Wed, 16 Jan 2002, Chris Hutchinson wrote: I've recently built apache 1.3.22/mod_perl 1.26, statically with perl 5.6.1 on linux RH 7.0. [snip] ccversion='', gccversion='2.96 2731 (Red Hat Linux 7.0)', At the risk of sounding like a broken record, have you tried

Re: [OT] Trouble with dprofpp and Devel::DProf

2002-01-18 Thread Ged Haywood
Hi Rob, On Fri, 18 Jan 2002, Robert Landrum wrote: Anyone using 5.7.0 had any trouble with dprofpp? Double check that the dprofpp is the same one distributed with 5.7.0 and not 5.6.1 or earlier perl's... ??!! Never had 5.6 on that machine, but I already did that anyway... :)

[OT] Trouble with dprofpp and Devel::DProf

2002-01-17 Thread Ged Haywood
Hi all, Anyone using 5.7.0 had any trouble with dprofpp? Devel::DProf writes tmon.out OK but dprofpp doesn't understand it. The whole kit came with 5.7.0 in one source tarball. I searched p5p with the Google and the perl.com engine and came up with nothing. 73, Ged.

Re: formmail spammers

2002-01-13 Thread Ged Haywood
On Sat, 12 Jan 2002, Perrin Harkins wrote: http://www.spamassassin.org/ Without a doubt, the best anti-spam solution around. That looks great for solving the problem on my own account, Well it might look great, but the only result I've had from it so far is MORE SPAM! Mail::

Re: oddities

2002-01-13 Thread Ged Haywood
Hi Arnold, On Sun, 13 Jan 2002, Arnold van Kampen wrote: So if you could still be so kind as to look at the code sample below: I'm sorry, I cannot afford the time to vet your code for you. Perhaps you don't need CGI.pm at all, could you use Apache::Request? 73, Ged.

Re: confused and need help

2002-01-12 Thread Ged Haywood
Hi there, On Sat, 12 Jan 2002, John Michael wrote: I wanted to update my apache and mod-perl install. H. I take it you had a good reason for doing this? I stated to do it and [snip] usr/local/lib/perl5/5.6.1 I already have a version in usr/lib/perl5/5.6.0 Did it automatically

Re: oddities

2002-01-12 Thread Ged Haywood
Hi there, On Sat, 12 Jan 2002, Arnold van Kampen wrote: What could be wrong in this few lines: It is supposed to add 10 to the value in the textfield after each submission. Sounds supiciously like you're using Apache on a system which allows Apache to have many child processes, and you

Re: oddities

2002-01-12 Thread Ged Haywood
Hi again, On Sat, 12 Jan 2002, Arnold van Kampen wrote: (only the plain string works, not the function textfield() after several submissions) Try this instead of the first line in your handler: my $r=shift; my %params = ($r-method eq 'POST') ? $r-content : $r-args; my $bla =

Re: Help ! TCP stream kept open by mod_perl : possible ?

2002-01-01 Thread Ged Haywood
Hi there, On Tue, 1 Jan 2002, Denis Bucher wrote: I have a project with Apache mod_perl and I don't know it it is able to do it. It is able. and any help is welcomed :-)) http://perl.apache.org/guide I want to do a simple webmail, Have you checked out the various packages on CPAN? 73,

Re: Modperl + ASP-perl buffering problems

2001-12-26 Thread Ged Haywood
Hi there, On Wed, 26 Dec 2001, Szymon Juraszczyk wrote: I use Apache-1.3.22 + modperl-1.26 and Apache::ASP 2.29. I experience problems with Apache::ASP $Response-Flush() method, [snip] the data are still getting buffered somewhere. Can you be sure that it isn't a browser which is doing the

Re: [modperl site design challenge] and the winner is...

2001-12-24 Thread Ged Haywood
Hi there, On Sun, 23 Dec 2001, Philip Mak wrote: I took a look at the winning design You just spammed the Net with 100 Megabytes of junk. Please don't send 60k messages to the mod_perl list. 73, Ged.

[OT] Re: multipart read error

2001-12-22 Thread Ged Haywood
Hi there, On Fri, 21 Dec 2001, Boex,Matthew W. wrote: CGI.pm: Server closed socket during multipart read (client aborted?) [snip] i get this error as soon as i hit my upload [snip] files that are between 10-40k are no problem. when i upload 100-400k, i get this Might be $CGI::POST_MAX Try

Re: mixing script in virtual hosts

2001-12-19 Thread Ged Haywood
Hi there, On Wed, 19 Dec 2001, Yuri A. Kabaenkov wrote: In script.cgi i share this variables like wroten in perl_mod Guide. [snip] sometimes script.cgi from one virtual host uses module.pm from another. How can i fix it ? Keep reading the Guide. it's in there. Get the source and grep -ir

Re: [DIGEST] mod_perl digest 2001/12/15

2001-12-18 Thread Ged Haywood
Hi James, On Tue, 18 Dec 2001, James G Smith wrote: With many thanks to Geoffrey Young for his work on this digest in the past, I will try and continue the job for a while. Good man! 73, Ged.

Re: Can't call Apache::Request-new()

2001-12-14 Thread Ged Haywood
Hi there, On Fri, 14 Dec 2001, Anand R wrote: The Request Object contains info sent to the server in the client's request. [snip] Maybe this should not a big problem,U just have to have a look at the Apache Doc. I think he's trying to say perldoc Apache::Request :) 73, Ged. PS: Cute

RE: Can't call Apache::Request-new()

2001-12-14 Thread Ged Haywood
Hi all, On Fri, 14 Dec 2001, Alex Porras wrote: I have version .33 working on perl 5.6.1 on a redhat 7.2 box (I compiled perl myself). However, if I do the command you do below, I get the same You need a request object to give to Apache::Request::new(). It makes no sense to call it from the

Re: mod_perl vs. C for high performance Apache modules

2001-12-14 Thread Ged Haywood
Hi there, On Fri, 14 Dec 2001, Jeff Yoak wrote: This is something different. [big snip] Indeed it is. It's a refreshingly honest appraisal of what might, in hindsight, have been easily avoided mistakes. And nobody ever did anything without making a few. Thanks. 73, Ged. PS: Are any of

Re: Apache::SizeLimit Exit is Delayed

2001-12-13 Thread Ged Haywood
Hi there, On Thu, 13 Dec 2001, Igor Sysoev wrote: On Thu, 13 Dec 2001, Perrin Harkins wrote: How about sending Stas a patch for the guide with information on this? It might be useful to other BSD'ers. My English is too poor for it. Send it to me then. :) 73, Ged.

Re: Apache crashing on mod_perl installation.

2001-12-12 Thread Ged Haywood
Hi there, On Wed, 12 Dec 2001, Titus Brown wrote: The core dump happens on the dPPDIR call in the beginning of the perl_handler function in mod_perl.c (line 820 in the latest dist). The line expands to: #define dPPDIR \ perl_dir_config *cld = (perl_dir_config

Re: Apache crashing on mod_perl installation.

2001-12-11 Thread Ged Haywood
Hi there, On Tue, 11 Dec 2001, Titus Brown wrote: Do you know how I can turn on debugging symbols so that gdb can give me more info (about line number, etc.)? I've forced 'gcc' to always have the -g flag on, but that doesn't seem to be enough for some reason... The Guide is your friend:

Re: Apache crashing on mod_perl installation.

2001-12-10 Thread Ged Haywood
Hi there, On Mon, 10 Dec 2001, Titus Brown wrote: When I do a gdb on the resulting core dump, I find that it's crashing in perl_handler(). Any ideas? See modperl/SUPPORT 73, Ged.

Re: Apache crashing on mod_perl installation.

2001-12-10 Thread Ged Haywood
Hi again, On Mon, 10 Dec 2001, Titus Brown wrote: EXTRA_CFLAGS1=`$(SRCDIR)/apaci` EXTRA_LIBS=`perl -MExtUtils::Embed -e ldopts` EXTRA_CFLAGS=$(EXTRA_CFLAGS1) `perl -MExtUtils::Embed -e ccopts` H. Have you tried building without all this messing about with the Makefile? did make make

Re: Auth Handlers

2001-12-10 Thread Ged Haywood
Hi there, On Mon, 10 Dec 2001, Stathy Touloumis wrote: error : [Mon Dec 10 13:09:35 2001] [crit] [client 192.168.6.59] configuration error: couldn't check user. No user file?: /index.html Send the config? 73, Ged.

Re: Apache crashing on mod_perl installation.

2001-12-10 Thread Ged Haywood
Hi again, On Mon, 10 Dec 2001, Titus Brown wrote: Bear in mind these are in the instructions for installation for mod_perl ;). :) I don't want it to install in the default place. The only time I've had real grief with building was when I did that. One of the problems is that it's difficult

RE: Auth Handlers

2001-12-10 Thread Ged Haywood
On Mon, 10 Dec 2001, Stathy Touloumis wrote: Directory /home/stathy/apache/html AuthName Login AuthType Base::Session::Handler require valid-user PerlAuthenHandler Base::Session::Handler /Directory Forgive me, it's late, and I'm afraid I've deleted the original question.

Re: PerlWarn and syslog

2001-12-06 Thread Ged Haywood
Hi there, On Thu, 6 Dec 2001, Lance Uyehara wrote: ErrorLog syslog Are you sure you want to do this? How do I get the warnings when syslog is used? There are some tips in Stas Bekman's new book, not yet published (you'll have to become a reviwer:) and you will find some help in the guide

Re: DBD::mysql and libmysqlclient.so.10

2001-11-29 Thread Ged Haywood
Hi there, On Thu, 29 Nov 2001, Ryan Thompson wrote: Can't load '/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/DBD/mysql/mysql.so' for module DBD::mysql: Shared object libmysqlclient.so.10 not found at /usr/libdata/perl/5.00503/Dynaloader.pm line 169. libmysqlclient.so.10 DOES

Re: mod_perl segfaulting (Redhat 7.2, DSO, Apache 1.3.20)

2001-11-26 Thread Ged Haywood
Hi there, On Mon, 26 Nov 2001, John Chia wrote: Still segfaulting. Same place. [snip] Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: [snip] Compiler: [snip] gccversion='2.96 2731 (Red Hat Linux 7.12.96-98)', Did you compile Perl yourself? 73, Ged.

RE: Documentation patch for mod_perl//win32

2001-11-23 Thread Ged Haywood
Hi there, On Fri, 23 Nov 2001, Alessandro Forghieri wrote: I sure can co-maintain such a document. The co part is a good idea for several reasons - the most cogent being that I am not a native speaker Heck, you write English better than many Englishmen I know... 73, Ged.

Re: [DBI] DBI-install_driver fails

2001-11-18 Thread Ged Haywood
Hi there, On Sat, 17 Nov 2001, Dau Hee wrote: [snip,snip] I also use up2date to upgraded my glibc to 2.2.4 from 2.2.2. Why? If it ain't broke, don't mend it. After the glibc upgrade, I cannot get Apache to run. Not too surprising after upgrading glibc. Have you recompiled Perl itself?

Re: mod_perl make test fails

2001-11-15 Thread Ged Haywood
Hi there, On Wed, 14 Nov 2001 [EMAIL PROTECTED] wrote: I'm trying to compile apache_1.3.22+mod_perl-1.26 on a redhat 7.1 linux box. I replace the original gcc 2.xx with gcc version 3.0.2 and perl 5.6.0 with perl 5.6.1 both compiled in the same box. Get rid of 5.6.0. It's probably not

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-14 Thread Ged Haywood
Hi there, On Wed, 14 Nov 2001, [iso-8859-1] Jonathan E. Paton wrote: I am trying to create a website [snip] NB - Whilst my preferred answer to these questions is a coded solution, [snip] We like people to think for themselves on this list. :) I'm sure I've missed a few questions... Read

RE: mod_perl.so not built after building mod_perl

2001-11-14 Thread Ged Haywood
Hi there, On Wed, 14 Nov 2001, Manjrekar Pratiksha wrote: Could you please suggest me a apache version as well as a mod_perl version compatible to it in the Solaris environment? If you search the mod_perl mailing list I'm sure you will find many references to Apache and mod_perl being used

RE: mod_perl.so not built after building mod_perl

2001-11-14 Thread Ged Haywood
On Wed, 14 Nov 2001, Manjrekar Pratiksha wrote: [Wed Nov 14 21:14:05 2001] [error] [Wed Nov 14 21:14:05 2001] null: Undefined subroutine Apache::ROOT::vswap1_2e1_2e5::index_2eeml::my_start called at /apps/vswap1.1.5/index.eml line 13. [snip] what might be reason for the above problem..

Re: OT: Internal server error on Refreshing mod_perl page ( Apache::ASP)

2001-11-11 Thread Ged Haywood
Hi again, On Sat, 10 Nov 2001 [EMAIL PROTECTED] wrote: since my active server page knowledge is pretty much zero here is my issue. Have several clients that use IIS w/lots of ASP[yuk] instead of Apache all things PERL. Richard and Josh have answered your other points, but I'd just like to

Re: Internal server error on Refreshing mod_perl page ( Apache::ASP)

2001-11-10 Thread Ged Haywood
Hi there, On Sat, 10 Nov 2001, SubbaReddy M wrote: [snip] many strugles. [snip] /home/httpd/asp/1.asp is called from brower http://192.168.1.235/asp/1.asp Do you think it might be better to start with something a little less ambitious? Just getting a mod_perl server running with a

Re: OT: Internal server error on Refreshing mod_perl page ( Apache::ASP)

2001-11-10 Thread Ged Haywood
Hi there, On Sat, 10 Nov 2001 [EMAIL PROTECTED] wrote: How far along is mod perl ASP? IOW just how compatible is it to the proprietary equiv? I'm not quite sure what you mean. Be aware that Apache::ASP is purely for scripting in Perl. I have used it on a system which now has a very large

Re: How to update the httpd env for mod_perl

2001-11-07 Thread Ged Haywood
Hi there, On Wed, 7 Nov 2001, SubbaReddy M wrote: I installed perl 5.6.1 and mod_perl and Apache-ASP-2.27 on my Linux box. (Redhat 6.2) Did you compile your Apache and mod_perl? [root@qclinux /root]# perl -v That's perl -V not perl -v :) This is perl, v5.6.1 built for i686-linux

Re: SegFault report with backtrace

2001-11-05 Thread Ged Haywood
Hi there, On Mon, 5 Nov 2001 [EMAIL PROTECTED] wrote: Here is a simple Test.pm handler that causes segfaults in our server. Last year I had a Test.pm that caused segfaults too, on Solaris boxes. By accident I discovered that the segfaults went away when I renamed the file! At the time I was

Re: Installing modules

2001-11-03 Thread Ged Haywood
Hi there, On Sat, 3 Nov 2001, John Michael wrote: Where can I find information on how to install modules like: Apache::Request libapreq-0.33.tar.gz Apache::DBIApacheDBI-0.88.tar.gz The CPAN shell can do it all automatically for you. perl -MCPAN -eshell You need to be

Re: Install problems

2001-11-03 Thread Ged Haywood
Hi there, On Sat, 3 Nov 2001, John Michael wrote: It looks like in the file apache_request.c these are the lines causing the problem. #include httpd.h ... Have you got the Apache sources installed? You need to have the header files which contain a bunch of definitions. Best to get the

RE: Apache::Compress - any caveats?

2001-10-29 Thread Ged Haywood
Hi Matt, On Mon, 29 Oct 2001, Matt Sergeant wrote: -Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] On Wed, 24 Oct 2001, Mark Maunder wrote: I noticed that there are very few sites out there using Content-Encoding: gzip - in fact yahoo was the only one I

Re: cvs commit: modperl-site email-etiquette.pod

2001-10-26 Thread Ged Haywood
Hi Stas, On Tue, 23 Oct 2001, Stas Bekman wrote: ssh www.apache.org cd /www/perl.apache.org cvs update -dP Thanks Stas, I'll do index.html later today. 73, Ged.

Re: Apache::Compress - any caveats?

2001-10-25 Thread Ged Haywood
Hi there, On Wed, 24 Oct 2001, Mark Maunder wrote: I noticed that there are very few sites out there using Content-Encoding: gzip - in fact yahoo was the only one I could find. Is there a reason for this I think because many browsers claim to accept gzip encoding and then fail to cope with

Re: Using non-response handler only

2001-10-24 Thread Ged Haywood
Hi Stas, On Wed, 24 Oct 2001, Stas Bekman wrote: Why, Ged? For the reasons I gave. I *said* I'd duck and run for cover :) 73, Ged.

Re: namespace-troubles

2001-10-24 Thread Ged Haywood
Hi there, On Tue, 23 Oct 2001, John Michael wrote: most of the people on this list don't seem to answer questions from beginners. [snip] Does anyone know of a news group that answers mod perl questions? The mod_perl mailing list is the proper forum for such questions, but one of the troubles

Re: Newbie having problems

2001-10-23 Thread Ged Haywood
Hi there, On Tue, 23 Oct 2001, John Michael wrote: I am new to mod-perl and am trying to migrate some pretty large image scripts I have written to mod-perl. Have you come upon the Guide? http://perl.apache.org/guide It's a fairly weighty document by now but most of what you want will be in

Re: Using non-response handler only

2001-10-23 Thread Ged Haywood
Hi there, On Tue, 23 Oct 2001, Issac Goldstand wrote: Just out of curiosity: are there any efficiency issues regarding using mod_perl for the exclusive use of a phase other than the response? In other words, if I want a script to do something other than return a static page from a file,

Re: rookie's question regarding dynamic html pages

2001-10-19 Thread Ged Haywood
EaOn 19 Oct 2001, Xavier Merlin wrote: I would like to make those pages dynamic Maybe modperl can help. What do I need ? 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 O'Reilley

Re: IBM patents Template Systems?

2001-10-17 Thread Ged Haywood
Hi all, On Wed, 17 Oct 2001, Nathan Torkington wrote: Joe Schaefer writes: A causal reading seems to suggest that most mod_perl-based templating systems do exactly what this patent will cover: the tool generates the customized Web site without the web site creator writing any HTML or

Re: search engine module?

2001-10-16 Thread Ged Haywood
Hi all, On Mon, 15 Oct 2001, Ask Bjoern Hansen wrote: On Fri, 12 Oct 2001, Perrin Harkins wrote: [...] Plus lots of other stuff like Glimpse and Swish which interface to C-based engines. I've had good luck with http://swish-e.org/2.2/ Please make sure that it's possible to do a

Re: New Installation...

2001-10-16 Thread Ged Haywood
Hi there, On Tue, 16 Oct 2001, El Capitan wrote: The error_log file has: [Tue Oct 16 11:26:01 2001] [crit] (98)Address already in use: make_sock: could not bind to port 8529 Anyone have suggestions? Check to see if you already have an Apache running before you try to start another

Re: [OT] Off Topic?

2001-10-15 Thread Ged Haywood
Hi guys, On Fri, 12 Oct 2001, Robin Berjon and Ed Phillips wrote: On Friday 12 October 2001 00:52, Ged Haywood wrote: See attached. RB Shouldn't that document go on perl.apache.org ? Last time you brought it up RB you thought that it wasn't perfect enough yet, but however relatively RB

Re: [OT] Off Topic?

2001-10-11 Thread Ged Haywood
Hi George, On Thu, 11 Oct 2001, George Sanderson wrote: Is there anything special about putting things, like, [OT] in the subject line, other than being informative? See attached. 73, Ged. This document is named admin.txt. Introduction to The mod_perl Mailing List

Re: Apache::Gallery

2001-10-08 Thread Ged Haywood
HI Randal, On 8 Oct 2001, Randal L. Schwartz wrote: Matt [snip] I'd like to see added [snip] Matt is the images displayed on a .html page with... I'm planning a rewrite that will do exactly that. When? :) 73, Ged.

Re: Apache::Cookie bug with value = undef

2001-10-08 Thread Ged Haywood
Hi Dave, On Mon, 8 Oct 2001, Dave Rolsky wrote: Apache::Cookie-new( $r, -name = 'foo', -value = { will_break = '', completely_borked = 1 } )-bake; Have you tried doing Apache::Cookie-new( $r, -name = 'foo',

Re: FW: Apache_1.3.19/mod_perl-1.24_01/perl5.6.1 on Solaris 2.6/SunO S 5.6

2001-10-03 Thread Ged Haywood
Hi there, On Tue, 2 Oct 2001, Yeo Puay Hoon wrote: steps suggested in the apache readme file: # gunzip apache_1.3.19.tar.gz # tar -xvf apache_1.3.19.tar # gunzip mod_perl-1.24_01.tar.gz # tar -xvf mod_perl-1.24.01.tar # cd mod_perl-1.24_01 # perl Makefile.PL \ [snip] Don't

Re: FW: Apache_1.3.19/mod_perl-1.24_01/perl5.6.1 on Solaris 2.6/SunO S 5.6

2001-10-03 Thread Ged Haywood
Hi all, On Wed, 3 Oct 2001, Luciano Miguel Ferreira Rocha wrote: it just doesn't make sense (to me) to don't trust the tar but trust the executable generated by the files in it... The security aspect wasn't my main concern. It's just that the file permissions can get a little screwy if you

Re: segmentation fault child pid exit

2001-09-25 Thread Ged Haywood
Hi there, On Mon, 24 Sep 2001, Chaiyakul, Annie wrote: I am running apache 1.3.19, mod_perl 1.26 mod_ssl 2.7.1-1.3.14 mm-1.1.3, openssl-0.9.6, and perl 5.6.1 [snip] let me know what information I need to provide. Please read the file called SUPPORT in your mod_perl directory. You might

Re: keeping perl in memory

2001-09-14 Thread Ged Haywood
Hi there, On Fri, 14 Sep 2001, Miroslav Madzarevic wrote: This question does and doesn't have to do with mod_perl. I wish to keep perl binary (nothing related to apache) in memory See the Guide: http://perl.apache.org/guide And read about Apache::Registry. 73, Ged.

Re: DBI connections build up..

2001-09-13 Thread Ged Haywood
Hi there, On Thu, 13 Sep 2001, DJ (David J Radunz) wrote: the database connections just keep building up. Read the database section of the Guide: http://perl.apache.org/guide 73, Ged.

Re: Perl/Apache question

2001-08-26 Thread Ged Haywood
Hi there, On Sun, 26 Aug 2001, Remco Schaar wrote: On Sun, 26 Aug 2001, Mathew Benson wrote: I sincerely appologize if this question is in the wrong mailing list. But I'm not really sure where it belongs. I installed Demarc and Snort. [snip] You probably misconfigured. What

Re: Installation problem...urgent

2001-08-22 Thread Ged Haywood
Hi there, On Tue, 21 Aug 2001, Alvaro Toro Santivanez wrote: i need run mod_perl and apache urgent If you are new to mod_perl (and Linux?)you will probably find that it is a rather complex environment. You will need to do a great deal of learning before you can quickly and easily compile,

Re: Oracle::DBD under mod_perl on Sun/Solaris

2001-08-22 Thread Ged Haywood
Hi there, On Wed, 22 Aug 2001, Alex Povolotsky wrote: DBD::Oracle::db prepare failed: ORA-03120: two-task conversion routine: [snip] DBD::Oracle::db prepare failed: ORA-03113: end-of-file on communication channel (DBD: oopen error) and EVERY connect to database fails since that. I was NOT

Re: AuthCookie access denied messages

2001-08-20 Thread Ged Haywood
Hi there, On Mon, 20 Aug 2001, David Young wrote: Before I tackle this myself, has anyone added functionality to AuthCookie so that it will report *why* a user is being asked to login? Currently, if a user enters in a wrong username or password, they just get redirected back to the login

Re: Do virtual hosts need their own servers?

2001-08-16 Thread Ged Haywood
Hi there, On Wed, 15 Aug 2001, Philip Mak wrote: When I have multiple virtual hosts running Apache::ASP (mod_perl), do they need to run their own instance of Apache? If one Apache is listening to port 80 then no others can. This is why you will get an error message when you try to start an

Re: Do virtual hosts need their own servers?

2001-08-16 Thread Ged Haywood
Hi there, On Thu, 16 Aug 2001, Jonathan Edwards wrote: Related to this topic, I have a question about multiple instances of Apache. We run two mod_perl enabled sites on two separate IPs. These sites rely on mod_perl heavily. Each site has a unique perl script that handles just about

Re: Do virtual hosts need their own servers?

2001-08-16 Thread Ged Haywood
Hi there, On Thu, 16 Aug 2001, Jonathan Edwards wrote: Apache is set to: StartServers 10 MaxClients 512 Is that to say that the max number of children is 20 (StartServers + MaxSpareServers) or 512 (MaxClients) MaxClients. But if you have 10M unshared in each child and only 500M of RAM

Re: Children dying

2001-08-15 Thread Ged Haywood
Hi Andrew, On Tue, 14 Aug 2001, Andrew Ho wrote: AVI am running a perl 5.6.0, mod_perl 1.26, apache 1.3.19 on Solaris 2.6. [snip] AV[Tue Aug 14 10:45:10 2001] [notice] child pid 2630 exit signal Segmentation Fault (11) [snip] A few other folks have given useful references on how to get

Re: Weird IE cookie behaviour [OT]

2001-08-06 Thread Ged Haywood
Hi there, On Mon, 6 Aug 2001, Christopher L. Everett wrote: I _must_ get this working with IE. Does anyone have a clue stick for me? There is IE and there is IE, the versions don't all behave the same (for just about anything you can think of. :) Which version(s) of IE are you using?

Re: compiling troubles on Solaris 8

2001-08-06 Thread Ged Haywood
Hi there, On Mon, 6 Aug 2001, Alan Burlison wrote: Please note that the same compiler must be used to build Perl and mod_perl, Not so. gcc should work just fine. The problem is that when perl is configured and built, it saves the compiler name and flags in Config.pm. Well OK, read What

Re: module to hit back at default.ida atack ?

2001-08-05 Thread Ged Haywood
H I, On Sun, 5 Aug 2001, Sean Chittenden wrote: Anybody know of any module I can use to hit back at these default.ida bozos (i.e. keep them away from my IP addresses ?). I'm running apache/modperl on Win32. [snip] ::grin:: In the post he mentioned about trashing the kernel on NT so

Re: Help with @ISA

2001-08-04 Thread Ged Haywood
Hi there, On Fri, 3 Aug 2001, Rasoul Hajikhani wrote: I have declared the following in my httpd.conf: Location /foo SetHandler perl-script PerlHandler my::foo-cookie_check() /Location However, I get an error message: Can't locate object method cookie_check() via package

Re: Perl on Apache

2001-08-02 Thread Ged Haywood
Hi there, On Wed, 1 Aug 2001, Anthony @ PencilFight Design wrote: I'm having trouble reading a .cgi file on a virtual domain on my server. [snip] Is there any way to check the set up. May be in the httpd.conf file [snip] If you give the exact full pathname of the file and post your

Re: What counts as a real DBMS?

2001-08-01 Thread Ged Haywood
Hi guys, On Wed, 1 Aug 2001, Philip Mak wrote: On Wed, 1 Aug 2001, Henrik Edlund wrote: And while we are discussing not cutting corners, those who still use MySQL should switch to a real DBMS before they even think of abstracting What would you consider to be a real DBMS? Guys,

Re: Copying files across machines

2001-07-30 Thread Ged Haywood
Hi there, On Sun, 29 Jul 2001, Radu Caulea wrote: I use Apache 3.19, mod_perl, Oracle in an NT environment. As I decided to have Apache on one machine and Oracle on another, I need to transfer and display with Apache/mod_perl a remote html file (i.e. written by Oracle on the other machine).

Re: Size

2001-07-30 Thread Ged Haywood
On Mon, 30 Jul 2001, John Buwa wrote: It seems my modperl apache runs slower than my regular apache could this be the reason? That's likely to be a symptom, not a cause. Can you be less vague than runs slower? Under mod_perl, your Perl scripts should run faster than they do under plain

Re: Santitizing errors with mod_perl

2001-07-28 Thread Ged Haywood
Hi there, On Sat, 28 Jul 2001, John Buwa wrote: Thanks all for the terrific answers and help. It is actually working now!? What did i do you ask? Not a thing, [snip] ... I usually make a sighup to the test server after a change in the scripts maby this was not enough to recompiile my

Re: Globals

2001-07-27 Thread Ged Haywood
Hi there, On Fri, 27 Jul 2001, John Buwa wrote: I am useing -w and strict on my code and i get this when using strict. i gave this script a name say package libtest; So why is this still saying package name required? Global symbol $line requires explicit package name at libwork.pl line

Re: Santitizing errors with mod_perl

2001-07-27 Thread Ged Haywood
Hi there, On Fri, 27 Jul 2001, John Buwa wrote: $user =~ s/[^$OK_CHARS]//go; $pass =~ s/[^$OK_CHARS]//go; [snip] [error] Unmatched [ before HERE mark in regex m/[ HERE ^]/ at libwelcome.pl line 169. Hmmm. Your code says s/// not m//. Is this anywhere near line 169? Is it in the file

Re: mod_perl/DBI problem

2001-07-27 Thread Ged Haywood
Hi there, On Fri, 27 Jul 2001, Curtis Hawthorne wrote: So, how can I have it try to connect to the database again if it fails, but keep the connection persistent if it doesn't? Have a look in the Guide, there's lots of stuff in there about Apache::DBI. http://perl.apache.org/guide. 73,

Re: Setup help needed

2001-07-25 Thread Ged Haywood
Hi there, On Tue, 24 Jul 2001, Bryan Coon wrote: Hi, I am having trouble figuring out what is up with mod_perl. I currently have apache 1.3.20 running on RH6.2, compiled with mod_ssl, mm 1.1.3 and DSO support enabled. What is the method to install mod_perl? http://perl.apache.org/guide

Re: Problem With Perl Versions

2001-07-17 Thread Ged Haywood
Hi there, On Fri, 13 Jul 2001, James McKim wrote: Hello all, In trying to upgrade a RedHat Linux7.0 system I inherited to Perl5.6.0 I'd suggest you go for the latest stable release, but I've had no troubles with 5.7.x. Grab the sources, delete all the Apache, mod_perl and Perl source

Re: modperl install on osx - help

2001-07-15 Thread Ged Haywood
Hi there, On Sun, 15 Jul 2001, Christian Wattinger wrote: im at the end of my wisdom here, i try to install on mac osx following the advice from http://perl.apache.org/guide/install.html#A_Summary_of_a_Basic_mod_perl_In i dont get very far with it and i know still little about unixy

<    1   2   3   4   5   >