FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour mod_harbour and APACHE on WINDOWS SERVER
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
mod_harbour and APACHE on WINDOWS SERVER
Posted: Sat Jul 06, 2019 06:19 AM

Hello,
is someone here using mod_harbour and APACHE on a WINDOWS SERVER.
If yes can you please share the content of the APACHE folder.

Thank you in advance
Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod_harbour and APACHE on WINDOWS SERVER
Posted: Sun Jul 07, 2019 04:33 AM

Dear Otto,

If you provide me remote access to it, I will check it

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: mod_harbour and APACHE on WINDOWS SERVER
Posted: Sun Jul 07, 2019 05:27 AM

Dear Antonio,
thank you. I have sent you an E-Mail.
Best regards,
Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod_harbour and APACHE on WINDOWS SERVER
Posted: Sun Jul 07, 2019 07:44 AM
Otto,

When xampp starts it reports this problem:
09:32:12 [main] Required XAMPP prerequisite not found!
09:32:12 [main] You do not appear to have the Microsoft Visual C++ 2008 Runtimes installed
09:32:12 [main] This is required for XAMPP to fully function
09:32:12 [main] http://www.microsoft.com/download/en/de ... px?id=5582

I have downloaded and installed the Microsoft Visual C++ 2008 Runtimes but xampp keeps complaining and fails to start

I have download Apache 64 to check if it makes a difference, but it refuses to boot also. So it seems as there is a missing
dependency on your server that does not allow Apache to work
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod_harbour and APACHE on WINDOWS SERVER
Posted: Sun Jul 07, 2019 07:51 AM
Otto,

I am checking on my computer the externals that Apache uses:

Please check that you have these files on your server:
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod_harbour and APACHE on WINDOWS SERVER
Posted: Sun Jul 07, 2019 07:52 AM
Otto,

This is the tool that I use to check for the externals:

https://github.com/FiveTechSoft/FWH_tools/blob/master/peinfo.exe
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod_harbour and APACHE on WINDOWS SERVER
Posted: Sun Jul 07, 2019 08:11 AM

Otto,

I am working on your PC to fix it, please wait some minutes :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod_harbour and APACHE on WINDOWS SERVER
Posted: Sun Jul 07, 2019 09:22 AM

Working fine :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 989
Joined: Thu Nov 24, 2005 03:01 PM
Re: mod_harbour and APACHE on WINDOWS SERVER
Posted: Sun Jul 07, 2019 09:22 AM
Hey!

let me recommend Chocolatey. It is a package manager for windows, like brew for OSX, apt for Debian and derivatives, yum, etc.

It has many advantages, including the install of dependencies, and a clean uninstall if required.

After installing Chocolatey, you can install Xampp with

Code (fw): Select all Collapse
choco install bitnami-xampp


it requires reboot, but works fine.

KR,
Saludos
Carlos Mora
http://harbouradvisor.blogspot.com/
StackOverflow http://stackoverflow.com/users/549761/carlos-mora
“If you think education is expensive, try ignorance"
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: mod_harbour and APACHE on WINDOWS SERVER
Posted: Mon Jul 08, 2019 08:28 AM

Dear Antonio,
would you be so kind to tell us how to start PEInfo to get this information.

Thank you in advance
Otto

Continue the discussion