Skip to content
FiveTech Software edited this page May 16, 2019 · 29 revisions

How to test the Apache mod on Windows:

1. Download Apache from here and unzip it at c:\Apache24

https://home.apache.org/~steffenal/VC15/binaries/httpd-2.4.39-win64-VC15.zip

2. Download the mod mod_harbour.so from this repository and copy it to:

c:\Apache24\modules\mod_harbour.so

3. Edit c:\Apache24\conf\httpd.conf and add these lines:

LoadModule harbour_module modules/mod_harbour.so

...

AddHandler harbour-handler .prg (place this after )

4. In c:\Apache24\htdocs\ besides index.html add the provided test.prg

5. From your web browser go to localhost/test.prg