[users@httpd] Fwd: httpd + openssl : compilation issues while using shared openssl library

2019-10-07 Thread ramakanth varala
Hi All I am using httpd-2.2.31 , trying to use openssl-1.0.2t with --with-ssl and --enable-ssl parameter. --with-ssl points to the openssl installed directory. I am having redhat 5.7 with x86_64 ,where the compiled binaries would be running. Used the openssl parameters of shared ,to get ssl

[users@httpd] System User Authentication mod_authnz_external

2018-10-01 Thread ramakanth varala
Hi All , I am trying for system user authentication for my web page. Below is the config i am using, LoadModule authn_core_module modules/mod_authn_core.so LoadModule unixd_module modules/mod_unixd.so LoadModule authz_core_module modules/mod_authz_core.so LoadModule authnz_external_module