Red Hat NETWORK PROXY SERVER 3.7 - Uživatelský manuál Strana 35

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 101
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 34
2.2 httpd.conf 25
(a separate server which runs alongside your default Apache web
server). Most configuration directives can be used within virtual
host tags, in which case they only apply to that particular virtual
host. Please see section 2.6 on page 36 for more information about
virtual hosts.
IfModule <IfModule> and </IfModule> tags surround directives that
are conditional. The directives contained within the IfModule tags
are processed under one of two conditions. The directives are pro-
cessed if the module contained within the starting <IfModule> tag
is compiled in to the Apache server. Or, if a “!” (an exclamation
point) is included before the module name, the directives are pro-
cessedonly ifthe modulein thestarting<IfModule> tagis notcom-
piled in.
By default, <IfModule mod ssl.c> and an ending tag surround
the virtual host tags for your secure web server. Therefore, the vir-
tual host tags containingyour secureweb server,and all of thedirec-
tives contained within them, are only processed if the mod ssl.c
module was compiled in to your Apache server. As shown in the
AddModule sectionofhttpd.conf,thatparticularmodulewascom-
piled in during installation.
2.2.3 SSL Directives in httpd.conf
The SSL directives in your server’s httpd.conf file are included to en-
able secure web communications. Short descriptions of the SSL directives
used in your httpd.conf configuration file are provided next. For more
information on SSL directives, please point your browser to
http://www.yourdomain.com/manual/mod/mod ssl.html. More
information is also available from the mod ssl website at
http://www.engelschall.com/sw/mod ssl/. Formoreinformation
about securing your web server, see chapter 3 on page 43.
Please Note:Don’t modify your SSL directives unless you’re absolutely
sureabout what you’redoing. For the vast majority of secure webservers,
the SSL directives are configured appropriately as installed.
SSLDisable SSLDisable disables the SSL protocol engine. The
Zobrazit stránku 34
1 2 ... 30 31 32 33 34 35 36 37 38 39 40 ... 100 101

Komentáře k této Příručce

Žádné komentáře