RE: [users@httpd] Redirecting a domain to another using Rewrite rules

2012-05-16 Thread Desilets, Alain
Thx for the tip, but it doesn't seem to work. For example, I just tried this: --- Redirect / http://wiki-translation.wiki4us.com/ --- When I try to go to www.wiki-translation.com, I see the url wiki-translation.wiki4us.com in the browser (which is not what I want... I want to keep the original

RE: [users@httpd] IO load due to apache? Normal httpd behavior or script related?

2012-05-16 Thread G VM
Hi Tom, You absolutely have a point there. The site functions without it, however APC improves the sites performance(it should as there is almost 100% cache hit, however I didn't and can't do decent investigation into that). Note that the customer configures all application parts(php, apache, m

Re: [users@httpd] IO load due to apache? Normal httpd behavior or script related?

2012-05-16 Thread Tom Evans
On Wed, May 16, 2012 at 2:57 PM, G VM wrote: >> Likely a script problem, httpd wont cause harm > Did some further investigation and it seems APC (php opcode cache) generates > this IO(or so it seems). > http://serverfault.com/questions/361032/high-disk-i-o-when-cache-is-used > >> that is pretty an

RE: [users@httpd] IO load due to apache? Normal httpd behavior or script related?

2012-05-16 Thread G VM
> Likely a script problem, httpd wont cause harm Did some further investigation and it seems APC (php opcode cache) generates this IO(or so it seems). http://serverfault.com/questions/361032/high-disk-i-o-when-cache-is-used > that is pretty ancient RHEL. Not that ancient. > ahhh so

Re: [users@httpd] Redirecting a domain to another using Rewrite rules

2012-05-16 Thread Pete Houston
On Wed, May 16, 2012 at 05:06:24AM -0700, Desilets, Alain wrote: > I need to forward a domain www.wiki-translation.com to a different location > wiki-translation.wiki4us.com, while preserving the original url. > > I have been trying to do this for 30 mins now, using Rewrite rules, and > nothing

[users@httpd] I need to know the number of connections that failed by timeout

2012-05-16 Thread Lisandro Berardi
My Apache server is limited of RAM, so I had to downloaded the number of ' MaxClients'. That is why I need to know the number of connections that fail by timeout, and if possible I need the date of each. Thanks so much! PD: Sorry for my bad English...

[users@httpd] Redirecting a domain to another using Rewrite rules

2012-05-16 Thread Desilets, Alain
I need to forward a domain www.wiki-translation.com to a different location wiki-translation.wiki4us.com, while preserving the original url. I have been trying to do this for 30 mins now, using Rewrite rules, and nothing works. For example, thje Parked domains CPanel functionality created the

Re: [users@httpd] php admin value ignored

2012-05-16 Thread Nick Edwards
OMFG! thank you! the vhost log value was owne rwx--, after setting 1770, the scripts works happily. Thanks Nik On 5/16/12, Noel Butler wrote: > If you have it defined to use /srv/foo.net/tmp/ and it wants to > use /tmp it's probably because httpd/php can't write to that directory, > check