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

  • 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 41
32 Configuring Your Secure Web Server
disable keepalives and HTTP header flushes for browsers that are
known to have problems with those actions.
2.4 access.conf
The access.conf file contains information about the types of services
your server allows, and in what circumstances. You won’t need to change
any of the default settings in access.conf to get your secure web server
started and you probably won’t need to alter any of its directives for most
configurations.
2.4.1 Directives in access.conf
Directory <Directory /path/to/directory> and </Directory>
tags are used to enclose a group of configuration directives that are
meant to apply only to that directory and all of its subdirectories.
Any directive which is applicable to a directory may be used within
<Directory> tags.
By default,your access.conf file is set up to apply very restrictive
parameters for your root directory, using the Options and
AllowOverride directives. Underthis configuration, anydirectory
on your system which needs more options has to be explicitly given
those options.
Two directories are defined to have less rigid parameters:
/home/httpd/html and /home/httpd/cgi-bin.
Options The Options directivecontrols which serverfeatures are avail-
able in a particular directory. For example, under the restrictive pa-
rameters specified for the root directoryin access.conf,Options
is set to None. No features are enabled.
By default, in your /home/httpd/html directory, Options is set
to include Indexes, FollowSymLinks and Includes. Indexes
permits the server to generate a directory listing for a directory if no
DirectoryIndex (i.e.,index.html)isspecified. FollowSymLinks
allowstheservertofollowsymboliclinks in that directory. Includes
means that server-side includes are permitted.
Zobrazit stránku 41
1 2 ... 37 38 39 40 41 42 43 44 45 46 47 ... 100 101

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

Žádné komentáře