Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Apache.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/admin/Apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ After making changes run `htrebuild` to rebuild and test configuration. Apache w
| No | conf/httpd.conf | Standardized system configuration. |
| Yes | conf.d/ | Addin modules. See separate table below for additional information. |
| Yes | conf/httpd-custom.conf | User overrides. See special remarks below for specific stanzas set by Bootstrapper. |
| No | conf/apnscp-httpd-rewrite.conf | Inheritable base rules applied to webmail redirections, addon domains, and subdomains. |
| Maybe | siteXX/ | Per-module configurations. If a module name exists now, do not touch. If a file name does not exist now, it may exist in the future. |
| Yes | siteXX/custom | A reserved location for per-site overrides. This will never be overwritten. |
| Yes | siteXX/custom.raw | A reserved location for per-site overrides. This will never be overwritten. Does not substitute fst/ with shadow/. |
| Maybe | siteXX.ssl/ | Similar to siteXX/. Only applies when site is served over SSL. |
| Yes | siteXX.ssl/custom | Similar to siteXX/custom. Only applies when site is served over SSL. |
| No | conf/httpd-apnscp-rewrite-map.conf | Inheritable base rules applied to webmail redirections, addon domains, and subdomains. |
| Maybe | conf/siteXX/ | Per-module configurations. If a module name exists now, do not touch. If a file name does not exist now, it may exist in the future. |
| Yes | conf/siteXX/custom | A reserved location for per-site overrides. This will never be overwritten. |
| Yes | conof/siteXX/custom.raw | A reserved location for per-site overrides. This will never be overwritten. Does not substitute fst/ with shadow/. |
| Maybe | conf/siteXX.ssl/ | Similar to siteXX/. Only applies when site is served over SSL. |
| Yes | conf/siteXX.ssl/custom | Similar to siteXX/custom. Only applies when site is served over SSL. |
| No | conf/virtual-* | Monolithic files compiled down by `htrebuild` command. Used by Apache to improve recovery time. |
| No | conf/virtual-*.bad | If a failed rebuild occurs, the offending file is saved to this location. |
| No | conf.d/mod_security.conf | mod_security configuration distributed as part of ApisCP distribution. |
Expand Down