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
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.
___
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
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
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
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
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.
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
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
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
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 --
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
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)
16 matches
Mail list logo