Jump to content

chronisvel

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by chronisvel

  1. Hi, I need help setting up nginx as reverse proxy for my unigui applications. What I really need is pretty straight forward. For every unigui application I need a different path. For example I would like to serve two apps: app1 and app2. Both apps must be accessible through https and I would also like to support their mobile applications. So the needed endpoints are:

     

    app1:

    1) http:\\domain\app1

    2) http:\\domain\app1\m

    3) https:\\domain\app1

    4) https:\\domain\app1\m

     

    app2:

    5) http:\\domain\app2

    6) http:\\domain\app2\m

    7) https:\\domain\app2

    8) https:\\domain\app2\m

     

    Is this possible by using nginx and its reverse proxy feature? If not what is the most efficient workaround?

     

  2. Hi, I tried implementing server side javascript with mormot SpiderMonkey, SyNode. I always get an error : 

    Project XXXXX.exe raised exception class $C0000005 with message 'c00000005 ACCESS_VIOLATION'

     

    When running the same lines of code in a VCL application everynting works fine. 

     

    The exception Is raised in Spidermonkey Unit in the line :

    function JS_NewRuntime(maxbytes: uint32; maxNurseryBytes: uint32; parentRuntime: PJSRuntime): PJSRuntime;
      cdecl; external SpiderMonkeyLib;
     
    What should I do? Is mormot's implementation incompatible with uniGui? If so what are my alternatives?
     
    Thanks...
×
×
  • Create New...