Search found 44 matches: cgis

Return to advanced search

mod_harbour para servidores no dedicados

... CGI. Por lo que si estais usando una empresa de hosting en la que no os permite añadir una extensión a Apache pero si permiten la instalación de CGIS, entonces esta versión de mod_harbour es para vosotros :-) https://github.com/FiveTechSoft/mod_harbour/tree/master/cgi/linux Agradecemos ...
by Antonio Linares
Mon Dec 20, 2021 12:09 pm
 
Forum: mod_harbour
Topic: mod_harbour para servidores no dedicados
Replies: 5
Views: 1039

CGIs speed test

small test in C language running on remote Debian server: test.c // build it doing: gcc test.c -otest#include <stdio.h>int main(){   printf( "%s%s\n\n", "Content-Type:", "text/plain" );   printf( "%s\n", "Hello world from CG...
by Antonio Linares
Sun May 23, 2021 12:41 pm
 
Forum: mod_harbour
Topic: CGIs speed test
Replies: 0
Views: 331

Hoy es el primer cumpleaños de mod_harbour !!!

... un mod_harbour para Apache no sería el primer paso para pasar a la web ? [07:34, 15/5/2019] Antonio Linares: reconozco que siempre me enfoqué en CGIs pensando que era la solución más sencilla y obviamente estaba equivocado”. Primero tuvimos el barco (Clipper) luego el puerto (Harbour) y ahora ...
by Antonio Linares
Fri May 15, 2020 10:45 am
 
Forum: mod_harbour
Topic: Hoy es el primer cumpleaños de mod_harbour !!!
Replies: 7
Views: 1446

Re: webserver using RESTFUL API and responsive

Dear Otto, I understand what you mean :-) Please review this guide I wrote to use CGIs from Windows server: viewtopic.php?p=171281#p171281 Once you review and apply those settings, we will try to run a Harbour EXE as a CGI. From there on, you can use Harbour (+ FiveWeb) ...
by Antonio Linares
Fri Jun 08, 2018 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webserver using RESTFUL API and responsive
Replies: 26
Views: 7078

Re: webserver using RESTFUL API and responsive

... Probably a real life test would solve the doubts about it. Here you have a guide to use CGIs with IIS: http://forums.fivetechsupport.com/viewtopic.php?p=171281#p171281
by Antonio Linares
Thu Jun 07, 2018 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webserver using RESTFUL API and responsive
Replies: 26
Views: 7078

Re: webserver using RESTFUL API and responsive

Otto,

FiveWeb uses CGIs. For little amount of users it may be fine but not sure how it may behave for many users.

Can you use CGIs ?
by Antonio Linares
Sun Jun 03, 2018 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webserver using RESTFUL API and responsive
Replies: 26
Views: 7078

Re: FiveWeb?

Armando,

Si puedes usar CGIs entonces FiveWeb es una opción muy interesante y fácil
by Antonio Linares
Sun May 07, 2017 9:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb?
Replies: 3
Views: 788

Re: Fivewin & web

Hello,

>Does a user of the webpage know if there are CGIs used.
Enrico answered no. So I think I am fine with a FW web application.
Is there a fiveweb webpage online to test and see the behavior?

Thanks in advance
Otto
by Otto
Mon Feb 13, 2017 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & web
Replies: 63
Views: 17109

Re: Fivewin & web

Dear Antonio, >Not all users want to use CGIs Does a user of the webpage know if there are CGIs used. Thanks in advance Otto No, but CGI EXEs are less supported today. Specifically, most of the providers don't support them. EMG both Bluehost ...
by Antonio Linares
Mon Feb 13, 2017 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & web
Replies: 63
Views: 17109

Re: Fivewin & web

Otto wrote:Dear Antonio,
>Not all users want to use CGIs

Does a user of the webpage know if there are CGIs used.
Thanks in advance
Otto


No, but CGI EXEs are less supported today. Specifically, most of the providers don't support them.

EMG
by Enrico Maria Giordano
Mon Feb 13, 2017 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & web
Replies: 63
Views: 17109

Re: Fivewin & web

Dear Antonio,
>Not all users want to use CGIs

Does a user of the webpage know if there are CGIs used.
Thanks in advance
Otto
by Otto
Mon Feb 13, 2017 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & web
Replies: 63
Views: 17109

Re: Fivewin & web

With Harbour and FiveWeb we build CGIs.

Not all users want to use CGIs, though they work very well, with both Linux and Windows servers.

Its up to you to decide what tool to use :-)
by Antonio Linares
Fri Feb 03, 2017 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & web
Replies: 63
Views: 17109

Re: Files Needed - ADS / Harbour / MSVC 2013

... CGI ? Isnt this a security problem in most sites? No, it is not in case if you are authorized. I keep FiveWeb examples at dreamhost in USA where CGIs are allowed and it is quite cheap: What if you have to install the package in the customer's server (the most likely, at least here in Italia)? ...
by Enrico Maria Giordano
Sat Oct 24, 2015 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Files Needed - ADS / Harbour / MSVC 2013 (and FiveWeb info)
Replies: 25
Views: 4250

Re: Files Needed - ADS / Harbour / MSVC 2013

... CGI ? Isnt this a security problem in most sites? No, it is not in case if you are authorized. I keep FiveWeb examples at dreamhost in USA where CGIs are allowed and it is quite cheap: https://www.dreamhost.com > How do install it to test ? You can develop and try FiveWeb locally ...
by Antonio Linares
Sat Oct 24, 2015 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Files Needed - ADS / Harbour / MSVC 2013 (and FiveWeb info)
Replies: 25
Views: 4250

Re: FiveWeb

... Harbour and FiveWeb are much more smaller and faster than those created with xbase++. Personally I would never advise to use xbase++ to create CGIs... The CGIs put the server to intensively work, so you need small and fast EXEs that will not overload the server. Anyhow I fully respect each ...
by Antonio Linares
Sun Feb 22, 2015 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16380
Next

Return to advanced search