I am dealing with an auditor.

They want to know that KeepAlive is on and MaxKeepAliveRequests is >= 100. 
These are the defaults.

I am using:

Server version: Apache/2.4.37 (Red Hat Enterprise Linux)
Server built:   Aug 17 2023 10:52:25

I thought I could 

httpd -t -DDUMP_CONFIG | grep -e KeepAlive
httpd -t -DDUMP_RUN_CFG | grep -e KeepAlive

but to no avail.

The internet suggested httpd -S, but that is clearly not right either.

So how can I dump the effective configuration which includes defaults?

I would really not want to modify our configuration just to add the default 
values explicitly.

Respectfully,


Jason Pyeron


--
Jason Pyeron  | Architect
PD Inc        | Certified SBA 8(a)
10 w 24th St  | Certified SBA HUBZone
Baltimore, MD | CAGE Code: 1WVR6
 
.mil: jason.j.pyeron....@mail.mil
.com: jpye...@pdinc.us
tel : 202-741-9397



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to