|
|
@ -51,6 +51,7 @@ EOF |
|
|
|
|
|
|
|
|
|
|
|
# On-line documentation |
|
|
|
# On-line documentation |
|
|
|
Alias /doc/ /var/lib/lemonldap-ng/doc/ |
|
|
|
Alias /doc/ /var/lib/lemonldap-ng/doc/ |
|
|
|
|
|
|
|
Alias /fr-doc/ /var/lib/lemonldap-ng/fr-doc/ |
|
|
|
Alias /lib/ /var/lib/lemonldap-ng/doc/lib/ |
|
|
|
Alias /lib/ /var/lib/lemonldap-ng/doc/lib/ |
|
|
|
<Directory /var/lib/lemonldap-ng/doc/> |
|
|
|
<Directory /var/lib/lemonldap-ng/doc/> |
|
|
|
Order deny,allow |
|
|
|
Order deny,allow |
|
|
@ -59,6 +60,13 @@ EOF |
|
|
|
Options +FollowSymlinks |
|
|
|
Options +FollowSymlinks |
|
|
|
DirectoryIndex index.pl index.html |
|
|
|
DirectoryIndex index.pl index.html |
|
|
|
</Directory> |
|
|
|
</Directory> |
|
|
|
|
|
|
|
<Directory /var/lib/lemonldap-ng/fr-doc/> |
|
|
|
|
|
|
|
Order deny,allow |
|
|
|
|
|
|
|
Allow from all |
|
|
|
|
|
|
|
ErrorDocument 404 /notfound.html |
|
|
|
|
|
|
|
Options +FollowSymlinks |
|
|
|
|
|
|
|
DirectoryIndex index.pl index.html |
|
|
|
|
|
|
|
</Directory> |
|
|
|
|
|
|
|
|
|
|
|
# Perl script |
|
|
|
# Perl script |
|
|
|
# Note: to avoid manager stay in memory, we don't use ModPerl::Registry |
|
|
|
# Note: to avoid manager stay in memory, we don't use ModPerl::Registry |
|
|
|