-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Allow custom userdir directives #2164
Conversation
`UserDir` can be various forms of strings (see https://httpd.apache.org/docs/2.4/howto/public_html.html) whereas `Directory` must be an absolute path. This allows UserDir to be specified separately. The unit test showing multiple values for `$path` seems to be incorrect according to https://httpd.apache.org/docs/2.4/mod/core.html#directory
apache::mod::userdir is a classthat may have no external impact to Forge modules. This module is declared in 175 of 576 indexed public
|
|
Perhaps another reviewer can also take a look (I only got merge permissions recently). If nobody takes a look in a few days I'll merge it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Look's good to me so gonna go ahead and merge :) |
UserDircan be various forms of strings (seehttps://httpd.apache.org/docs/2.4/howto/public_html.html) whereas
Directorymust be an absolute path. This allows UserDir to bespecified separately.
The unit test showing multiple values for
$pathseems to be incorrectaccording to https://httpd.apache.org/docs/2.4/mod/core.html#directory