Re: [users@httpd] Strange problem with RLimitNPROC / Apache 2.2 / FreeBSD

2011-05-29 Thread Patrick Proniewski
Hello, After further experimentations, I've found out that, on FreeBSD, RLimitNPROC takes into account every httpd processes. So it's a big contradiction of the official documentation, and it makes RLimitNPROC absolutely useless. On 25 mai 2011, at 11:18, Patrick Proniewski wrote: Hello,

[users@httpd] Alternative for Apache webserver Diffie-Hellman encryption to permit SSL decryption

2011-05-29 Thread sunhux G
I'm newbie to encryption beginner to Apache. Length: 81 Handshake Protocol: Server Hello Handshake Type: Server Hello (2) Length: 77 Version: TLS 1.0 (0x0301) Random gmt_unix_time: May 23, 2011 11:01:51.00 random_bytes: C0C48BA2. Session ID Length: 32 Session

[users@httpd] Re: Alternative for Apache webserver Diffie-Hellman encryption to permit SSL decryption

2011-05-29 Thread sunhux G
Note that in my current Apache config file, there's a line below which does not mention anything on Diffie-Hellman, so my guess is Apache must have selected /enabled DH by default. How can I explicitly turn it off? SSLCipherSuite HIGH:MEDIUM:!aNULL:+SHA1:+MD5:+HIGH:+MEDIUM I'm thinking of

RE: [users@httpd] Apache 2.x configuration for high load servers

2011-05-29 Thread Geoff Millikan
This went well until there were not too many files on the file system... Our experience here has been this: We're on ext3 and caching (on disk) several hundred thousand files using mod_disk_cache. We got worried we were going to have too many files but using df -i below shows we're at about a

[users@httpd] ErrorLog of CGI canot transfer to syslog

2011-05-29 Thread Liu JinGang
Hi Experts, I have a question that as following, I hope that someone can give me an answer. Thanks! I've just been doing some debugging of a CGI file. In doing so I was outputting some information to STDERR.I found that the error info can't transfer to syslog. Why? If the error info is large

RE: [users@httpd] Apache 2.x configuration for high load servers

2011-05-29 Thread Geoff Millikan
Nor sure I understand where you say memcache is slow, we uses memcache for session variables and for mysql query caching. I did not think there was anything as reliable and fast or faster than that? Can you elaborate on file-based-cache fro mysql querrie? Bostjan Skufca replied already