Subscribe for automatic updates: RSS icon RSS

Login icon Sign in for full access | Help icon Help
Advanced search

Pages: [1]
  Reply  |  Print  
Author Topic: webservice server  (Read 414 times)
Fabio T.
Posts: 5


« 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?
Olivier E.
Four Js
Posts: 206


« Reply #1 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
« Last Edit: December 05, 2024, 04:47:52 pm »
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines