Four Js Development Tools Forum

Discussions by product => Genero BDL => Topic started by: Fabio T. on December 03, 2024, 08:53:13 am



Title: webservice server
Post by: Fabio T. on December 03, 2024, 08:53:13 am
Good morning,

I installed a webserver with lighttpd in which I activated https.

in lighttpd.conf I added this configuration:

server.modules += ( "mod_fastcgi" )
fastcgi.server = (
    "/gas" =>
    ((
        "host" => "127.0.0.1",
        "port" => "6395",
        "check-local" => "disable",
        "bin-path" => "/opt/fourjs/gas31/bin/wrapper.fcgi",
        "bin-environment" => (
            "FGLASDIR" => "/opt/fourjs/gas31"
        ),
        "max-procs" => 1
    ))
)

But when I call the service from the browser it goes into error and writes me:

WS-DEBUG (HTTP ERROR)
Class: HTTPServerConnection::extractMethod()
Msg: Not HTTP Procotol
WS-DEBUG END


How can I solve it?


Title: Re: webservice server
Post by: Olivier E. on December 05, 2024, 02:34:48 pm
Hello Fabio,

To better understand, I read your path directories' names. Do you have a Genero 3.10?

What is your Linux distribution and version, please?

Thank you,

Olivier E... Four Js Support