AccesscontrolSourceAccesscontrol: Conditional access to some sites
If you want to use this extension with Ocsigen Server's configuration file,
<<a_manual chapter="accesscontrol"|manual page>>.This module belongs to ocamlfind package ocsigenserver.ext.accesscontrol.
Example of use (with <<a_manual chapter="redirectmod"|Redirectmod>>):
let _ =
Ocsigen_server.start
[ Ocsigen_server.host ~regexp:".*"
[ Accesscontrol.(
if_ (not_ ssl)
[ Redirectmod.run
~redirection:
(Redirectmod.create_redirection ~full_url:false
~regexp:"(.* )" "https://yourdomain.org/\\1")
() ]
[ ... ]) ]
]val if_ :
condition ->
Ocsigen_server.instruction list ->
Ocsigen_server.instruction list ->
Ocsigen_server.instructionval ifnotfound :
?code:string ->
Ocsigen_server.instruction list ->
Ocsigen_server.instructionUse Lwt_log.Section.set_level in order to change the log level