AW: [users@httpd] Escaping space in SetEnv [wd-vc]

2014-04-11 Thread Bremser, Kurt (AMOS Austria GmbH)
In my experience, having blanks in a UNIX path is such a PITA that I do everything to avoid it. Everytime you need to hand it over you have to worry how many escapes (\) you have to do so that it arrives correctly at the end of the information chain. It is MUCH less hassle to simply use

RE: [users@httpd] Escaping space in SetEnv [wd-vc]

2014-04-11 Thread Nawalramka, Priyanka
That is correct and I would myself prefer dir named without spaces. But this is a requirement which I need to fulfill. So I do not have a way out. If there is any tried solution or suggestion, please let me know! Regards, Priyanka From: Bremser, Kurt (AMOS Austria GmbH)

[users@httpd] Re: Escaping space in SetEnv

2014-04-11 Thread LuKreme
On 10 Apr 2014, at 00:48 , Nawalramka, Priyanka priyanka.nawalra...@hp.com wrote: SetEnv dir_root /dir1/m1/s1/my dir SetEnv dir_root /dir1/m1/s1/my\ dir (yes, quoted AND escaped). -- 'I don't see why everyone depends on me. I'm not dependable. Even I don't depend on me, and I'm me.'

[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?

[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

[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

[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

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

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

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 john.ili...@iliffe.ca To:

[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

[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

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

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 idea