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

No implicit <Directory> entry for ScriptAlias path #488

Merged
merged 1 commit into from
Nov 22, 2013

Conversation

antaflos
Copy link
Contributor

Support for ScriptAlias currently implicitly and automatically creates
configuration directives for the path component in a given
ScriptAlias directive. These are not useful or needed, according to the
mod_alias documentation. Fixes issue #486.

This change also indirectly relates to #487 because the implicitly
created entry for each ScriptAlias path also had
SSLOptions +StdEnvVars set for that directory.

@igalic
Copy link
Contributor

igalic commented Nov 21, 2013

as soon as I get some feedback on #490 or someone merges it, we can merge this

@igalic
Copy link
Contributor

igalic commented Nov 22, 2013

@antaflos this looks like it needs to be rebased now. Would you mind?

Support for ScriptAlias currently implicitly and automatically creates
<Directory> configuration directives for the path component in a given
ScriptAlias directive. These are not useful or needed, according to the
mod_alias documentation. Fixes issue puppetlabs#486.

This change also indirectly relates to puppetlabs#487 because the implicitly
created <Directory> entry for each ScriptAlias path also had
`SSLOptions +StdEnvVars` set for that directory.
@antaflos
Copy link
Contributor Author

I rebased and force-pushed.

igalic added a commit that referenced this pull request Nov 22, 2013
No implicit <Directory> entry for ScriptAlias path
@igalic igalic merged commit 5dc9811 into puppetlabs:master Nov 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants