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: What are the default values of Apache Directives?
Author
Otomatic



Joined: 01 Sep 2011
Posts: 155
Location: Paris, France, EU

PostPosted: Tue 24 Mar '20 14:09    Post subject: What are the default values of Apache Directives? Reply with quote

Hi,

Is there a way to retrieve the values that are assigned by default to certain Apache directives that are not explicitly declared in the httpd.conf file?

For example, I'm thinking of directives such as:
MaxRequestWorkers, ServerLimit, ThreadPerChild
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 24 Mar '20 21:07    Post subject: Reply with quote

Of the directives that have a default, use this as a quick reference
http://httpd.apache.org/docs/2.4/mod/quickreference.html
The second column shows the defaults.
Back to top


Reply to topic   Topic: What are the default values of Apache Directives? View previous topic :: View next topic
Post new topic   Forum Index -> Apache