Red Hat NETWORK PROXY SERVER 3.7 - Manuel d'utilisateur Page 31

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 101
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 30
2.2 httpd.conf 21
to listen to port 80 fornon-secure web communications and port 443
for secure web communications.
Listen can also be used to specify particular IP addresses over
which the server will accept connections.
ServerRoot The ServerRoot is the directory which will contain subdi-
rectories for the server’s files. Both your secure and non-secure web
servers are set to use a ServerRoot of /etc/httpd.
BindAddress BindAddress is a way of specifying which IP addresses
your server will listen to. You can (and probably should) use the
Listen directiveinsteadifyouneedthisfunctionality. BindAddress
is not used by your web server; by default it is commented out in
httpd.conf.
LogLevel LogLevel sets how verbose the error messages in the error
logs will be. LogLevel can be set (from least verbose to most ver-
bose)toemerg,alert,crit,error,warn,notice,info ordebug.
Your secure web server’s LogLevel is set to warn.
LogFormat The LogFormat directivesinyour httpd.conf fileset upa
formatfor the messagesin youraccess log that will makeyouraccess
log more readable.
PidFile PidFile names thefile inwhich theserver recordsits process id
(pid). Your secure web server is set to recordits pid in
/var/run/httpsd.pid.
ScoreBoardFile TheScoreBoardFile storesinternalserverprocessin-
formation,which is usedforcommunication between the parentserver
process and its children processes. Your secure web server’s
ScoreBoardFile is set to /var/run/httpsd.scoreboard.
LockFile LockFile sets the path to the lockfile used when the Apache
server is compiled with either USE FCNTL SERIALIZED ACCEPT
orUSE FLOCK SERIALIZED ACCEPT.LockFile shouldnormally
be left at its default value; it is commented out by default since your
secure web server in its default configuration will not need it.
ServerName You canuseServerName tosetahost nameforyourserver
which might be different from your host’s real name. For example,
Vue de la page 30
1 2 ... 26 27 28 29 30 31 32 33 34 35 36 ... 100 101

Commentaires sur ces manuels

Pas de commentaire