Back to Four Js Website
Four Js Customer Forum
Subscribe for automatic updates:
RSS
Sign in for full access
|
Help
Four Js Development Tools Forum
>
Discussions by product
>
Genero BDL
>
webservice server
Most recent posts
Pages: [
1
]
« previous
next »
Reply
|
Print
Author
Topic: webservice server (Read 414 times)
Fabio T.
Posts: 5
webservice server
«
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.
Posts: 206
Re: webservice server
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Discussion
=> Ask Reuben
=> WWDC21
-----------------------------
Discussions by product
-----------------------------
=> Products announcements
=> Genero BDL
=> GWS
=> GAS and GBC
=> GDC
=> Genero Mobile for Android or iOS
=> Genero Studio
=> Reporting tools (GRW, GRE)
-----------------------------
Jobs
-----------------------------
=> Jobs
Powered by SMF 1.1.21
|
SMF © 2015, Simple Machines
Loading...