Re: [us...@httpd] httpd.conf: Invalid argument

2010-07-12 Thread Carlos _
Hi Eric, and how can I resolve this? I need to install apache in that machine 2010/7/12 Eric Covener > On Mon, Jul 12, 2010 at 7:15 AM, Carlos _ wrote: > > Hi Eric, i Executed > > > > apachectl -X -f /opt/jakarta/apache2/conf/httpd.conf > > > > and the output is the same > > "httpd: Could not op

Re: [us...@httpd] Problem with in Apache httpd 2.2

2010-07-12 Thread John Gordon
John Gordon writes: > > I've been assigned (yay!) to support a homebrew Apache module that is used > by some external customers. One customer is reporting that the > tag is failing to recognize that the module is loaded. Turned out to be user error -- the customer had the statement before the

[us...@httpd] In Apache 2.2.x Why parent httpd process isn't spawning a new replacement child in a timely fashion, after MaxRequestsPerChild has been hit and the child worker httpd has exited.

2010-07-12 Thread Matty Ronald
Hi All, Can anyone help me in Apache 2.2.x Why parent httpd process isn't spawning a new replacement child in a timely fashion, after MaxRequestsPerChild has been hit and the child worker httpd has exited. When and how does the parent pid get notified that it is time for the child to die because

[us...@httpd] How to regenerate 400 error code

2010-07-12 Thread Sakthi Esakiappan
Hello, Hack attempt is made in one of our server. The hacker used string "w00tw00t.at.ISC.SANS.DFind" to continuously generate 400 Bad request to our server. He is capable of generating very large number of request in a short time from various IPs. I have hardened apache for handling this error c

[us...@httpd] When and how does the parent pid get notified that it is time for the child to die because MaxRequestsPerChild has been reached?

2010-07-12 Thread Matty Ronald
Hi All, Can anyone help me Why parent httpd process isn't spawning a new replacement child in a timely fashion, after MaxRequestsPerChild has been hit and the child worker httpd has exited. When and how does the parent pid get notified that it is time for the child to die because MaxRequestsPerCh

Re: [us...@httpd] Refresh issue displaying first page of PDF?

2010-07-12 Thread J. Greenlees
Lee Fisher wrote: Hi everyone, I am running apache HTTPD 2.2.14 on CentOS. We have recently encountered an issue displaying some pdfs served by apache. The first page will show up, but the text and content will not be visible. If I scroll to page 2, the information will be visible and then scroll

[us...@httpd] Solaris 10 / Apache / LDAP

2010-07-12 Thread McGranahan, Jamen
I am trying to configure httpd-2.2.15 on a Sun Solaris 10 sparc server with the following options: ./configure CC=gcc --prefix=/opt/pkgs/apache-2.2.15 --enable-access --enable-ssl --with-ssl=/usr/local/ssl --enable-setenv --enable-so --enable-ldap --with-ldap-lib=/usr/local/lib --with-ldap-inc

[us...@httpd] Refresh issue displaying first page of PDF?

2010-07-12 Thread Lee Fisher
Hi everyone, I am running apache HTTPD 2.2.14 on CentOS. We have recently encountered an issue displaying some pdfs served by apache. The first page will show up, but the text and content will not be visible. If I scroll to page 2, the information will be visible and then scrolling back up shows th

Re: [us...@httpd] httpd.conf: Invalid argument

2010-07-12 Thread Eric Covener
On Mon, Jul 12, 2010 at 7:15 AM, Carlos _ wrote: > Hi Eric, i Executed > > apachectl -X -f /opt/jakarta/apache2/conf/httpd.conf > > and the output is the same > "httpd: Could not open configuration file > /opt/jakarta/apache2/conf/httpd.conf: Invalid argument" > > I don't see EINVAL Seems like yo

Re: [us...@httpd] httpd.conf: Invalid argument

2010-07-12 Thread Carlos _
Hi Eric, i Executed apachectl -X -f /opt/jakarta/apache2/conf/httpd.conf and the output is the same "httpd: Could not open configuration file /opt/jakarta/apache2/conf/httpd.conf: Invalid argument" I don't see EINVAL 2010/6/30 Eric Covener > On Wed, Jun 30, 2010 at 6:12 AM, Carlos _ wrote: >