Re: [EMAIL PROTECTED] /kernel: pid xxxxx (httpd), uid 80: exited on signal 11

2006-09-28 Thread Ace Suares
Hi, I have a lot of these: [Thu Sep 28 18:59:32 2006] [notice] child pid 29290 exit signal Segmentation fault (11) Couple of hundred per week. Also, apache (1.3) is eating memory, untill the server becomes slow and becomes unfunctional. I set MaxRequestsPerChild 30 so the memory is now 'und

Re: [EMAIL PROTECTED] Mod_rewrite and default document

2006-09-14 Thread Ace Suares
> > *sigh*. Do we really need the condescending tone? Especially since > your example doesn't work either Mr. Expert. I am sorry if I have offended you. I stand corrected. Apparently, the query string is a special case in mod_rewrite. Cheers, ace -- maven n : someone who is dazzlingly skilled

Re: [EMAIL PROTECTED] Mod_rewrite and default document

2006-09-13 Thread Ace Suares
> > http://mydomain/?id=abc123 > http://mydomain?id=abc123 > > get automatically mapped to > > http://mydomain/index.php?id=abc123 > > I can't change that those URL's exist already, so I have to be able to > handle them when they come in. But I want to also handle: > > http://mydomain/abc123 as ht