发表于 2018-11-27 10:36:20

Apache命令——语法检查

  Apache configuration files contain one directive per line. The backslash "\" may be used as the last character on a line to indicate that the directive continues onto the next line. There must be no other characters or white space between the backslash and the end of the line.
  Directives in the configuration files are case-insensitive, but arguments to directives are often case sensitive. Lines that begin with the hash character "#" are considered comments, and are ignored. Comments may not be included on a line after a configuration directive. Blank lines and white space occurring before a directive are ignored, so you may indent directives for clarity.
  You can check your configuration files for syntax errors without starting the server by using apachectl configtest or the -t command line option.

页: [1]
查看完整版本: Apache命令——语法检查