FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour Server Apache24 to ModHarbour
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Server Apache24 to ModHarbour
Posted: Mon Sep 21, 2020 06:37 PM

Osvaldo, very good

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Server Apache24 to ModHarbour
Posted: Fri Jul 02, 2021 06:30 AM
Hello Adhemar,
for now, best regards.
I would like to ask you today if you regularly maintain your installation file.
It's outstanding and has always worked for me on all devices.

May I also invite you to become a member of the modharbour.club.

https://www.facebook.com/groups/modharbour.club

Sincerely
Otto
Posts: 1710
Joined: Tue Oct 28, 2008 06:26 PM
Re: Server Apache24 to ModHarbour
Posted: Sat Jul 03, 2021 05:04 PM
Dear Otto

Mod_Harbour con Apache24

Here the Link
https://drive.google.com/file/d/1CJkhqKLLAxpoGY6TXhrcE1Jn8gj287oS/view?usp=sharing

Updated to 30/06/21

Regards
Saludos,



Adhemar C.
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Server Apache24 to ModHarbour
Posted: Sat Jul 03, 2021 08:17 PM

Hello Adhemar,
Many Thanks.
Would you please be so kind as to briefly describe what your installation does and what is included?
It really is the case with your installation that after running the installation routine everything works. Many thanks. So easy to start.

I think that here in our group too little is known that mod harbour can be used in localhost and also self-hosted.

I see the great advantage of mod harbour when you have your web server in house.

Best regards,
Otto

Posts: 1710
Joined: Tue Oct 28, 2008 06:26 PM
Re: Server Apache24 to ModHarbour
Posted: Mon Jul 05, 2021 10:27 PM

Download and unzip to drive C:

Run C: \ Apache24 \Instalar Servicio e Iniciar.bat

In the internet explorer write: localhost

That's all.

Saludos,



Adhemar C.
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Server Apache24 to ModHarbour
Posted: Thu Oct 07, 2021 03:09 PM

Hi Adhemar,
have you ever tested if CURL is working with your installation?

Best regards,
Otto


Leandro,

Ejemplo de webservice simple usando mod_harbour:

https://github.com/FiveTechSoft/mod_har ... ervice.prg

Usando el webservice anterior desde mod_harbour:

https://github.com/FiveTechSoft/mod_har ... ervice.prg
regards, saludos

Antonio Linares

www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin

Posts: 38098
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Top
Re: Peticiones POST GET
Postby Otto » Tue Oct 05, 2021 9:26 pm

Hello friends,
maybe someone can help me.

This example works when I call the web service on the modharbour.org server.
But it doesn't work when I put the link on my server.
Do you have to set something on the server so that it is allowed?
Best regards,
Otto

This is not working.
curl_easy_setopt( hCurl, HB_CURLOPT_URL, "https://winhotel.space/samples/webservice.prg" )

This is working fine.
curl_easy_setopt( hCurl, HB_CURLOPT_URL, "http://www.modharbour.org/modharbour_samples/webservice.prg" )

Continue the discussion