You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1126,6 +1126,16 @@ Changes your virtual host configuration files' location. Default: determined by
1126
1126
-**Gentoo**: `/etc/apache2/vhosts.d`
1127
1127
-**Red Hat**: `/etc/httpd/conf.d`
1128
1128
1129
+
##### `vhost_include_pattern`
1130
+
1131
+
Defines the pattern for files included from the `vhost_dir`. This defaults to '*', also for BC with previous versions of this module.
1132
+
1133
+
However, you may want to set this to a value like '[^.#]\*.conf[^~]' to make sure files accidentally created in this directory (from version
1134
+
control systems, editor backups or the like) are *not* included in your server configuration.
1135
+
1136
+
A value of '*.conf' is what is shipped by some operating systems. Also note that this module will, by default, create config files ending
1137
+
in '.conf'.
1138
+
1129
1139
##### `user`
1130
1140
1131
1141
Changes the user Apache uses to answer requests. Apache's parent process will continue to be run as root, but child processes will access resources as the user defined by this parameter.
0 commit comments