Elements in server.dtd and server.xml
Chapter
8
Virtual Server Configuration Files
301
MIME
Defines MIME types.
The most common way that the server determines the MIME type of a requested
resource is by invoking the
type-by-extension
directive in the
ObjectType
section of the
obj.conf
file. The
type-by-extension
function does not work if no
MIME
element has been defined in the
SERVER
element.
Subelements:
none
Attributes:
ssl2ciphers
(optional) A space-separated list of the SSL2 ciphers used,
with the prefix
+
to enable or
-
to disable, for example
+rc4
.
Allowed values are
rc4
,
rc4export
,
rc2
,
rc2export
,
idea
,
des
,
desede3
.
ssl3
(optional) Determines whether SSL3 is enabled. Legal values
are
on
,
off
,
yes
,
no
,
1
,
0
. The default is
yes
.
If both SSL2 and SSL3 are enabled for a virtual server, the
server tries SSL3 encryption first. If that fails, the server tries
SSL2 encryption.
ssl3tlsciphers
(optional) A space-separated list of the SSL3 ciphers used,
with the prefix
+
to enable or
-
to disable, for example
+rsa_des_sha
. Allowed SSL3 values are
rsa_rc4_128_md5
,
rsa3des_sha
,
rsa_des_sha
,
rsa_rc4_40_md5
,
rsa_rc2_40_md5
, or
rsa_null_md5.
Allowed TLS values are
rsa_des_56_sha
,
rsa_rc4_56_sha
,
rsa_aes_128_sha
, or
rsa_aes_256_sha
.
tls
(optional) Determines whether TLS is enabled. Legal values
are
on
,
off
,
yes
,
no
,
1
,
0
. The default is
on
.
tlsrollback
(optional) Determines whether TLS rollback is enabled. Legal
values are
on
,
off
,
yes
,
no
,
1
,
0
. The default is
on
. TLS
rollback should be enabled for Microsoft Internet Explorer 5.0
and 5.5. For more information, see the Netscape Enterprise
Server Administrator’s Guide.
clientauth
(optional) Determines whether SSL3 client authentication is
performed on every request, independent of ACL-based
access control. Legal values are
on
,
off
,
yes
,
no
,
1
,
0
. The
default is
no
.
Summary of Contents for ENTERPRISE SERVER 6.1
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Page 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...