Re: [users@httpd] undefined symbol: apr_crypto_init

2014-04-11 Thread David Benfell
On Thu, Apr 10, 2014 at 06:07:53PM -0600, Jeff Trawick wrote: >On Thu, Apr 10, 2014 at 3:33 PM, David Benfell >I unfortunately missed your clear, earlier statement that you are using >the provided RPM specs which install apr + apr-util as system >libraries. IMO that is not a good i

Re: [users@httpd] mod ssl

2014-04-11 Thread Didier Spaier
On 12/04/2014 03:40, John Iliffe wrote: I am compiling Apache-2.4.9 from source with the new openssl 1.0.1g. So far everything looks good EXCEPT that Apache won't start. After making a number of tweaks to the configuration, I'm stuck. The error from httpd -t is: httpd: Syntax error on line 13

[users@httpd] mod ssl

2014-04-11 Thread John Iliffe
I am compiling Apache-2.4.9 from source with the new openssl 1.0.1g. So far everything looks good EXCEPT that Apache won't start. After making a number of tweaks to the configuration, I'm stuck. The error from httpd -t is: httpd: Syntax error on line 130 of /usr/apache-2.4.9/conf/httpd.con

[users@httpd] websockets and chunked encoding

2014-04-11 Thread Antony Mayi
Hi, Not sure which part to blame - whether Apache, mod_passenger or a browser - but my websocket handshake gets corrupted by apache sending it using chunked encoding. Following is the response header that indicates switching to websocket: HTTP/1.1 101 Switching Protocols Date: Thu, 10 Apr 2014

Re: [users@httpd] module identification

2014-04-11 Thread Katherine . Manfre
Restart apache and take a look at your error log. There will be a line with the Apache version which will include what version of openSSL it's using. ** Katherine Manfre katherine.man...@sita.aero From: John Iliffe To: users@httpd.apache.org Date: 0

Re: [users@httpd] module identification

2014-04-11 Thread Stormy
At 12:41 PM 4/11/2014 -0400, you wrote: Is there a command in Apache that lists the modules loaded with their version numbers? -M shows everything but without the version numbers. -l does the same for modules that are compiled in. I just updated to openssl 1.0.1g and I need to confirm that tha

RE: [users@httpd] RE: DH Parameters upgrading from 2.4.7 to 2.4.9

2014-04-11 Thread Jesse Defer
There’s not a whole lot to it, defaults except: SSLCipherSuite HIGH:!MEDIUM:!aNULL:!MD5:!RC4 SSLCertificateFile /usr/local/apache2/conf/cert.pem #SSLCertificateChainFile /usr/local/apache2/conf/intermediate.pem SSLCertificateKeyFile /usr/local/apache2/conf/cert.key The error occurs when SSLCertif

[users@httpd] Intermittent Performance Problem (waiting on "establishing secure connection")

2014-04-11 Thread CL
Hi, Apache 2.2 Tomcat 7 Windows Server 2008 64 bit I have a problem that has been dogging me for weeks and seems to be getting worse. I have Windows server and am fronting a Tomcat app server with Apache (using AJP connector) and SSL. This configuration has been in place for years without any iss

[users@httpd] module identification

2014-04-11 Thread John Iliffe
Is there a command in Apache that lists the modules loaded with their version numbers? -M shows everything but without the version numbers. -l does the same for modules that are compiled in. I just updated to openssl 1.0.1g and I need to confirm that that is really the version that is runnin

[users@httpd] Binary build request 2.2.27

2014-04-11 Thread jason303
Could someone generate a binary build for 2.2.27? In the past I have used the builds located at: http://apache.mirror.quintex.com//httpd/binaries/win32/ which have all worked great, however new versions have not been posted with the last ones being version 2.2.25. Could someone please make a binary

[users@httpd] RE: DH Parameters upgrading from 2.4.7 to 2.4.9

2014-04-11 Thread Falco Schwarz
I tried to replicate this error but wasn't able to, but I was also unable to install OpenSSL 0.9.8e on my current VM. Could you provide snippets of your SSL configuration?