logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache disable previously set nokeepalive, downgrade-1.0, fo
Author
SloDog



Joined: 28 Sep 2016
Posts: 1
Location: USA, Raleigh

PostPosted: Wed 28 Sep '16 16:27    Post subject: Apache disable previously set nokeepalive, downgrade-1.0, fo Reply with quote

We have a server running Apache/2.4.18 (Unix) on AIX 7100-02-02-1316 for a bunch of legacy webservers. In the httpd.conf file is the following is set globally.

SetEnvIf X-Requested-With "^(?!XMLHttpRequest).*" !disable_keepalive SetEnvIf disable_keepalive 1 nokeepalive downgrade-1.0 force-response-1.0

Is there a way within the httpd-vhosts.conf for a specific VirtualHost to disable/unset the environment variables for a specific server?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Tue 11 Oct '16 21:31    Post subject: Reply with quote

You can put this directives inside a vhost.
Back to top


Reply to topic   Topic: Apache disable previously set nokeepalive, downgrade-1.0, fo View previous topic :: View next topic
Post new topic   Forum Index -> Apache