Sun Java System Web Proxy Server 4.0.2 2005Q4 Configuration File Reference

Security

This section describes the directive in magnus.conf that affects server access and security issues for Sun Java System Web Proxy Server 4.

Security

The Security directive globally enables or disables SSL by making certificates available to the server instance. It must be on for the server to use SSL. If enabled, the user is prompted for the administrator password in order to access certificates, and so on.


Note –

When you create a secure listen socket through the Server Manager, security is automatically turned on globally in magnus.conf. When you create a secure listen socket manually in server.xml, security must be turned on by editing magnus.conf.


Syntax

Security [on|off]

Default

off

Example

Security off

ServerString

Allows the administrator to change the string sent with the Server HTTP header.

Syntax

ServerString string

string is the new string to send as the header. All characters, including quotes, will be sent. The string none, will cause the header to not be sent at all.

Example

ServerString My Own Server/1.0
ServerString none