Because of the different ways that things are handled on Unix and NT, there
are some configuration directives that are specific to NT, there are some
other directives that don’t mean anything on NT, and there are some
directives for which the recommended values are different on NT, for
whatever reason.
AccessConfig nul ResourceConfig nul
nul
can also be used for directives like AuthGroupFile, and anywhere
else that you might use /dev/null on Unix
On Unix:
LoadModule status_module modules/mod_status.so
On Windows:
LoadModule status_module modules/ApacheModuleStatus.dll
The default configuration file that ships with Apache for NT has this
set to 0, which means never exit. You should leave it at that value.
If you do happen to set it to something other than 0, you may get
some unexpected behavior. In particular, due to the way that the
parent/child relationship works on Win32, and the fact that there’s
no real ”fork” on Win32, when the child does exit, it has to
completely respawn. This means that it re-reads the configuration
files. You might find that changes to the config files get applied
before you restart the server, because the server effectively
restarted itself.
You’ll also get a brief service outage as the server restarts,
rereads the configuration files, and gets going again.
Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved
Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.