Red Hat LINUX 7.2 - OFFICIAL LINUX CUSTOMIZATION GUIDE Guida di Installazione Pagina 180

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 282
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 179
180 Chapter 15. Apache
provided in HTML format at http://localhoast/manual/ or to the Apache group documentation at
http://httpd.apache.org/docs/. For more information about mod_ssl directives, refer to the documen-
tation included in HTML format at http://localhost/manual/mod/mod_ssl/ or see the mod_ssl User
Manual at http://www.modssl.org/docs/2.8/.
15.3.1. ServerType
Your ServerType must be set to standalone. By default, your Web server is set to ServerType
standalone.
ServerType standalone means that the server is started once and then that server handles all of
the connections.
15.3.2. ServerRoot
The ServerRoot is the top-level directory which contains the server’s files. Both your secure and
non-secure servers are set to use a ServerRoot of "/etc/httpd".
15.3.3. LockFile
LockFile sets the path to the lockfile used when the Apache server is compiled with either
USE_FCNTL_SERIALIZED_ACCEPT or USE_FLOCK_SERIALIZED_ACCEPT. LockFile should be
left at its default value.
15.3.4. PidFile
PidFile names the file where the server records its process ID (pid). Your Web server is set to record
its pid in /var/run/httpd.pid.
15.3.5. ScoreBoardFile
The ScoreBoardFile stores internal server process information, which is used for communication
between the parent server process and its child processes. Red Hat Linux uses shared memory to store
the ScoreBoardFile, the default of /etc/httpd/logs/apache_runtime_status is only used
as a fallback.
15.3.6. ResourceConfig
The ResourceConfig directive instructs the server to read the file named after ResourceConfig
for more directives. The ResourceConfig directive is commented out, because your Web server only
uses httpd.conf for configuration directives.
15.3.7. AccessConfig
The AccessConfig directive instructs the server to read the file named after AccessConfig for
more directives, after it has read the file named by ResourceConfig. The AccessConfig directive
is commented out, because your Web server only uses httpd.conf for configuration directives.
Vedere la pagina 179
1 2 ... 175 176 177 178 179 180 181 182 183 184 185 ... 281 282

Commenti su questo manuale

Nessun commento