Re: [users@httpd] OpenSSL version used by Httpd

2015-01-21 Thread Oscar Knorn
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

AW: [users@httpd] Apache 2.2 RemoveType [wd-vc]

2015-01-21 Thread Bremser, Kurt (AMOS Austria GmbH)
You need a handler that renders the .doc into HTML. If you simply serve the contents of the .doc files, the browsers will receive the .doc "as is", and recognise the file by its header. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. ___

Re: [users@httpd] Proxy pass

2015-01-21 Thread Chris Arnold
On Jan 21, 2015, at 3:34 PM, Rodrigo Cunha wrote: > > Hi, > what is your enviroment layout ? > SSL which webproxy or ssl in apache withou webproxy? Not sure I understand your second question but I will see if the answer to your first question is of any help: 1 internet facing Apache 2.2.12 ser

Re: [users@httpd] Re: Apache httpd error 403

2015-01-21 Thread Jason Cox
So there is no difference in using: Order allow,deny Allow from all vs. Require all granted You get the same level of security. They changed the config options that is all and so this is the new way to do the same thing (Apache 2.2 vs 2.4). See link below: http://httpd.apache.org/docs/2.4/upgr

Re: [users@httpd] mod_systemd and Apache 2.4

2015-01-21 Thread Mark Montague
On 2015-01-21 15:20, Rose, John B wrote: Looking around I see this in the default Apache 2.4.6 setup on Red Hat 7 .. /etc/httpd/conf.modules.d/00-systemd.conf I also see the LoadModule is uncommented … LoadModule systemd_module modules/mod_systemd.so [...] My question is, is that module doin

Re: [users@httpd] Proxy pass

2015-01-21 Thread Rodrigo Cunha
Hi, what is your enviroment layout ? SSL which webproxy or ssl in apache withou webproxy? 2015-01-21 16:25 GMT-02:00 Chris Arnold : > > > From: Chris Arnold > Sent: Tuesday, January 20, 2015 9:07 PM > To: users@httpd.apache.org > Subject: RE: [users@http

Re: [users@httpd] mod_systemd and Apache 2.4

2015-01-21 Thread Eric Covener
On Wed, Jan 21, 2015 at 3:20 PM, Rose, John B wrote: > If not, then commenting out the LoadModule seems like a good thing to do to > reduce the RAM usage. Correct? > > Why is it uncommented by default? Sounds like a choice of Redhats. The memory hit is probably trivial though.

[users@httpd] mod_systemd and Apache 2.4

2015-01-21 Thread Rose, John B
Looking around I see this in the default Apache 2.4.6 setup on Red Hat 7 .. /etc/httpd/conf.modules.d/00-systemd.conf I also see the LoadModule is uncommented ... LoadModule systemd_module modules/mod_systemd.so When I go here ... http://httpd.apache.org/docs/trunk/mod/mod_systemd.html The b

[users@httpd] Apache 2.2 RemoveType

2015-01-21 Thread Roman Gelfand
I would like to display word documents server by apache 2.2 server in browser. To make sure it doesn't get downloaded, I put into virtual server configuration RemoveType .doc. The file is still being downloaded by both ie 11 and chrome. What else do I need to do to make sure the document appears

RE: [users@httpd] Proxy pass

2015-01-21 Thread Chris Arnold
From: Chris Arnold Sent: Tuesday, January 20, 2015 9:07 PM To: users@httpd.apache.org Subject: RE: [users@httpd] Proxy pass > Is there something extra for this to work on Apache 2.4.10? >>Compared to what previous level? LogLevel rewrite:trace8 and the

Re: [users@httpd] What replaces DefaultType in 2.4?

2015-01-21 Thread Eric Covener
On Wed, Jan 21, 2015 at 9:46 AM, Curry, Alan wrote: > Header setifempty Content-Type application/octet-stream Unfortunately C-T is special. It is tracked internally as a non-header until the very last second and then added as a content-header as the headers are being written to the client --

RE: [users@httpd] What replaces DefaultType in 2.4?

2015-01-21 Thread Curry, Alan
Eric Covener [cove...@gmail.com] wrote: > On Tue, Jan 20, 2015 at 11:09 AM, Curry, Alan wrote: > > I'm slightly worried based on the bug report referenced above that 2.4 > > may not have a solution to this problem. But it really shouldn't be that > > way. Sending any response without a Content-T

Re: [users@httpd] OpenSSL version used by Httpd

2015-01-21 Thread Pete Houston
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

Re: [users@httpd] OpenSSL version used by Httpd

2015-01-21 Thread srihari na
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

Re: [users@httpd] OpenSSL version used by Httpd

2015-01-21 Thread Pete Houston
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

[users@httpd] OpenSSL version used by Httpd

2015-01-21 Thread srihari na
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)