Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
6398205d
Commit
6398205d
authored
Sep 13, 2017
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"reload" is now a response handler, fix conf files (fixes:
#1300
)
parent
43277fb8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
_example/etc/handler-apache2.4.conf
_example/etc/handler-apache2.4.conf
+2
-1
_example/etc/handler-apache2.X.conf
_example/etc/handler-apache2.X.conf
+2
-1
_example/etc/handler-apache2.conf
_example/etc/handler-apache2.conf
+2
-1
No files found.
_example/etc/handler-apache2.4.conf
View file @
6398205d
...
...
@@ -34,7 +34,8 @@ ErrorDocument 503 http://auth.__DNSDOMAIN__/lmerror/503
# configuration change
<
Location
/
reload
>
Require
ip
127
::
1
PerlHeaderParserHandler
Lemonldap
::
NG
::
Handler
->
reload
SetHandler
perl
-
script
PerlResponseHandler
Lemonldap
::
NG
::
Handler
->
reload
</
Location
>
# Uncomment this to activate status module
...
...
_example/etc/handler-apache2.X.conf
View file @
6398205d
...
...
@@ -41,7 +41,8 @@ ErrorDocument 503 http://auth.__DNSDOMAIN__/lmerror/503
Deny
from
all
Allow
from
127
.
0
.
0
.
0
/
8
::
1
</
IfVersion
>
PerlHeaderParserHandler
Lemonldap
::
NG
::
Handler
->
reload
SetHandler
perl
-
script
PerlResponseHandler
Lemonldap
::
NG
::
Handler
->
reload
</
Location
>
# Uncomment this to activate status module
...
...
_example/etc/handler-apache2.conf
View file @
6398205d
...
...
@@ -36,7 +36,8 @@ ErrorDocument 503 http://auth.__DNSDOMAIN__/lmerror/503
Order
deny
,
allow
Deny
from
all
Allow
from
127
.
0
.
0
.
0
/
8
::
1
PerlHeaderParserHandler
Lemonldap
::
NG
::
Handler
->
reload
SetHandler
perl
-
script
PerlResponseHandler
Lemonldap
::
NG
::
Handler
->
reload
</
Location
>
# Uncomment this to activate status module
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment