From: Joshua Slive
AccessConfig conf/access.conf
- -The server will read this file for more directives after reading the -ResourceConfig file. Filename is -relative to the ServerRoot. -This feature can be disabled using: -
AccessConfig /dev/null
-Historically, this file only contained
-<Directory> sections; in fact it can now
-contain any server directive allowed in the server config context.
-BindAddress *
- -A Unix® http server can either listen for connections to every -IP address of the server machine, or just one IP address of the server -machine. Saddr can be - -
-If the value is *, then the server will listen for connections on -every IP address, otherwise it will only listen on the IP address -specified.
-
-Only one BindAddress
directive can be used. For more
-control over which address and ports Apache listens to, use the
-Listen
directive instead of
-BindAddress
.
-
-BindAddress
can be used as an alternative method for
-supporting virtual hosts using
-multiple independent servers, instead of using <VirtualHost>
sections.
-
-
See Also:
-DNS Issues
-See Also:
-Setting which addresses and ports Apache uses
-
-The BS2000Account
directive is available for BS2000 hosts
-only. It must be used to define the account number for the non-privileged
-apache server user (which was configured using the
-User directive).
-This is required by the BS2000 POSIX subsystem (to change the underlying
-BS2000 task environment by performing a sub-LOGON) to prevent CGI scripts
-from accessing resources of the privileged account which started the
-server, usually SYSROOT.
-Only one BS2000Account
directive can be used.
- -
See Also: -Apache EBCDIC port
- -LimitXMLRequestBody 1000000
Limit (in bytes) on maximum size of an XML-based request body.
+ +
See also Satisfy and mod_access.
ResourceConfig conf/srm.conf
- -The server will read this file for more directives after reading the -httpd.conf file. Filename is relative to the -ServerRoot. -This feature can be disabled using: -
ResourceConfig /dev/null
-Historically, this file contained most directives except for server
-configuration directives and <Directory>
-sections; in fact it can now contain any server directive allowed in the
-server config context.- -See also AccessConfig.
ThreadStackSize 65536
This directive tells the server what stack size to use for each of the - running threads. If you ever get a stack overflow you will need to bump - this number to a higher setting. - -
This directive has no effect on other systems. -