Logs in syslog or configfile or use :
history |grep -i ./configure in your system.
bur which dpkg -l |grep -i openssl your system display openssl instaled in
your system from dpkg files.
OR, see my troubleshooting for this question:
Troubleshooting in my Virtual Box in local Laboratory:
Example i
Is there a way to specify/modify the order of locations in the path of
where to look for the libraries in compile/run time?
Might help.
Oscar
Am 21.01.2015 um 11:46 schrieb srihari na:
> Hey
>
> Thank you very much for quick reply, I did modify ServerTokens from OS
> to Full and did restart apa
The Server response header is always present by default. Therefore there
must be something which has been changed in your configuration to remove
it. You will need to find that and fix it.
Pete
--
Openstrike - improving business through open source
http://www.openstrike.co.uk/ or call 01722 77003
Hey
Thank you very much for quick reply, I did modify ServerTokens from OS to
Full and did restart apache. However I tried to hit my server I do not see
server header added. Is there any other precondition that I need to take
care of I am using Apache HTTPD 2.2.25.
[root@10 conf]# curl --head htt
On Wed, Jan 21, 2015 at 03:44:43PM +0530, srihari na wrote:
> However from external/client side how can I verify which is the exact
> version of openssl libraries being used during communication. Please help.
In your httpd.conf specify
ServerTokens Full
Then from the client side you can
Hello Folks,
I have a question it may be naive but please excuse.
We have 2 versions of openssl
[root@10 ~]# openssl version (preinstalled in OS)
OpenSSL 1.0.1e-fips 11 Feb 2013
[root@10 ~]# which openssl
/usr/bin/openssl
[root@10 ~]# /usr/local/ssl/bin/openssl version (We compiled this version)