[users@httpd] Apache 2.4.41 checking env variable value

2019-11-14 Thread Salim Abdul -X (salimabd - HCL TECHNOLOGIES LIMITED at Cisco)
Hi Experts, I want to check the value of an environment variable which is already set. AllowOverride None Require env XYZ == 'SUCCESS' || expr "%{REQUEST_URI} == '/xyz/register/register.rq'" Here I want to check the variable is 'SUCCESS'. What is the correct syntax to check the value

RE: [users@httpd] Apache 2.4.41 checking env variable error

2019-11-05 Thread Salim Abdul -X (salimabd - HCL TECHNOLOGIES LIMITED at Cisco)
} "SUCCESS" xyz_env Require env xyz_env Thanks, Anil On Nov 3, 2019, at 11:24 AM, Salim Abdul -X (salimabd - HCL TECHNOLOGIES LIMITED at Cisco) mailto:salim...@cisco.com>> wrote: %{XYZ} == "SUCCESS"

[users@httpd] Apache 2.4.41 checking env variable error

2019-11-03 Thread Salim Abdul -X (salimabd - HCL TECHNOLOGIES LIMITED at Cisco)
Hi Apache experts, We are in the process of upgrading apache for linux from 2.2 to 2.4.41. We have a SSLRequire access control directive in the httpd configuration file as below Options FollowSymLinks AllowOverride None SSLRequire %{XYZ} == "SUCCESS" || %{REQUEST_URI} == "/xyz/regis

[users@httpd] Checking libpcre.so.0 shared library dependency

2019-10-04 Thread Salim Abdul -X (salimabd - HCL TECHNOLOGIES LIMITED at Cisco)
Hi all, I have cross-compiled latest Apache-httpd v2.4.41 on linux x86_64. When I run httpd, it is complaining missing ibpcre.so.0 shared library. Note that I have not configured httpd with "--with-pcre" option. But it is taking external PCRE library which does not exist is target system checkin

[users@httpd] RE: Apache-httpd 2.4.41 compiling/linking error

2019-09-24 Thread Salim Abdul -X (salimabd - HCL TECHNOLOGIES LIMITED at Cisco)
Hi Apache Experts, Gentle reminder! Regard, Salim -Original Message- From: Salim Abdul -X (salimabd - HCL TECHNOLOGIES LIMITED at Cisco) Sent: Monday, September 23, 2019 6:43 PM To: users@httpd.apache.org Subject: Apache-httpd 2.4.41 compiling/linking error Hi, I am trying to cross

[users@httpd] Apache-httpd 2.4.41 compiling/linking error

2019-09-23 Thread Salim Abdul -X (salimabd - HCL TECHNOLOGIES LIMITED at Cisco)
Hi, I am trying to cross-compile Apache-httpd along with APR and APR-util with the below recommended version. httpd-2.4.41 APR 1.7.0, released April 5, 2019 and APR-util 1.6.1, released October 22, 2017 Compilation is failed with error Making all in apr Makefile:139: warning: undefined variabl

Re: [users@httpd] Upgrading from OpenSSL 0.9.8 to OpenSSL 1.0.2a

2015-04-04 Thread Abdul Anshad
Hello Cathy, FYI, TLS 1.1 and TLS 1.2 protocols are only supported by OpenSSL 1.0.1 and 1.0.2 series. Since you have upgraded the OpenSSL version from 0.9.8 to 1.0.2a, It should support the newer TLS 1.1 and 1.2 protocols. But, In addition to this you also have to recompile apache, openssh a

Re: [users@httpd] Upgrading from OpenSSL 0.9.8 to OpenSSL 1.0.2a

2015-04-04 Thread Abdul Anshad
Hello Cathy, FYI, TLS 1.1 and TLS 1.2 protocols are only supported by OpenSSL 1.0.1 and 1.0.2 series. Since you have upgraded the OpenSSL version from 0.9.8 to 1.0.2a, It should support the newer TLS 1.1 and 1.2 protocols. But, In addition to this you also have to recompile apache, openssh a

[users@httpd] Apache http 2.2.29 on RHEL5 does not log anything to access log

2014-09-05 Thread Abdul Anshad
NFIG_FILE="conf/httpd.conf" Any help would be helpful. Thanks in Advance !! -- Regards, Abdul --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com

Re: [users@httpd] SSL Library Error: error:2D06D075:FIPS routines:fips_pkey_signature_test:test failure (Type=RSA SHA1 X931)

2014-08-11 Thread Abdul Anshad
Yes, it does support FIPS mode. Mailed this issue to Openssl user list and hoping to get a solution or root cause of this problem. Regards, Abdul On 11-Aug-14 4:36 PM, Daniel wrote: Is your openssl version supporting FIPS? that's an openssl thing you need to check. 2014-08-11 11:26 G

[users@httpd] SSL Library Error: error:2D06D075:FIPS routines:fips_pkey_signature_test:test failure (Type=RSA SHA1 X931)

2014-08-11 Thread Abdul Anshad
380] AH02312: Fatal error initialising mod_ssl, exiting. AH00016: Configuration Failed Could somebody help me out with this issue ? Thanks in advance. -- Regards, Abdul --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com

[users@httpd] Cannot load modules/mod_ssl.so into server: ld.so.1: symbol SRP_VBASE_new: referenced symbol not found

2014-01-08 Thread Abdul Anshad
/mod_ssl.so into server: ld.so.1: Cannot load modules/mod_ssl.so into server: ld.so.1: symbol SRP_VBASE_new: referenced symbol not found. But, when i install OpenSLL-1.0.1 series, it works fine. -- Regards, Abdul - To unsubscribe, e

Re: [users@httpd] #error mod_ssl requires OpenSSL 0.9.8a or later

2013-12-16 Thread Abdul Anshad
Sorry and yes, i have openssl-devel packages installed. Regards, Abdul On 12/16/2013 3:29 PM, Thomas Eckert wrote: Actually, I was referring to the openssl-dev package (and whatever other -dev package you might need to build). On Mon, Dec 16, 2013 at 10:53 AM, Abdul Anshad <mailto

Re: [users@httpd] #error mod_ssl requires OpenSSL 0.9.8a or later

2013-12-16 Thread Abdul Anshad
yes, i have httpd-devel-2.2.26 package installed. FYI i'm trying to build httpd-2.4.7. is it necessary to install 2.4.x dev ? Regards, Abdul On 12/16/2013 2:48 PM, Thomas Eckert wrote: Did you make sure to have the -dev package(s) installed ? On Mon, Dec 16, 2013 at 10:10 AM, Abdul A

Re: [users@httpd] #error mod_ssl requires OpenSSL 0.9.8a or later

2013-12-16 Thread Abdul Anshad
ing openssl-0.9.7d even though i have specified --with-ssl option to openssl-1.0.1e ? i have double checked the directory path for openssl-1.0.1e and it returns OpenSSL 1.0.1e-fips 11 Feb 2013. Regards, Abdul On 12/16/2013 2:18 PM, Otis Dewitt - NOAA Affiliate wrote: Try: First make sure op

[users@httpd] #error mod_ssl requires OpenSSL 0.9.8a or later

2013-12-15 Thread Abdul Anshad
Hello All, I'm trying to compile httpd-2.4.7 from source, but i get the following error "#error mod_ssl requires OpenSSL 0.9.8a or later". But my installed openssl version is openssl-1.0.1e and i have specified it --with-ssl option. Could anyone please help me on this ? --

Re: [users@httpd] Only garbage was found in the patch input - httpd-2.4.7-sslsninotreq.patch

2013-12-12 Thread Abdul Anshad
I downloaded the source rpm httpd-2.4.7-1.fc20 from http://koji.fedoraproject.org/koji/buildinfo?buildID=483947 which was built by jorton, i don't know where to report this issue. Could you please guide me ? <http://koji.fedoraproject.org/koji/buildinfo?buildID=483947> Regards, A

[users@httpd] Only garbage was found in the patch input - httpd-2.4.7-sslsninotreq.patch

2013-12-11 Thread Abdul Anshad
l on my side like git before building the package ? Is there any alternate source to this patch *httpd-2.4.7-sslsninotreq**.patch ? *Thanks in advance. -- Regards, Abdul

[users@httpd] Problem applying patch to Apache-2.4.7

2013-12-10 Thread Abdul Anshad
koji.fedora.com -- Regards, Abdul

[users@httpd] FIPS_mode_set:fingerprint does not match

2013-08-14 Thread abdul
? Thanks in advance. -- Regards, Abdul. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org