Red Hat NETSCAPE ENTERPRISE SERVER 6.0 - PROGRAMMER GUIDE TO SERVLETS Guia do Utilizador Página 207

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 328
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 206
Setting SSL for Certificate/Key Management Environments Configured with the SMEE Commands
9-7
# Slot information directory
SSLSlotDir d:/ssl/slotdir
# Token label
SSLTokenLabel secret_key_tok
# User PIN file
SSLUserPINFile d:/ssl/upinfile
#
# Virtual host not using SSL (Port number: 80)
#
# Sets up a virtual host
<VirtualHost 192.168.0.1:80>
# Host name
ServerName main.example.com
# Root directory open to the public
DocumentRoot C:/www/public
</VirtualHost>
#
# Virtual host using SSL (Port number:443)
#
# Sets up a virtual host
<VirtualHost 192.168.0.1:443>
# Host name
ServerName main.example.com
# Root directory open to the public
DocumentRoot C:/www/secure1
# Using SSL
SSLExec on
# SSL protocol version
SSLVersion 2
# Operation control directory
SSLEnvDir d:/ssl/envdir
# Nickname of the site certificate
SSLCertName cert_for_purchase
# Create access log files
CustomLog "|ihsrlog –s logs/accesslog_secure1 1 5" common
# Create error log files
ErrorLog "|ihsrlog -s logs/errorlog_secure1 1 5"
</VirtualHost>
#
# Virtual host using SSL (Port number:8443)
#
# Sets up a virtual host
<VirtualHost 192.168.0.1:8443>
# Host name
ServerName main.example.com
# Root directory open to the public
DocumentRoot C:/www/secure2
# Using SSL
SSLExec on
# SSL protocol version
Vista de página 206
1 2 ... 202 203 204 205 206 207 208 209 210 211 212 ... 327 328

Comentários a estes Manuais

Sem comentários