ocsigenserver icon indicating copy to clipboard operation
ocsigenserver copied to clipboard

Web server in OCaml.

Results 61 ocsigenserver issues
Sort by recently updated
recently updated
newest added

A trivial buffer pool is used to get rid of these buffer allocations: - per connection/receiver buffers (`Ocsigen_http_com`) - internal buffer in `Ocsigen_senders.File_content` - internal buffer in deflatemod Moreover, some...

Trying to use ocsigen on ovh's VPS SSD 1 (KVM OpenStack - 1 vCore - 2,4 GHz - 2 Go RAM - SSD 10 Go - Local Raid 10) ```...

Debian 10 OCaml 4.07.1 ocsigenserver.2.16.0 (with ocsigen-start.2.16.1) Makefile.os : RUN_DEBUG ?= "-v" (minimum verbosity) ========================================== Here is a stdlib.ml raised exception found in the ocsigenserver logs. It occurred after a...

The `` configuration option is ignored since version 3.0.0.

I have a working ocsigenserver instance version 2.16.0 on Ocaml 4.10.0 and until relatively recently it was working ok. However Firefox (version 88.0.1) is rejecting cookies that are required for...

Below is a backtrace. I can also provide the memory map if that would be of any help. I have an instance of ocsigenserver running a small eliom project and...

https://github.com/ocsigen/ocsigenserver/blob/0488d6e202f18b921d4ed6785b9fe8a874597ed0/src/baselib/ocsigen_lib_base.ml#L51

Trying to compile on Debian 10: ``` #=== ERROR while compiling ocsigenserver.2.11.0 ===============================# # context 2.0.3 | linux/x86_64 | ocaml-base-compiler.4.07.1 | https://opam.ocaml.org#01357e69 # path ~/.opam/4.07.1/.opam-switch/build/ocsigenserver.2.11.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make...

error ``` make test.opt ocsigenserver.opt -c local/etc/ocalc/ocalc-test.conf ocsigenserver.opt: ocsigen:main: Fatal - While loading /home/root/.opam/ocaml-base-compiler/lib/ocsigenserver/extensions/staticmod.cmxs: error loading shared library: Permission denied make: *** [Makefile:60: test.opt] Error 52 ``` what I have...

Hi, I have been trying to retrieve the X-Forwarded-For header and have failed to find a dedicated API so far (like there is for Host). I haven't seen a way...