Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
ec1ade73
Commit
ec1ade73
authored
Dec 07, 2009
by
Clément OUDOT
Browse files
/adminSessions in Apache configuration
parent
ad1af9b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/lemonldap-ng/_example/etc/apache.conf
View file @
ec1ade73
...
@@ -29,7 +29,7 @@ LogLevel warn
...
@@ -29,7 +29,7 @@ LogLevel warn
</
Directory
>
</
Directory
>
# SOAP functions for sessions management (disabled by default)
# SOAP functions for sessions management (disabled by default)
<
Directory
__
PORTALDIR__
/
index
.
pl
/
s
essions
>
<
Directory
__
PORTALDIR__
/
index
.
pl
/
adminS
essions
>
Order
deny
,
allow
Order
deny
,
allow
Deny
from
all
Deny
from
all
</
Directory
>
</
Directory
>
...
...
build/lemonldap-ng/_example/etc/apache2.conf
View file @
ec1ade73
...
@@ -32,7 +32,7 @@ LogLevel warn
...
@@ -32,7 +32,7 @@ LogLevel warn
</
Directory
>
</
Directory
>
# SOAP functions for sessions management (disabled by default)
# SOAP functions for sessions management (disabled by default)
<
Directory
__
PORTALDIR__index
.
pl
/
s
essions
>
<
Directory
__
PORTALDIR__index
.
pl
/
adminS
essions
>
Order
deny
,
allow
Order
deny
,
allow
Deny
from
all
Deny
from
all
</
Directory
>
</
Directory
>
...
...
Write
Preview
Supports
Markdown
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