and

2004-02-14 Thread Stefan Cars
when I have to use RewriteRule etc, and want to have the entries come out the same way they came into the hash (and using Tie::IxHash isn't really working very well). Anyone have any ideas?? Kind Regards, Stefan Cars -- Report problems: http://perl.apache.org/bugs/ Mail list info: http

Re: and

2004-02-14 Thread Stefan Cars
e Tie::IxHash, it seems when I push in the hash into the %VirtualHost, the order get's random again although it seems good in the original hash. Kind Regards, Stefan Cars On Sat, 14 Feb 2004, Stas Bekman wrote: > Stefan Cars wrote: > > Hi! > > > > I'm ha

Re: and

2004-02-14 Thread Stefan Cars
Here is my code: $s->add_config(''); $s->add_config('ServerAdmin [EMAIL PROTECTED]'); $s->add_config('ServerName www.xxx.xxx'); $s->add_config('DocumentRoot /xxx/xxx/xxx'); $s->add_config('ErrorLog logs/xxx-error_log $s->add_confi

MPM worker and ithreads

2004-02-20 Thread Stefan Cars
Hi! Anyone that has any good links or any good input on using the worker MPM and ithreads with mod_perl 2 and Apache 2 Kind Regards, Stefan Cars -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org

Re: MPM worker and ithreads

2004-02-21 Thread Stefan Cars
Hi! I don't have any problems, I'm just interested in what people think of the performance vs. preforking and if there is any problems using worker and ithreads ? On Fri, 20 Feb 2004, Stas Bekman wrote: > Stefan Cars wrote: > > Hi! > > > > Anyone that has any

ap2+ mp2 with FreeBSD

2004-02-23 Thread Stefan Cars
Hi! I got alot of good input on my question regarding ap2+mp2+worker now I have some questions on performance and problems using ap2+mp2 with FreeBSD and threads, is there any people that is doing this sucessfully and how is performance compared to Linux ? Kind Regards, Stefan Cars -- Report

Not letting loops etc crash the server (mp2)

2004-05-28 Thread Stefan Cars
Hi! I'm interested in not letting coding mistakes crash the server, or at least not eat all the RAM and CPU. Perry answered this (http://marc.theaimsgroup.com/?l=apache-modperl&m=100162037703860&w=2) but that is for use with mp1, what could you do with mp2? Kind Regards, Stefan Car

Re: Trouble installing Apache::VMonitor

2004-08-05 Thread Stefan Cars
t installed properly. I think it is, it's built from sources and installed properly. What can cause this problem ? perl Makefile.PL says: Goind to build against mod_perl/1.9914 Perl/5.008002 [ info] generating script t/TEST Can't find the mod_perl include dir at /usr/local/lib/perl

Re: Trouble installing Apache::VMonitor

2004-08-05 Thread Stefan Cars
Hi! You are correct. I did compile it with MP_APXS and it worked! Thanks! Kind Regards, Stefan Cars On Thu, 5 Aug 2004, Stas Bekman wrote: > Stefan Cars wrote: > [...] > > I have come across a problem installing Apache::VMonitor with Apache > > 2.0.50 and mod_perl-1.99_

How to limit CPU time ap2+mp2

2005-01-21 Thread Stefan Cars
Hi! I'm running ap2 and mp2 and would like to ask if there is any way to limit the mximum CPU time used for a script / child process ? Kind Regards, Stefan Cars