Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

update apache with upstream #1

Merged
merged 231 commits into from Jul 5, 2016
Merged

Conversation

simonrondelez
Copy link
Member

No description provided.

Damon Conway and others added 30 commits October 28, 2015 10:19
RedHat 6 platforms need either their kernel updated (which we can't do
in testing) or selinux disabled and rebooted (which is silly) so lets
just disable the test.
Disable passenger tests on redhatish 6
Fix broken internal link for virtual hosts configuration
This moves all copyright statements to the NOTICE file in accordance with the ASFs guidelines on applying the Apache-2.0 license.
(FM-4046) Update to current msync configs [006831f]
Disable passenger testing on el7 due to outdated packages
This allows the end user to explicitly define or override what the
`SSLMutex` or `Mutex` configuration for Apache will be as the
platform default might not always be desirable.

Supersedes #1346
Closes #1346
mod/ssl: Add option to configure SSL mutex
Fix syntax typo in documentation.
support Ubuntu xenial (16.04)
(MODULES-2756) Adding include ::apache so mkdir exec works properly
The pending calls didn't have blocks before, so the tests continued to
run as usual. They have to be inside a pending block to work correctly
Move rack test to pending block
changed rpaf Configuration Directives: RPAF -> RPAF_
include apache, so parsing works.
The problem I'm running into on EL7 is that when the ssl module is
enabled, the mod_ssl package gets installed and drops
`/etc/httpd/conf.d/ssl.conf`. We want to remove that file, but the purge
for `/etc/httpd/conf.d` is being evaluated before the mod_ssl package is
being installed. On the second client run the `ssl.conf` file will be
removed.

This change ensures that the `mod_ssl` package gets installed prior to
the purge on `/etc/httpd/conf.d` being evaluated so that the ssl.conf
file gets removed on the first client run.
Ensure module packages are installed before evaluating conf.d dir
There is no HTTPS_HOST variable in mod_rewrite
[MODULES-1628] Fix mod rewrite typo in examples
only run the passenger tests on non redhat
cd and others added 29 commits June 13, 2016 14:05
mod_auth_cas supports a number of per-directory options
https://github.com/Jasig/mod_auth_cas/blob/master/README#L333-384

A number of the options aren't supported in directory stanzas
despite what the documentation suggests. The options are
supported globally and in vhost configurations, so they're
supported there accordingly.
https://github.com/Jasig/mod_auth_cas/blob/master/README#L386-413
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
Support the newer mod_auth_cas config options
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
(maint) Fix a typo in CHANGELOG: compatibilty
…options

add additional directories options for LDAP Auth
Add WSGIScriptAliasesMatch support and associated documentation
MODULES-3476 - Updated regex in apache_version custom fact to work with EL5
cas_cookie_path_mode
cas_validate_server
Wrap mod_security directives in an IfModule
Add apache::mod::socache_shmcb so it can be included multiple times
Add cas_cookie_path_mode param
Combined PR for Sec changes
@simonrondelez simonrondelez merged commit 97488cc into skyscrapers:master Jul 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet