Hello,
I built apache as below.
./configure --prefix=/usr/local/apache2 --with-ssl=/u01/fipsssl
--enable-ssl -with-ldap --enable-ssl --enable-authnz-ldap --enable-ldap
--with-mpm=prefork
mod_ssl/2.2.17 compiled against Server: Apache/2.2.17, Library:
OpenSSL/0.9.8r-fips
Everything
wo
I am trying to build apache 2.2.17 with openssl on red hat linux 5, Can anyone
explain what is happening in the below error :
My configure was: ./configure --prefix=/usr/local/apache2
--with-ssl=/u01/fipsssl --with-ldap --enable-ssl --enable-authnz-ldap
--enable-ldap --with-included-apr
and openssl
> compiled for FIPS
>
> On 3/11/2011 7:26 AM, Keith Theman wrote:
> > Hello,
> >
> > I am trying to build apache 2.2.17 with FIPS openssl on Red Hat 5. Any
> > ideas what could
> > be wrong?:
> >
> > 1.) I downloaded and installed FIPS
&
Hello,
I am trying to build apache 2.2.17 with FIPS openssl on Red Hat 5. Any ideas
what could be wrong?:
1.) I downloaded and installed FIPS
http://www.openssl.org/source/openssl-fips-1.2.2.tar.gz
./config fipscanisterbuild --prefix=/u01/fipsssl --openssldir=/u01/openssl
make
make install
When I boot with SSLFIPS off, I see this in my log:
[Wed Feb 09 15:50:10 2011] [notice] Apache/2.2.17 (Unix) mod_ssl/2.2.17
OpenSSL/FIPS configured -- resuming normal operations
I have compiled in openSSL FIPS, but why doesn't 2.2.17 recognize it as such?
Sam
From: xray...@hotmail.com
To: us
Hello,
I am trying to build Apache 2.2.17 on RH linux 5 with openssl FIPS
openssl-fips-1.2.2.tar.gz
I built and install openssl fips 1.2.2 and then ran my apache config:
./configure --prefix=/usr/local/apache2 --with-ssl=/usr/local/fips_openssl/ssl
--with-mpm=prefork --enable-ssl
I did make
Oh, I should also note:
1. ) when the client submits the request, they get back an almost instant
"initial" load of the page and "some" data, but it takes 15 more seconds for
the client to receive the complete HTML data set.
2.) We have an old sun proxy server on the same network as the apache
Hello,
I am running apache 2.2.10 with mod_proxy enabled. We are config'd to run as a
reverse proxy.
Client
|
|
reverse proxy
|
|
application server
|
|
database
Everything works fine, except when the application being proxied returns a
large data set (an oracle query result in an html