#!/bin/bash if [[ -n "$X_APPLICATION_HTTP_SERVER" && "$X_APPLICATION_HTTP_SERVER" != "httpd" ]]; then exit 0; fi KEEP_ALIVE="Off" MAX_KEEP_ALIVE_REQUESTS=100 echo " KeepAlive $KEEP_ALIVE MaxKeepAliveRequests $MAX_KEEP_ALIVE_REQUESTS " >"/var/local/httpd/00-keepalive.conf"