[users@httpd] Apache 2.2.x and CVE-2012-2333

2012-12-20 Thread Gorkem Durgut
Hi, I am questioning if Apache 2.2.22 with OpenSSL 0.9.8t is affected by CVE-2012-2333 (OpenSSL Invalid TLS/DTLS Record Denial of Service Vulnerability)? You may find the details of the vulnerability here: http://www.openssl.org/news/secadv_20120510.txt Here, it says that DTLS applications

[users@httpd] Starting httpd somehow disables NFS caching

2012-12-20 Thread Peter Linder
Hello everybody! I have an issue that I've been trying to figure out for a while now. I'll start from the beginning; First, I have an NFS share with around 2 million files in various directories (users home directories). This is mounted on a separate server that will serve web pages. If I

Re: [users@httpd] Fwd: Apache plugin malware

2012-12-20 Thread Kevin A. McGrail
Thanks Nick! Sounds a lot like this much more detailed account: http://blog.unmaskparasites.com/2012/09/10/malicious-apache-module-injects-iframes/ Regards, KAM - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

[users@httpd] OutputFilter redirecting reply for modification

2012-12-20 Thread n . weidmann
Hi, Is there an existing module that can be used as an output filter to send the response to another web server to get the final response to send back to the client. Here is a complete explanation of what I need to achieve: 1. The client sends a request. 2. The request is forwarded to another

Re: [users@httpd] How to retrieve IP address of incoming packets in text file using httpd source code

2012-12-20 Thread Bhavna Saini
Hi Eric, In the previous mail you mentioned that webserver can't write to /file.txt from a child process. I couldn't get it properly. Please give some more details of it. Actually I want to retrieve the IP addresses of incoming requests as soon as it reaches the server and want to save it in a

Re: [users@httpd] MPM module for windows

2012-12-20 Thread Ben Johnson
On 12/19/2012 11:13 AM, techienote@gmail.com wrote: Hi, Recently I have installed apache 2.2 on windows 32 bit edition. I just want to understand which mpm module I should use for windows. As of now we are expecting 6k concurrent user. So what will be the recommended value for the

[users@httpd] Re: How do I log fcgid stdin/stdout?

2012-12-20 Thread P Fudd
Hi all, I've found the answer, and it's a fairly good one: mod_firehose Before finding mod_firehose, I was modifying mod_dumpio to generate a separate log file without the extraneous diagnostic bits. Google revealed mod_firehose, which also started as a modification of mod_dumpio, but has been

Re: [users@httpd] MPM module for windows

2012-12-20 Thread Tom Evans
On Thu, Dec 20, 2012 at 4:34 PM, Ben Johnson b...@indietorrent.org wrote: On 12/19/2012 11:13 AM, techienote@gmail.com wrote: Hi, Recently I have installed apache 2.2 on windows 32 bit edition. I just want to understand which mpm module I should use for windows. As of now we are

Re: [users@httpd] How to retrieve IP address of incoming packets in text file using httpd source code

2012-12-20 Thread Tom Evans
On Thu, Dec 20, 2012 at 4:20 PM, Bhavna Saini bhavnasain...@gmail.com wrote: Hi Eric, In the previous mail you mentioned that webserver can't write to /file.txt from a child process. I couldn't get it properly. Please give some more details of it. Eric is saying that normally only root can

[users@httpd] httpd core file truncated

2012-12-20 Thread Zippy Zeppoli
I am trying to read a core file from http/php. I have set the ulimit to unlimited for the apache user in limits.conf, I have also added ulimit -c unlimited to the user's .bashrc. For some reason, my core files still say they are truncated. I'm not sure why. I have debug symbols for httpd and