Re: [users@httpd] Timeouts after upgrading from 2.2.23 to 2.4.6

2013-08-27 Thread Weedy
On 27 Aug 2013 10:11, "Spangler, Tim" wrote: > > Hello, > > I recently upgraded from Apache 2.2.23 to Apache 2.4.6, and after the upgrade, we're seeing random timeouts / drops on Flash content. I have the same problem only my server has less then half of your load. Timeouts, stalls, and dropped c

Re: [users@httpd] default linux apache password

2013-06-13 Thread Weedy
On 13/06/13 07:37 AM, Rafnews wrote: > So what is the default password for apache user account ? There isn't one. As root "passwd apache". But this is dumb don't do it. > I guess there is better solution as on webhosting servers, you do not > have apache user account, but a different one. > so ple

Re: [users@httpd] Configuration for high concurrent load

2013-06-03 Thread Weedy
> On Sat, Mar 2, 2013 at 3:59 PM, Nick Kew > wrote: > > > On 2 Mar 2013, at 10:08, Austin Einter wrote: > > > I am doing a similar job.. > > Here is the warning... > > > > Starting httpd: WARNING: MaxClients of 7500 excee

[users@httpd] Locales in apache suexec

2013-03-13 Thread Weedy
How can I set the locale to something with UTF-8 instead of the LANG="C" or "POSIX" it is currently reset to now? I'm running python2 in fcgid with suexec and I need sys.getdefaultencoding/sys.getfilesystemencoding to return UTF-8 for my application. My system locale is set properly and I pass Fc