Search found 107 matches: fastcgi

Return to advanced search

Re: Web programming with Mod Harbour

... library that comes with Harbour. CGI Programming - You can write Common Gateway Interface (CGI) programs in Mod Harbour to handle web requests. FastCGI - You can use FastCGI to improve the performance of your web applications. Handling HTTP Requests: Depending on the chosen web framework, you'll ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 329

Re: AYUDA Explicación. WebApp - ModHarbour

Dear Otto, > May I ask if fastcgi is the same as cgi. No, they are not the same. Forget about fastcgi. The idea of using CGI (which in fact is named by Apache as mod_cgi) is that you are given with an entire environment for yourself ...
by Antonio Linares
Mon Sep 19, 2022 8:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA Explicación. WebApp - ModHarbour
Replies: 24
Views: 2385

Re: AYUDA Explicación. WebApp - ModHarbour

Dear Antonio, I looked for a documentation on modharbour.org for CGI. May I ask if fastcgi is the same as cgi. Can you please help me how to start with CGI? So far, I have only used modharbour with APACHE. Everything runs wonderfully. Of course, I don't have such ...
by Otto
Mon Sep 19, 2022 6:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA Explicación. WebApp - ModHarbour
Replies: 24
Views: 2385

SOLVED : HRB give a empty page

Hello, Any idea ? On IIS Windows (not FastCGI), when I launch testhrb.prg it work, but doing the same with testhrb.hrb, just compiled with harbour -gh -n I receive a totaly empty screen. The IIS log file give me nothing different from prg and ...
by jfl@mafact.com
Sat Sep 18, 2021 6:46 pm
 
Forum: mod_harbour
Topic: SOLVED : HRB give a empty page
Replies: 28
Views: 2267

Re: Create Excel Workbooks in Mod_Harbour

Dear Massimo, Hello Antonio, can this command work with FastCgi too ? And what are the methods and classes that can be called ? Thanks a lot Yes, it should, as that function is provided from Harbour's hbwin.lib and it is linked inside mod_harbour DATAs ...
by Antonio Linares
Wed Jul 14, 2021 2:13 pm
 
Forum: mod_harbour
Topic: Create Excel Workbooks in Mod_Harbour
Replies: 8
Views: 820

Re: Create Excel Workbooks in Mod_Harbour

Hello Antonio,
can this command work with FastCgi too ?
And what are the methods and classes that can be called ?
Thanks a lot
by Massimo Linossi
Tue Jul 13, 2021 7:29 pm
 
Forum: mod_harbour
Topic: Create Excel Workbooks in Mod_Harbour
Replies: 8
Views: 820

Re: Installation of mod_harbour as module or fastcgi handler

Muchisimas gracias Antonio, Otto, veré con mas detenimiento el servicio que Otto me sugiere.
De nuevo muchas gracias.
:D :D :D
by ricardog
Mon Jun 21, 2021 6:03 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2892

Re: Installation of mod_harbour as module or fastcgi handler

Ricardo,

Why not xBhosts.com from FiveTech?


https://mybergland.com/fwforum/xbhosts.mp4

Best regards,
Otto
by Otto
Mon Jun 21, 2021 10:35 am
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2892

Re: Installation of mod_harbour as module or fastcgi handler

Ricardo,

Necesitas tener un servidor dedicado. No puedes instalarlo en uno que sea compartido y no dedicado.
by Antonio Linares
Mon Jun 21, 2021 7:36 am
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2892

Re: Installation of mod_harbour as module or fastcgi handler

:?: Antonio, Charly pueden indicarme en donde puedo obtener información para trabajar con MODHARBOUR en HOSTGATOR ? Instalarlo en mi dominio.
Ó si me pueden apoyar para trabajar con ese proveedor de hosting?
Saludos y muchas gracias
by ricardog
Sat Jun 19, 2021 3:13 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2892

Re: Installation of mod_harbour as module or fastcgi handler

Hi Antonio,
can you give me all the instructions for installing this modharbour version on IIS ?
Thanks
Massimo
by Massimo Linossi
Wed Jun 02, 2021 8:24 am
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2892

Re: Installation of mod_harbour as module or fastcgi handler

Hi Antonio. I'm making some tests with IIS and i have some problem This is the content of the folder Directory of c:\ModHarbour31/05/2021  11:25    <DIR>          .31/05/2021  11:25    <DIR>          ..23/06/2015  08:00         1.757.136 ace64.dll23/06/2015  08:21         2.418.640 adslo...
by Massimo Linossi
Mon May 31, 2021 9:31 am
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2892

Re: Installation of mod_harbour as module or fastcgi handler

... using multi-threading mode. You can check it running this: ? hb_mtvm(). You get .T. which means that multi-threading mode of Harbour is enabled. fastCGI design requires a mod_harbour as an EXE. So this is a multi-threading EXE that will attend to all requests. Harbour coding for multi-threads ...
by Antonio Linares
Sun May 30, 2021 8:49 am
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2892
Next

Return to advanced search