Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
fb722d19
Commit
fb722d19
authored
Feb 04, 2007
by
Xavier Guimard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Examples of "unprotect" use
parent
4a7b3cda
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
3 deletions
+12
-3
modules/lemonldap-ng-handler/Changes
modules/lemonldap-ng-handler/Changes
+2
-1
modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm
modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm
+8
-1
modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm
...s/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm
+2
-1
No files found.
modules/lemonldap-ng-handler/Changes
View file @
fb722d19
Revision history for Perl extension Lemonldap::NG::Handler.
0.74
- unprotect system
- unprotect system: the unprotect sub can be used to avoid Lemonldap::NG
control.
0.73 Thu Jan 4 15:34:22 2007
- In VirtualHost context, PerlInitHandler is an alias for
...
...
modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm
View file @
fb722d19
...
...
@@ -2,7 +2,7 @@ package Lemonldap::NG::Handler;
print
STDERR
"
See Lemonldap::NG::Handler(3) to know which Lemonldap::NG::Handler::* module to use.
";
our
$VERSION
=
"
0.7
3
";
our
$VERSION
=
"
0.7
4
";
1
;
...
...
@@ -61,6 +61,13 @@ configuration reload, so you don't need to restart Apache at each change:
Allow from my.manager.com
PerlHeaderParserHandler My::Package->refresh
</Location>
You can also unprotect an URI
<Files "*.gif">
PerlHeaderParserHandler My::Package->unprotect
</Files>
=head1 DESCRIPTION
...
...
modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm
View file @
fb722d19
...
...
@@ -601,7 +601,8 @@ Call your package in <apache-directory>/conf/httpd.conf
PerlHeaderParserHandler My::Package
</Location>
# You can also unprotect an URI
You can also unprotect an URI
<Files "*.gif">
PerlHeaderParserHandler My::Package->unprotect
</Files>
...
...
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