mod_harbour for non dedicated servers

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!

Re: mod_harbour for non dedicated servers

Postby Antonio Linares » Fri Dec 31, 2021 9: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41436
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: mod_harbour for non dedicated servers

Postby Antonio Linares » Fri Dec 31, 2021 9: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41436
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: mod_harbour for non dedicated servers

Postby Otto » Fri Dec 31, 2021 1: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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6091
Joined: Fri Oct 07, 2005 7:07 pm


Re: mod_harbour for non dedicated servers

Postby Otto » Fri Dec 31, 2021 4: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/
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6091
Joined: Fri Oct 07, 2005 7:07 pm

Re: mod_harbour for non dedicated servers

Postby Enrico Maria Giordano » Fri Dec 31, 2021 5: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
User avatar
Enrico Maria Giordano
 
Posts: 8381
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: mod_harbour for non dedicated servers

Postby Otto » Fri Dec 31, 2021 6: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.
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6091
Joined: Fri Oct 07, 2005 7:07 pm

Re: mod_harbour for non dedicated servers

Postby Enrico Maria Giordano » Fri Dec 31, 2021 7:56 pm

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

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8381
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: mod_harbour for non dedicated servers

Postby Otto » Fri Dec 31, 2021 8: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.
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6091
Joined: Fri Oct 07, 2005 7:07 pm

Re: mod_harbour for non dedicated servers

Postby cnavarro » 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
User avatar
cnavarro
 
Posts: 6504
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: mod_harbour for non dedicated servers

Postby Enrico Maria Giordano » 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
User avatar
Enrico Maria Giordano
 
Posts: 8381
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: mod_harbour for non dedicated servers

Postby Otto » Sat Jan 01, 2022 8: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

Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6091
Joined: Fri Oct 07, 2005 7:07 pm

Re: mod_harbour for non dedicated servers

Postby Antonio Linares » 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: Select all  Expand view
<?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
User avatar
Antonio Linares
Site Admin
 
Posts: 41436
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: mod_harbour for non dedicated servers

Postby Enrico Maria Giordano » 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
User avatar
Enrico Maria Giordano
 
Posts: 8381
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: mod_harbour for non dedicated servers

Postby Antonio Linares » Wed Jan 12, 2022 1: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: Select all  Expand view
<?php
   print( shell_exec( "lsb_release -a" ) );
?>
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41436
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

PreviousNext

Return to mod_harbour

Who is online

Users browsing this forum: No registered users and 2 guests