[users@httpd] RE: apache 2.2

2021-11-18 Thread Bram Mertens
Gabriel, SSLv2 is not just deprecated (as in you shouldn't use it anymore but you still can) it's been prohibited by the IETF. You have little or no chance of finding anyone willing to support this. Your best bet is to convince the service provider to use a modern version of TLS or as someone a

[users@httpd] Re: Apache 2.2 End of life

2016-03-21 Thread Good guy
On 21/03/2016 15:51, ismail berrada wrote: Hi Can someone tell me when Apache 2.2 EOL will occurs ? Regards I thought it is already over. No more work is being done on it so as far as I am concened it is over and people should move to 2.4.x. The current version is 2.4.18. -

[users@httpd] Re: apache 2.2 with proxypass url stripped.

2015-05-01 Thread pradeepkumar tanguturi
HI I am have an issue when the apache 2.2 proxypass the URL with filename has "=". when is proxypass it strip the any character before "=" character E.g  https://apple.com/test/file=test1.xml it pass as  https://apple.com/test/test1.xml. it stripping all the character before it pass. Any help wil

[users@httpd] Re: Apache 2.2.x and CVE-2012-2333

2012-12-25 Thread Gorkem Durgut
Hi all, Any idea on this issue? Related to this issue, when will a person volunteer for windows version of Apache httpd 2.2.23 (hoping this will include the latest OpenSSL 0.9.8x version) ? Still waiting for more than 3 months for windows version. Any "voluntary" help that will be published on

[users@httpd] Re: Apache 2.2 on Windows refuses to process more than 5 requests from one client concurrently

2012-03-18 Thread Yakov Shapiro
Hello there, A coworker of mine was able to find the solution on Google. if you add PerlInterpMax 20 to the httpd.conf, then all 20 concurrent requests will get processed simultaneously. The default value for PerlInterpMax is 5, which means that Apache will not run more than 5 Perl interpreters

[users@httpd] Re: Apache 2.2 LocationMatch problem

2011-12-19 Thread Patrick M
> I'm also getting the same issue. I've tried to use many different variations of ... and then using ...to no help. Or dropping entirely or even putting it within the ifmodule. Using JUST doesn't seem to work, it then complains that the weblogicCluster, like error below, doesn't exist. D

Re: [users@httpd] Re: Apache 2.2 LocationMatch problem

2011-03-01 Thread Jai
I don't understand. The same configuration works in apache 2.0. Problem is only with apache 2.2. I want to add oneore thing. If I change the locationmatch setting to it works fine but unfortunately I can't stick with this change since The requirement is any URL starting with /portal except

Re: [users@httpd] Re: Apache 2.2 LocationMatch problem

2011-03-01 Thread Nick Kew
On Tue, 1 Mar 2011 10:29:54 -0500 Jai wrote: > I am getting this error > > CONFIG_ERROR line 1759 of ap_proxy.cpp: Neither 'WeblogicCluster' nor > 'WeblogicHost' specified in parameters\n That looks clear enough: check your weblogic documentation. Your ap_proxy.cpp and its required configura

Re: [users@httpd] Re: Apache 2.2 LocationMatch problem

2011-03-01 Thread Jai
I am getting this error CONFIG_ERROR line 1759 of ap_proxy.cpp: Neither 'WeblogicCluster' nor 'WeblogicHost' specified in parameters\n Sent from my iPhone On Mar 1, 2011, at 9:45 AM, Eric Covener wrote: Neither Weblogic Cluster or Weblogic Host is not specified in parameters Error in log

Re: [users@httpd] Re: Apache 2.2 LocationMatch problem

2011-03-01 Thread Eric Covener
> Neither Weblogic Cluster or Weblogic Host is not specified in > parameters Error in log files. Could some one please help me with this > issue? Can you re-explain that? What does your error log say? - The official User-To-User

[users@httpd] Re: Apache 2.2 LocationMatch problem

2011-03-01 Thread Jai
Could someone please help me with this issue? Sent from my iPhone On Feb 28, 2011, at 5:54 PM, Jai wrote: Hi All, I am trying to invoke following in apache2.2. Basically, requirement is any URL starting with /portal should go to weblogic except /portal/foo. This is working fine in apa

Re: [users@httpd] Re: Apache 2.2 with mod_ntlm not working

2011-02-03 Thread Igor Galić
- "a smith" wrote: > Quoting a.sm...@ukgrid.net: > > > I'm attempting to get mod_ntlm2 working (I've not previously used > > it). On a FreeBSD 8.1 server I have installed apache 2.2 and > > mod_ntlm and added a section to the httpd.conf like: > > Looks like its probably due to NTLMv1 n

[users@httpd] Re: Apache 2.2 with mod_ntlm not working

2011-02-03 Thread a . smith
Quoting a.sm...@ukgrid.net: I'm attempting to get mod_ntlm2 working (I've not previously used it). On a FreeBSD 8.1 server I have installed apache 2.2 and mod_ntlm and added a section to the httpd.conf like: Looks like its probably due to NTLMv1 not being allowed by default on Windows 200