Skip to content

Instantly share code, notes, and snippets.

@deependhamecha
Last active January 11, 2022 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deependhamecha/b3605d977d6e63adfa7d14b21566fea0 to your computer and use it in GitHub Desktop.
Save deependhamecha/b3605d977d6e63adfa7d14b21566fea0 to your computer and use it in GitHub Desktop.
Apache

Apache

The Apache HTTP Server is configured via simple text files. These files may be located any of a variety of places, depending on how exactly you installed the server.

If you installed httpd from source, the default location of the configuration files is /usr/local/apache2/conf. The default configuration file is usually called httpd.conf.

The configuration is frequently broken into multiple smaller files, for ease of management. These files are loaded via the Include directive.

The server is configured by placing configuration directives in these configuration files. A directive is a keyword followed by one or more arguments that set its value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment