[users@httpd] Re: Escaping space in SetEnv

2014-04-10 Thread LuKreme
On 10 Apr 2014, at 00:48 , Nawalramka, Priyanka 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.'

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

2014-04-10 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) [mailto:kurt.brem...@alli

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

2014-04-10 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 underlin

Re: [users@httpd] undefined symbol: apr_crypto_init

2014-04-10 Thread Jeff Trawick
On Thu, Apr 10, 2014 at 3:33 PM, David Benfell wrote: > On Thu, Apr 10, 2014 at 02:14:02PM -0600, Jeff Trawick wrote: > >On Thu, Apr 10, 2014 at 2:05 PM, David Benfell > ><[1]benf...@parts-unknown.org> wrote: > > > >On Thu, Apr 10, 2014 at 01:38:00PM -0600, Eric Covener wrote: > >>

[users@httpd] Re: !!! Urgently need apache 2.4.3 source code Urgent due to heartbleed bug]

2014-04-10 Thread LuKreme
On 10 Apr 2014, at 10:00 , Daniel Gruno wrote: > On 04/10/2014 09:42 AM, Sachin Goyal wrote: >>Where can I find apache 2.4.3 source code to download? >>I have apache 2.4.3 binaries running in production server but i >>don't that source code. >> >>Now I need to rebuild apache 2.4

Re: [users@httpd] Apache 2.4 - non adoption reasons??

2014-04-10 Thread Jesus Cea
On 10/04/14 19:43, Joey J wrote: > Apache 2.4 has had a stable release out for over 2 years but is only > used by 2.5% of active Apache sites. Why is the adoption so low?? The > Apache foundation has been recommending upgrading to 2.4 for some time > and looking at the improvements I see signific

Re: [users@httpd] undefined symbol: apr_crypto_init

2014-04-10 Thread David Benfell
On Thu, Apr 10, 2014 at 02:14:02PM -0600, Jeff Trawick wrote: >On Thu, Apr 10, 2014 at 2:05 PM, David Benfell ><[1]benf...@parts-unknown.org> wrote: > >On Thu, Apr 10, 2014 at 01:38:00PM -0600, Eric Covener wrote: >> On Thu, Apr 10, 2014 at 4:35 AM, David Benfell >> <[2]benf...

[users@httpd] websockets and chunked encoding

2014-04-10 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] Apache 2.4 - non adoption reasons??

2014-04-10 Thread Mark H. Wood
On Thu, Apr 10, 2014 at 12:43:17PM -0500, Joey J wrote: > Apache 2.4 has had a stable release out for over 2 years but is only > used by 2.5% of active Apache sites. Why is the adoption so low?? The > Apache foundation has been recommending upgrading to 2.4 for some time > and looking at the i

[users@httpd] 2.4.9 expecting DH PARAMETERS

2014-04-10 Thread Jesse Defer
When upgrading from 2.4.7 to 2.4.9 we found that the server complained about missing DH PARAMETERS in our certificate and would not start. Adding dhparams to it fixed it. After some troubleshooting we found that only systems that did not have SSLCertificateChainFile directives with the interme

[users@httpd] Internet Explorer

2014-04-10 Thread Andrew Roberts
Hello, I have a question about .htaccess and server caching in Internet Explorer. Internet explorer won't cache my css and js files, e.g. this is the reading from the Network monitor in IE11 for style.css: URL: /bmgfolder/wp-content/themes/childoftwentythirteen/style.css?ver=2014-04-08 Protocol:

Re: [users@httpd] undefined symbol: apr_crypto_init

2014-04-10 Thread Jeff Trawick
On Thu, Apr 10, 2014 at 2:05 PM, David Benfell wrote: > On Thu, Apr 10, 2014 at 01:38:00PM -0600, Eric Covener wrote: > > On Thu, Apr 10, 2014 at 4:35 AM, David Benfell > > wrote: > > > apr_crypto_init > > > > This phrase alone in a search engine gets you a number of hits saying > > to upgrade AP

Re: [users@httpd] undefined symbol: apr_crypto_init

2014-04-10 Thread David Benfell
On Thu, Apr 10, 2014 at 01:38:00PM -0600, Eric Covener wrote: > On Thu, Apr 10, 2014 at 4:35 AM, David Benfell > wrote: > > apr_crypto_init > > This phrase alone in a search engine gets you a number of hits saying > to upgrade APR. > > http://stackoverflow.com/questions/22048378/undefined-symbol

Re: [users@httpd] undefined symbol: apr_crypto_init

2014-04-10 Thread Eric Covener
On Thu, Apr 10, 2014 at 4:35 AM, David Benfell wrote: > apr_crypto_init This phrase alone in a search engine gets you a number of hits saying to upgrade APR. http://stackoverflow.com/questions/22048378/undefined-symbol-apr-crypto-init-during-apache-restart -- Eric Covener cove...@gmail.com -

Re: [users@httpd] Apache 2.4 - non adoption reasons??

2014-04-10 Thread Eric Covener
On Thu, Apr 10, 2014 at 12:52 PM, Tyler Wilson wrote: > I just recently attempted upgrading an old cluster to 2.4 however due to > massive use of old .htaccess rules with allow/denies it simply wasn't worth > the effort to migrate everything to the new configurations. Tried http://httpd.apache.or

Re: [users@httpd] Apache 2.4 - non adoption reasons??

2014-04-10 Thread David Benfell
On Thu, Apr 10, 2014 at 12:55:47PM -0600, Eric Covener wrote: > > Latest GA RHEL, SLES, and LTS ubuntu don't yet include it > Likely because they don't want to put their users through configuration hell. I think the apache folks are assuming that these upgrades are simple. But from what I can s

Re: [users@httpd] Apache 2.4 - non adoption reasons??

2014-04-10 Thread Eric Covener
On Thu, Apr 10, 2014 at 11:43 AM, Joey J wrote: > Apache 2.4 has had a stable release out for over 2 years but is only used by > 2.5% of active Apache sites. Why is the adoption so low?? The Apache > foundation has been recommending upgrading to 2.4 for some time and looking > at the improvement

Re: [users@httpd] Apache 2.4 - non adoption reasons??

2014-04-10 Thread Tyler Wilson
I just recently attempted upgrading an old cluster to 2.4 however due to massive use of old .htaccess rules with allow/denies it simply wasn't worth the effort to migrate everything to the new configurations. On Thu, Apr 10, 2014 at 11:40 AM, David Benfell wrote: > On Thu, Apr 10, 2014 at 12:43:

Re: [users@httpd] Apache 2.4 - non adoption reasons??

2014-04-10 Thread David Benfell
On Thu, Apr 10, 2014 at 12:43:17PM -0500, Joey J wrote: > Apache 2.4 has had a stable release out for over 2 years but is only > used by 2.5% of active Apache sites. Why is the adoption so low?? > The Apache foundation has been recommending upgrading to 2.4 for > some time and looking at the impr

Re: [users@httpd] Re: !!! Urgently need apache 2.4.3 source code Urgent due to heartbleed bug]

2014-04-10 Thread Sachin Goyal
Thanks All for your prompt support. It did help me. On Thu, Apr 10, 2014 at 1:20 PM, Rainer M. Canavan < rainer.cana...@sevenval.com> wrote: > > On Apr 10, 2014, at 18:30 , katherine.man...@sita.aero wrote: > > > I've you've built mod_ssl as a DSO, you don't need to recompile apache, > you can

Re: [users@httpd] Apache 2.4 - non adoption reasons??

2014-04-10 Thread Filipe Cifali
Well, most of the mods were just easily hackable, the major pain is to tell the users to update .htaccess and more stuff, my new servers push users to 2.4.x, but old users have priority to "keep using as it always was". On Thu, Apr 10, 2014 at 2:56 PM, Nick Tkach wrote: > Among other things I'm

Re: [users@httpd] Apache 2.4 - non adoption reasons??

2014-04-10 Thread Nick Tkach
Among other things I'm sure many are using modules that just plain won't build/run for 2.4.x. For example, I know at a place I worked a few years ago they were using a module that an app server depended on which would not build for anything beyond Apache 2.2 (we tried, believe me). On Thu, Apr 10

Re: [users@httpd] Apache 2.4 - non adoption reasons??

2014-04-10 Thread Filipe Cifali
I think it's good, but most of my clients already had their share of pain from Apache 2.0.x to 2.2.x. On Thu, Apr 10, 2014 at 2:43 PM, Joey J wrote: > Apache 2.4 has had a stable release out for over 2 years but is only used > by 2.5% of active Apache sites. Why is the adoption so low?? The

[users@httpd] Apache 2.4 - non adoption reasons??

2014-04-10 Thread Joey J
Apache 2.4 has had a stable release out for over 2 years but is only used by 2.5% of active Apache sites. Why is the adoption so low?? The Apache foundation has been recommending upgrading to 2.4 for some time and looking at the improvements I see significant value in several. I don't see an

Re: [users@httpd] Re: !!! Urgently need apache 2.4.3 source code Urgent due to heartbleed bug]

2014-04-10 Thread Rainer M. Canavan
On Apr 10, 2014, at 18:30 , katherine.man...@sita.aero wrote: > I've you've built mod_ssl as a DSO, you don't need to recompile apache, you > can just upgrade your openssl (assuming you're already in the 1.0.1 branch) > and restart apache. Even if you have built mod_ssl statically into the

Re: [users@httpd] Re: !!! Urgently need apache 2.4.3 source code Urgent due to heartbleed bug]

2014-04-10 Thread Katherine . Manfre
I've you've built mod_ssl as a DSO, you don't need to recompile apache, you can just upgrade your openssl (assuming you're already in the 1.0.1 branch) and restart apache. ** Katherine Manfre katherine.man...@sita.aero From: Sachin Goyal To: users@htt

Re: [users@httpd] Re: !!! Urgently need apache 2.4.3 source code Urgent due to heartbleed bug]

2014-04-10 Thread Yehuda Katz
Specifically 2.4.3? Why not upgrade to 2.4.9 (released March 2014). Current release is described at: http://httpd.apache.org/download.cgi#apache24 Previous releases are at: http://archive.apache.org/dist/httpd/ - Y On Thu, Apr 10, 2014 at 11:42 AM, Sachin Goyal wrote: > Where can I find apac

Re: [users@httpd] Re: !!! Urgently need apache 2.4.3 source code Urgent due to heartbleed bug]

2014-04-10 Thread Daniel Gruno
On 04/10/2014 09:42 AM, Sachin Goyal wrote: > Where can I find apache 2.4.3 source code to download? > I have apache 2.4.3 binaries running in production server but i > don't that source code. > > Now I need to rebuild apache 2.4.3 with latest version of openssl > 1.0.1 g so I

Re: [users@httpd] Re: !!! Urgently need apache 2.4.3 source code Urgent due to heartbleed bug]

2014-04-10 Thread Filipe Cifali
http://httpd.apache.org/download.cgi ? On Thu, Apr 10, 2014 at 12:42 PM, Sachin Goyal wrote: > Where can I find apache 2.4.3 source code to download? >> I have apache 2.4.3 binaries running in production server but i don't >> that source code. >> >> Now I need to rebuild apache 2.4.3 with la

[users@httpd] Re: !!! Urgently need apache 2.4.3 source code Urgent due to heartbleed bug]

2014-04-10 Thread Sachin Goyal
> > Where can I find apache 2.4.3 source code to download? > I have apache 2.4.3 binaries running in production server but i don't that > source code. > > Now I need to rebuild apache 2.4.3 with latest version of openssl 1.0.1 g > so I am urgent need of apache2.4.3 source code. > > Can someone guid

Re: [users@httpd] Replacing value of existing environment variables

2014-04-10 Thread Eric Covener
IIUC Not really possible because of the time in request processing that these variables are set -- it is after most modules have run, right before the actual handler. On Thu, Apr 10, 2014 at 5:47 AM, Andre Nathan wrote: > Hello > > Is it possible to replace the value of one of apache's existing e

Re: [users@httpd] Replacing value of existing environment variables [wd-vc]

2014-04-10 Thread Andre Nathan
On Thu, Apr 10, 2014 at 9:46 AM, Bremser, Kurt (AMOS Austria GmbH) < kurt.brem...@allianz.at> wrote: > Do you use csh? If not, the setenv won't work, because it is a csh > builtin command. Use export SERVER_ADDR=1.2.3.4 (sh, ksh, bash builtin > command) instead. > Kurt Bremser > I don't, but th

AW: [users@httpd] Replacing value of existing environment variables [wd-vc]

2014-04-10 Thread Bremser, Kurt (AMOS Austria GmbH)
Do you use csh? If not, the setenv won't work, because it is a csh builtin command. Use export SERVER_ADDR=1.2.3.4 (sh, ksh, bash builtin command) instead. Kurt Bremser AMOS Austria Hietzinger Kai 101-105 1130 Wien +43 59009 80627 Der Geist ist wie ein Fallschirm. Er funktioniert am besten, wenn

[users@httpd] Replacing value of existing environment variables

2014-04-10 Thread Andre Nathan
Hello Is it possible to replace the value of one of apache's existing environment variables such as SERVER_ADDR? I tried both forms below but the didn't work: Setenv SERVER_ADDR 1.2.3.4 SetenvIf Server_Addr ".?" SERVER_ADDR=1.2.3.4 Is there any other way? Thanks in advance, Andre

[users@httpd] undefined symbol: apr_crypto_init

2014-04-10 Thread David Benfell
Hi all, I gather this is an apr-util problem: At apache 2.4 startup, I get "undefined symbol: apr_crypto_init" I built apr-util with rpmbuild. I checked the .spec file and it *does* specify the crypto option (and the other options for ssl and nss that seem to be related). (I hope) I'm so close t