package ocsigenserver
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A full-featured and extensible Web server
Install
dune-project
Dependency
Authors
Maintainers
Sources
7.0.0.tar.gz
md5=ecf37dc2e2ad43f38dfcca8f87ca04a9
sha512=96dffc87f11b82b810d95d6e0cad69ce12a6763425e6e59f211dd71492d777a0cd1aeca722c0c9fd9ec8bb55cad7ae0ba1c781a8129a18de86f0f3accb278118
doc/accesscontrol/Accesscontrol/index.html
Module AccesscontrolSource
Accesscontrol: Conditional access to some sites
If you want to use this extension with Ocsigen Server's configuration file,
- have a look at the
<<a_manual chapter="accesscontrol"|manual page>>. - If you are using Ocsigen Server as a library, use the interface described
- here. Each of these functions behaves exactly as its configuration file counterpart.
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")
() ]
[ ... ]) ]
]Source
val if_ :
condition ->
Ocsigen_server.instruction list ->
Ocsigen_server.instruction list ->
Ocsigen_server.instructionSource
val ifnotfound :
?code:string ->
Ocsigen_server.instruction list ->
Ocsigen_server.instruction sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>