Re: Touble getting apache going...

2001-09-11 Thread Remco Schaar
. --- Apache.pm failed to load!. --- Thank you in advance for any help given. -Tim([EMAIL PROTECTED]) Bye, Remco

Re: Another Perl/Apache question

2001-08-30 Thread Remco Schaar
somebody else install the same software, so I imagine he's going to run into same problem and I'd like to be able help him through it. Bye, Remco P.S: Please use the mod_perl maillinglist as addressee or at least as CC, since more people will read it and can be able to help you solve your

Re: Perl/Apache question

2001-08-26 Thread Remco Schaar
-script .pl PerlHandler +Apache::Registry or some modification hereof. You may need more, depending on your current configuration. Check the guide: http://perl.apache.org/guide for all information you need. Bye, Remco

Re: Perl/Apache question

2001-08-26 Thread Remco Schaar
On Sun, 26 Aug 2001, Ged Haywood wrote: Hi there, hi, 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

Re: How do I STOP Apache::CodeRed sending me messages

2001-08-19 Thread Remco Schaar
apache restarts/reloads, unless you used Apachje::Reload for this... Otherwise, use procmail :-) Thanks Robert Bye, Remco

Re: How do I really get the URI requested by the browser?

2001-08-18 Thread Remco Schaar
, but you might have to parse a little bit to retrieve only the uri... Thanx, Joachim -- ... ein Geschlecht erfinderischer Zwerge, die fuer alles gemietet werden koennen.- Bertolt Brecht - Leben des Galilei bye, remco

Re: Problem with use getting the wrong file

2001-08-16 Thread Remco Schaar
with something that takes the full pathname into account perhaps? try a do 'cfg.pm'; to force the compile otherwise you might want to take a look at Apache::Reload on CPAN. remco

Re: Problems running modperl under apache

2001-08-06 Thread Remco Schaar
perl-script and one more :-) PerlHandler Apache::Registry ### PerlSendHeader On --this doesnt work under the Files directive i guess I thought this would just work... Options +ExecCGI /Files Hope this helps, Remco

Re: PHP4 causes DBI connections to fail silently in mod_perl

2001-05-07 Thread Remco Schaar
somewhere else. I think there's an FAQ about this on the PHP4 site. AFAIK: there is a warning in the configure-script of php4 as well. It tells you to use your local mysql-includes when using other modules, like mod_perl... Greetings, Remco Schaar

Re: [OT] writing code (was: Apache growing (memory))

2001-04-25 Thread Remco Schaar
On Wed, 25 Apr 2001, G.W. Haywood wrote: Hi all, Hi again, 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

Re: Apache growing (memory)

2001-04-25 Thread Remco Schaar
hard to write perfect code, and some work arounds or often the best solution... You can consider limiting MaxRequestPerChild in combination with Apache::GTopLimit, or whatever limits the apache-docs, mod_perl guide or CPAN modules propose. Bye, Remco

Re: Apache::Registry() and strict

2000-11-13 Thread remco
the file scope. and it does have an effect (for the file it's defined in). Stas is right, I mixed up -w and -T:-((( Sorry for bothering you guys... Bye, remco /--\ | Re

Re: PerlAuth DB configuration.

2000-11-13 Thread remco
mment from (Apache::)DBI-people on this ? All the software is free (Apache, mySQL). Cheers, Tom PS: Sorry if you feel the solution lies outisde of Perl. I think the problem quite mod_perl specific, a solution maybe not...

Re: Apache::Registry() and strict

2000-11-07 Thread remco
defined, but it doesn't have the value of the old variable, it just passes the defined($foo) test but the value has changed to an empty array (from a full array). -w has no effect, read the guide again and use PerlWarn On :-) Bye, remco

Re: DBI

2000-11-03 Thread remco
the right docs in Perldoc or Apache or perl.apache.org. Cheers, Tom Bye remco /--\ | Remco Schaar | | e-mail: [EMAIL PROTECTED

Re: Strange error in log: Attempt to free unreferenced scalar.

2000-08-14 Thread remco
with the slight memory leaks associated with the occasional graceful restart and do a hard restart every week or two. It's only a minor niggle and someday I'll sort it out! I experience the same problem, but it seems to occur only when using Apache::AuthDBI. Any of you used it? Remco

Re: Apache::Session : DBI-Too many connections

2000-07-31 Thread remco
WebMailS.com, mon adresse de courrier électronique gratuite. Service multilingue, sûr, et permanent. http://www.webmails.com/ Bye, Remco /--\ | Remco Schaar | | e-mail: [EMAIL

Re: Parsing the Transfer Log

2000-07-28 Thread remco
+:\d+) ([^\]]+) "(\S+) (.*?) ^ add: \] you do not match the ending ], since you match everything until ], but you forgot the ] itself... (\S+)" (\S+) (\S+)$/) bye, remco /----

Re: Source Code Shows Up in IE But Not Netscape

2000-05-10 Thread remco
iles if this is true Regards, Bri Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com Bye, remco /------

Re: Bug#61231: mod_perl segfaults child-processes in combination with XML::Parser::Expat

2000-04-12 Thread remco
I'll let you know... Thanx, Remco Schaar /--\ | Remco Schaar | | e-mail: [EMAIL PROTECTED

Re: Bug#61231: mod_perl segfaults child-processes in combination with XML::Parser::Expat

2000-04-12 Thread remco
... I'll also forward this problem to the man upstream, Clark Cooper. Thanks, Ardo Thanks everybody, Remco Schaar /--\ | Remco Schaar | | e-mail: [EMAIL PROTECTED