FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour mod_harbour for non dedicated servers
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod_harbour for non dedicated servers
Posted: Fri Dec 31, 2021 09:08 AM
Here we have a good list of Apache contributors that hopefully could guide us:

https://httpd.apache.org/contributors/
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod_harbour for non dedicated servers
Posted: Fri Dec 31, 2021 09:15 AM
I have just emailed mod_lua developer (all the emails in the previous URL) this email:

Dear Brian,

I have read that you were the developer for mod_lua. Congratulations for your great work and for sharing it.

We have developed a new mod_harbour for Apache and we wonder how could make it part of the default Apache package ?

many thanks for your guidance,

Happy new year


I kindly ask you to take some minutes and email to other members in the list. Lets try it
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: mod_harbour for non dedicated servers
Posted: Fri Dec 31, 2021 01:12 PM
Hi Enrico,
Jean told me on FB that he is working with IIS.
Best regards,
Otto

Jean-François Lefebvre
Otto Atzwanger yes it is, and I even added my own librairy. it work on iis on win server 2019
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: mod_harbour for non dedicated servers
Posted: Fri Dec 31, 2021 02:41 PM

So? I don't see the point.

EMG

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: mod_harbour for non dedicated servers
Posted: Fri Dec 31, 2021 04:55 PM
Enrico,
The point.
Since you are a professional software developer, I think that only dedicated hosting is an option for you and yes, mod harbour and IIS work wonderfully there.

Best regards,
Otto

https://www.verizon.com/business/small-business-essentials/resources/dedicated-hosting-vs-shared-hosting-pros-cons-173704513/
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: mod_harbour for non dedicated servers
Posted: Fri Dec 31, 2021 05:31 PM

Unfortunately not. As I already wrote, I must use the existing customers company servers or web spaces. It's not my choice.

EMG

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: mod_harbour for non dedicated servers
Posted: Fri Dec 31, 2021 06:55 PM

This is a pity. Then you will have to go the stony PHP way. That's what happened to me with ASP classic. It was just discontinued.

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: mod_harbour for non dedicated servers
Posted: Fri Dec 31, 2021 07:56 PM

Actually, I have no problem at all with web developing. But I'm always open to improve things.

EMG

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: mod_harbour for non dedicated servers
Posted: Fri Dec 31, 2021 08:53 PM

But then it might have been better - in terms of the economic efficiency of the scarce resources - you might have been able to formulate your questions a little differently.

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: mod_harbour for non dedicated servers
Posted: Sat Jan 01, 2022 11:51 AM
Enrico Maria Giordano wrote:I'm not talking about dedicated servers but web spaces. Aruba doesn't allow to run CGI EXEs from their web spaces. Most of my customers have web spaces from various providers or company web servers that doesn't allow CGI EXE to run for company policy.

EMG

Sorry, this server linux ( BASIC ) is a dedicated server?
https://hosting.aruba.it/es/hosting/linux.aspx
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: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: mod_harbour for non dedicated servers
Posted: Sat Jan 01, 2022 12:01 PM

If mod_harbour works for you I'm very happy. It can't work for me as of today.

EMG

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: mod_harbour for non dedicated servers
Posted: Sat Jan 01, 2022 08:16 PM
Enrico,
Yes, it works fine for me. I also have such a wonderful tool for the backend.
Thank you for this tool.
Best regards,
Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod_harbour for non dedicated servers
Posted: Wed Jan 12, 2022 10:11 AM
Dear Enrico,

Doing tests on non dedicate servers, we have found that we can run modharbour (CGI version) on any public HTML folder this simple way:

info.php
Code (fw): Select all Collapse
<?php
   print( shell_exec( "./modharbour info.prg" ) );
?>


See how you are running Harbour here from a folder which it is not cgi-bin:
https://www.fivetechsoft.com/counter/info.php

In other words, this means that we could use modharbour CGI from any shared hosting :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: mod_harbour for non dedicated servers
Posted: Wed Jan 12, 2022 10:40 AM

Can you send me the modharbour folder so I can upload it to my webspace and test it, please?

EMG

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod_harbour for non dedicated servers
Posted: Wed Jan 12, 2022 01:00 PM
Dear Enrico,

Please let me know what Linux version your host is using so we can build it specifically for it

version.php
Code (fw): Select all Collapse
<?php 
   print( shell_exec( "lsb_release -a" ) ); 
?>
regards, saludos

Antonio Linares
www.fivetechsoft.com