You can extend this
time (if, for example, you have some security features added that will slow response
time) here.
. APACHE_SERVERSIGNATURE??”This starts a footer at the bottom of any server-generated
error page. By default, this includes the server name and Apache version number. If
you want to include a contact point for the user to find you, set this to email and
enter an email address at APACHE_SERVERADMIN. If you prefer that nothing appear, set
this to no.
. APACHE_LOGLEVEL??”This defines what gets entered into the server logs by setting the
minimum level. By default, this is set at warn, so only problems that generate warnings
(or worse) are entered. Informational messages are screened out. You should
change this only if you are trying to troubleshoot a problem that might generate a
lower-level message.
. APACHE_ACCESS_LOG??”The location of your access log. Who is visiting?
. APACHE_USE_CANONICAL_NAME??”This is turned off by default; turn it on so that
Apache delivers the ServerName listed earlier. Use the DNS setting to let the domain
name server handle requests for the server name.
Pages:
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033