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

ProxyPass doesn't work with LocationMatch, needs to be ProxyPassMatch #121

Merged
merged 1 commit into from May 28, 2013
Merged

ProxyPass doesn't work with LocationMatch, needs to be ProxyPassMatch #121

merged 1 commit into from May 28, 2013

Conversation

taysu
Copy link

@taysu taysu commented May 28, 2013

Tried to get this running on Apache 2.2 with the provided apache_ldap.conf file. Proxying wasn't working until I replaced the ProxyPass directives with ProxyPassMatch. This is due to ProxyPass not being able to handle regexes:

http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass

"ProxyPass does not interpret the regexp as such, so it is necessary to use ProxyPassMatch in this situation instead."

rashidkpc pushed a commit that referenced this pull request May 28, 2013
ProxyPass doesn't work with LocationMatch, needs to be ProxyPassMatch
@rashidkpc rashidkpc merged commit 481ef2d into elastic:master May 28, 2013
@taysu taysu deleted the fix_apache_proxying branch May 29, 2013 08:12
rashidkpc pushed a commit that referenced this pull request Oct 6, 2014
…icker

Create a single point of truth for durations and their descriptions
rashidkpc pushed a commit that referenced this pull request Oct 6, 2014
…icker

Create a single point of truth for durations and their descriptions
spalger pushed a commit to spalger/kibana that referenced this pull request Mar 3, 2016
harper-carroll referenced this pull request in harper-carroll/kibana Jul 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants