-
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
RewriteLock support #1228
RewriteLock support #1228
Conversation
added ability to define a RewriteLock file in the httpd.conf for apache version 2.2
Thanks for catching this oversight! would you mind also adding a test and a doc entry? |
done… |
@@ -55,6 +55,7 @@ | |||
$conf_template = $::apache::params::conf_template, | |||
$servername = $::apache::params::servername, | |||
$pidfile = $::apache::params::pidfile, | |||
$rewrite_lock = false, |
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.
let's make this undef
by default, since we're dealing with a String
(path) here.
looks very good otherwise, thanks @wickedOne! |
thanks for pointing all that out @igalic moved the lockfile to location |
54b0fb4
to
d38cc4d
Compare
\o/ @wickedOne! |
thanx @igalic for the super quick merge! ,,/. |
as addition to the RewriteMap feature i've added the option to define a RewriteLock for apache version <= 2.2 which is considered best practice when using a RewriteMap of type prg