Page 1 of 1

mod_harbour and APACHE on WINDOWS SERVER

Posted: Sat Jul 06, 2019 6:19 am
by Otto
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

Re: mod_harbour and APACHE on WINDOWS SERVER

Posted: Sun Jul 07, 2019 4:33 am
by Antonio Linares
Dear Otto,

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

Re: mod_harbour and APACHE on WINDOWS SERVER

Posted: Sun Jul 07, 2019 5:27 am
by Otto
Dear Antonio,
thank you. I have sent you an E-Mail.
Best regards,
Otto

Re: mod_harbour and APACHE on WINDOWS SERVER

Posted: Sun Jul 07, 2019 7:44 am
by Antonio Linares
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

Re: mod_harbour and APACHE on WINDOWS SERVER

Posted: Sun Jul 07, 2019 7:51 am
by Antonio Linares
Otto,

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

Please check that you have these files on your server:
Image

Re: mod_harbour and APACHE on WINDOWS SERVER

Posted: Sun Jul 07, 2019 7:52 am
by Antonio Linares
Otto,

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

https://github.com/FiveTechSoft/FWH_too ... peinfo.exe

Re: mod_harbour and APACHE on WINDOWS SERVER

Posted: Sun Jul 07, 2019 8:11 am
by Antonio Linares
Otto,

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

Re: mod_harbour and APACHE on WINDOWS SERVER

Posted: Sun Jul 07, 2019 9:22 am
by Antonio Linares
Working fine :-)

Re: mod_harbour and APACHE on WINDOWS SERVER

Posted: Sun Jul 07, 2019 9:22 am
by Carlos Mora
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: Select all

choco install bitnami-xampp
 
it requires reboot, but works fine.

KR,

Re: mod_harbour and APACHE on WINDOWS SERVER

Posted: Mon Jul 08, 2019 8:28 am
by Otto
Dear Antonio,
would you be so kind to tell us how to start PEInfo to get this information.

Thank you in advance
Otto