Sun Java System Web Server 6.1 SP9 Administrator's Configuration File Reference

Miscellaneous Directives

This section lists the following miscellaneous directives in magnus.conf:


Note –

Directives noted with boolean values have the following equivalent values: on/yes/true and off/no/false.


ChildRestartCallback

This directive forces the callback of NSAPI functions that were registered using the daemon_atrestart function when the server is restarting or shutting down. Values are on, off, yes, no, true, or false.

Default

no directive

Favicon

To turn off the internal favicon.ico support, add the following line to magnus.conf:

Favicon off

HTTPVersion

The current HTTP version used by the server in the form m.n, where m is the major version number and n the minor version number.

Default

The default value is 1.1.

MaxRqHeaders

Specifies the maximum number of header lines in a request. Values range from 1 to 512.

Default

64

Umask (UNIX only)

This directive specifies the umask value used by the NSAPI functions System_fopenWA() and System_fopenRW() to open files in different modes. Valid values for this directive are standard UNIX umask values.

For more information on these functions, see the Sun Java System Web Server 6.1 SP9 NSAPI Programmer’s Guide.