Re: [users@httpd] Apache HTTPD sends a 400 the client gets a 200

2014-10-17 Thread Tom Purcell
Jeff Thanks for the response. My problem is that 400 is what should be seen by the client. These are truly BAD_REQUESTs. The problem is that they are being reported to the client as 200s. LIke it was set to 200 AFTER httpd already built the response header with 400. The error log has nothing. We'

[users@httpd] mod_ssl, poodle and SSLv2Hello

2014-10-17 Thread Matthew Hughes
Many SSL clients, notably JDK 6, use the SSLv2Hello protocol to handshake with the server. Using this protocol does *not* mean you are using SSL 2.0 or 3.0 for that matter; it is merely a handshake to determine *which* protocol to use. [http://tools.ietf.org/html/rfc5246#appendix-E.2] However

Re: [users@httpd] Apache HTTPD sends a 400 the client gets a 200

2014-10-17 Thread Jeff Trawick
On Fri, Oct 17, 2014 at 12:10 PM, Tom Purcell wrote: > Hello > > We have an application that consists of REST endpoints on a jboss > server(5.1.0) fronted by Apache httpd(2.2.15). When a client makes a bad > request it usually gets the expected 400 http response code but sometimes > the client se

[users@httpd] Apache HTTPD sends a 400 the client gets a 200

2014-10-17 Thread Tom Purcell
Hello We have an application that consists of REST endpoints on a jboss server(5.1.0) fronted by Apache httpd(2.2.15). When a client makes a bad request it usually gets the expected 400 http response code but sometimes the client sees a 200. This happens sporadically. Two days ago I ran a test whe

[users@httpd] RewriteCond not working ...

2014-10-17 Thread Marcelo Custódio
hey I need a condition + rule like this: wheter I go to www.example.com it serves me index.php but otherwise if I go to www.example.com/my-article it points me out to show_post.php?url=$1 I´ve tried this: http://apaste.info/6i2 . Please note RewriteRule ^viewpost-([^/]*)$ show_post.php?url=$1 [L]

Re: [users@httpd] Apache Upgrade

2014-10-17 Thread Pete Houston
On Fri, Oct 17, 2014 at 10:53:03AM +, pratibha.dhank...@wipro.com wrote: > Can someone please suggest steps to upgrade Apache 2.2.21 to 2.2.29? It's a > little urgent requirement. http://httpd.apache.org/docs/2.2/install.html#upgrading Pete -- Openstrike - improving business through open so

[users@httpd] Apache Upgrade

2014-10-17 Thread pratibha.dhankhar
Hi All, Can someone please suggest steps to upgrade Apache 2.2.21 to 2.2.29? It's a little urgent requirement. -- Regards Pratibha The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may conta