Re: Touble getting apache going...

2001-09-11 Thread Remco Schaar
Apache.pm you need is in one of the above mentioned directory. > --- > 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
ry every followiung request manually in the same, since brwosers might do _lot's_ of things you hardly notice. > Any help would be much appreciated. I'm helping somebody else install the > same software, so I imagine he's going to run into same problem and I'd like &g

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

Re: Perl/Apache question

2001-08-26 Thread Remco Schaar
will be something like: AddHandler perl-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: How do I STOP Apache::CodeRed sending me messages

2001-08-19 Thread Remco Schaar
be reloaded until your 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
logging, etc. can be usefull, 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
e" > command not act braindead about this? Is there a CPAN module that I can > import to overload the use command 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
er On >Options +ExecCGI > > > >SetHandler 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 > > Hope this helps, Remco

Re: PHP4 causes DBI connections to fail silently in mod_perl

2001-05-07 Thread Remco Schaar
ave the MySQL libs on your machine 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: Apache growing (memory)

2001-04-25 Thread Remco Schaar
t static files. It is very 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: [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; > ... > ..

Re: PerlAuth DB configuration.

2000-11-13 Thread remco
ble suggestion. Of course I would like to know the results if you try some. Any comment from (Apache::)DBI-people on this ? > All the software is free (Apache, mySQL). > > Cheers, > Tom > > PS: Sorry if you feel the solution lies outisd

Re: Apache::Registry() and strict

2000-11-13 Thread remco
qual to 'local $^W=1' for > 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: Apache::Registry() and strict

2000-11-07 Thread remco
on't. The variable stays > 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 agai

Re: DBI

2000-11-03 Thread remco
right place? I just don't seem to be able to find > the right docs in Perldoc or Apache or perl.apache.org. > > Cheers, > Tom Bye remco /--\ | Remco Schaar

Re: Fast DB access

2000-10-11 Thread remco
e similar queries for many single requests, you can take a look at the other proposed cahcing-techniques... > Thanks, > > Murali Bye, Remco /--\ | Remco Schaar |

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

2000-08-14 Thread remco
e - we just put up 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 A

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

2000-07-31 Thread remco
ite_perl/5.6.0/Apache/Session/DBIStore.pm li > ne 117 > > Does Anybody knows how solve this ? > > THanks, > > Fred > > __ > Sur WebMailS.com, mon adresse de courrier électronique gratuite. > Service multilingu

Re: Parsing the Transfer Log

2000-07-28 Thread remco
(\S+) \[([^:]+):(\d+:\d+:\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: Crazy browser issues

2000-06-21 Thread remco
is can't be > cool. I've found that I have to make sure that the $sent_pw in > > my ($res, $sent_pw) = $r->get_basic_auth_pw; > > isn't null or 0. Maybe you should study cache-control (expires etc...) -> guide, this might cause netscape to "for

Re: Source Code Shows Up in IE But Not Netscape

2000-05-10 Thread remco
you will have to use another extension for your files 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
sider the bg fixed and recommend the upload... > I'll also forward this problem to the man upstream, Clark Cooper. > > Thanks, > Ardo Thanks everybody, Remco Schaar /--\ | Remco Schaar

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

2000-04-12 Thread remco
rward this problem to the man upstream, Clark Cooper. > > Thanks, > Ardo I'll let you know... Thanx, Remco Schaar /--\ | Remco Schaar