[users@httpd] Timeout during ap_get_brigade execution

2013-03-04 Thread Jose María Zaragoza
Hello: We're using Apache/2.2.15 running on Centos 6 >From time to time, we see the next error log : The timeout specified has expired: proxy: prefetch request body failed to [::1]:8081 (localhost) from xx.xx.xx.xx() Looking at mod_proxy_http.c source code , we can see that error is thrown bec

[users@httpd] Preventing address substitution

2013-03-04 Thread phiroc
Hello, I have two servers, a development server call serverd.mycompany.com and a production server called serverp.mycompany.com. In the company's DNS, the Network Administrator has created an alias called intranet.mycompany.com, which currently resolves to serverd.mycompany.com. When I point m

Re: [users@httpd] Problem compiling Apache httpd from source code on Linux

2013-03-04 Thread Sarbjit singh
Today, I tired the httpd version 2.4.4 version with latest apr/apr-util source code in the srclib folder and this time as well it hanged while "checking for SCTP ". Is there any workaround/solution to this problem? -Sarbjit On Sun, Mar 3, 2013 at 6:24 PM, Sarbjit singh wrote: > Sorry for n

Re: [users@httpd] How to compile Apache without dynamic libraries

2013-03-04 Thread Santiago DIEZ
Hi Eric, Thank you for your concern. Unfortunately, I can't use your help. I mean, I don't fully understand what I'm supposed to do with *"use libgcc specific info for static usage"*. I found the switch *-static-libgcc* in gcc man page but I have no idea where to add it when compiling. I'm not us

[users@httpd] PHP script not executing with empty POST when using chunked encoding

2013-03-04 Thread Ashly Pridmore
Good afternoon, We are using Apache and PHP to form a CWMP server for TR69 provisioning of customer routers. We have two bits of kit we are looking to use, two ZyXEL routers with model numbers AMG1202 and NBG1202. To cut a long story short, we are able to communicate happily with the AMG1202,

Re: [users@httpd] PHP script not executing with empty POST when using chunked encoding

2013-03-04 Thread Jens-U. Mozdzen
Hi Ashley, Zitat von Ashly Pridmore : [...] The NBG on the other hand, sends the following: POST /{URL} HTTP/1.1 HOST: {Host} User-Agent: workssys.com Transfer-Encoding: chunked Content-Length: 0 Cookie2: $Version="1" Cookie: PHPSESSID=l47r1bf2erk870i8n3m9sm4v65\r\n \r\n 0\r\n \r\n What might

RE: [users@httpd] PHP script not executing with empty POST when using chunked encoding

2013-03-04 Thread Ashly Pridmore
Hmm, so the problem is sending "content-length: 0" with "transfer-encoding" set to chunked? I just find it odd that sending it through telnet works fine, this should be the exact same as the code the ZyXEL is sending. -Original Message- From: Jens-U. Mozdzen [mailto:jmozd...@nde.ag] Se

Re: [users@httpd] PHP script not executing with empty POST when using chunked encoding

2013-03-04 Thread Eric Covener
On Mon, Mar 4, 2013 at 7:42 AM, Ashly Pridmore wrote: > Hmm, so the problem is sending "content-length: 0" with "transfer-encoding" > set to chunked? The spec says T-E is ignored in this case. - To unsubscribe, e-mail: users-un

Re: [users@httpd] SSL session problem

2013-03-04 Thread Tom Evans
On Sun, Mar 3, 2013 at 10:36 PM, Jens-U. Mozdzen wrote: > Zitat von Jens-Uwe Mozdzen : >> >> Zitat von "Jens-U. Mozdzen" : >>> >>> Hi list, >>> >>> I could use a helping hand with a SSL problem. >> >> [...] > > > Anything I should do differently to get at least an ack from this list? Or > is there

Re: [users@httpd] PHP script not executing with empty POST when using chunked encoding

2013-03-04 Thread Nick Kew
On Mon, 4 Mar 2013 07:49:30 -0500 Eric Covener wrote: > On Mon, Mar 4, 2013 at 7:42 AM, Ashly Pridmore > wrote: > > Hmm, so the problem is sending "content-length: 0" with "transfer-encoding" > > set to chunked? > > The spec says T-E is ignored in this case. The spec actually says the reverse

RE: [users@httpd] PHP script not executing with empty POST when using chunked encoding

2013-03-04 Thread Ashly Pridmore
Hi Nick, In the PHP script (before the session is established, which I had previously thought was related to this fault) I had a line to write to a file if the page was accessed. This is not done when this error occurs, leaving me to think the PHP script is not being executed (but works fine ot

Re: [users@httpd] SSL session problem

2013-03-04 Thread Jens-Uwe Mozdzen
Hi Tom, Zitat von Tom Evans : On Sun, Mar 3, 2013 at 10:36 PM, Jens-U. Mozdzen wrote: Zitat von Jens-Uwe Mozdzen : Zitat von "Jens-U. Mozdzen" : Hi list, I could use a helping hand with a SSL problem. [...] Anything I should do differently to get at least an ack from this list? Or is

Re: [users@httpd] Where are error logs created on windows?

2013-03-04 Thread Ben Johnson
On 3/3/2013 9:00 PM, Pranav Kumar Ojha wrote: > Alright, starting httpd as administrator helped creating the file and > resolved the issue. Thanks you! > > Thanks, > Pranav You're very welcome. For the sake of thoroughness, starting Apache as Administrator is necessary only when UAC (the Use

Re: [users@httpd] Problem compiling Apache httpd from source code on Linux

2013-03-04 Thread Jeff Trawick
On Mon, Mar 4, 2013 at 5:38 AM, Sarbjit singh wrote: > Today, I tired the httpd version 2.4.4 version with latest apr/apr-util > source code in the srclib folder and this time as well it hanged while > "checking for SCTP ". > > Is there any workaround/solution to this problem? This should w

Re: [users@httpd] Problem compiling Apache httpd from source code on Linux

2013-03-04 Thread Sarbjit singh
Thanks Jeff. Workaround let me build httpd2.4.4. Just one question :- What would not work with installed httpd having SCTP not installed? On Mon, Mar 4, 2013 at 7:45 PM, Jeff Trawick wrote: > On Mon, Mar 4, 2013 at 5:38 AM, Sarbjit singh wrote: > >> Today, I tired the httpd version 2.4.4 versio

Re: [users@httpd] Problem compiling Apache httpd from source code on Linux

2013-03-04 Thread Jeff Trawick
On Mon, Mar 4, 2013 at 10:36 AM, Sarbjit singh wrote: > Thanks Jeff. Workaround let me build httpd2.4.4. > > Just one question :- What would not work with installed httpd having SCTP > not installed? > You won't miss anything. APR has some limited SCTP support, but nothing in httpd utilizes it.

Re: [users@httpd] Re: mod_ssl help

2013-03-04 Thread Michele Mase'
One problem is almost solved! Two issuer dn are similar but not the same, there is a capital letter in the first dn and a normal letter in the other ... But something with the authentication is wrong/missing ... It complains about a refused renegotiation from the client side. I'm confused, I don't

[users@httpd] Limit/LimitExcept - access controls

2013-03-04 Thread Phil Smith
This discussion is related to the bolded recommendation at: http://httpd.apache.org/docs/2.2/mod/core.html#limit stating that: "In the general case, access control directives should not be placed within a section." and further that... "A section should always be used in preference to a section w

[users@httpd] unknown 401 entity from apache

2013-03-04 Thread Nce Rt
Environment:        Platform- linux        Apache version- 2.2        Modules enabled- deflate dir autoindex env mime negotiation custom_module reqtimeout setenvif As you can see, both auth and authz are disabled completely. httpd.conf and apache2.conf files reflect the same. In handling some pr

Re: [users@httpd] unknown 401 entity from apache

2013-03-04 Thread Eric Covener
On Mon, Mar 4, 2013 at 6:50 PM, Nce Rt wrote: > Environment: >Platform- linux >Apache version- 2.2 >Modules enabled- deflate dir autoindex env mime negotiation > custom_module reqtimeout setenvif > > As you can see, both auth and authz are disabled completely. httpd.conf an

[users@httpd] Apache Crash

2013-03-04 Thread Joe Cajun
hello there i have apache2 running on centOS 6.3. all has been well untill the weekend when apache failed to start. this is the error i am getting [root@local josephk]# service httpd start Starting httpd: /bin/bash: line 1: 18934 Illegal instruction (core dumped) /usr/sbin/httpd

Re: [users@httpd] Apache Crash

2013-03-04 Thread Igor Cicimov
On 05/03/2013 4:52 PM, "Joe Cajun" wrote: > > hello there > > i have apache2 running on centOS 6.3. all has been well untill the weekend when apache failed to start. this is the error i am getting > > [root@local josephk]# service httpd start > Starting httpd: /bin/bash: line 1: 18934 Illegal inst