Skip to content

mod_harbour setup for Windows Xampp

FiveTech Software edited this page Sep 2, 2019 · 7 revisions

Xampp users:

Depending Xampp version (32/64 bits) you need copy 2 files from folder mod_harbour\windows\win32 or mod_harbour\windows\win64

copy mod_harbour.so into c:\xampp\apache\modules\

copy libharbour.dll into c:\xampp\htdocs\

** You need config the first time c:\xampp\apache\conf\httpd.conf **

LoadModule harbour_module modules/mod_harbour.so
<FilesMatch "\.(prg|hrb)$">
    SetEnv LIBHARBOUR "c:\xampp\htdocs" 
    SetHandler harbour
</FilesMatch>

** That's all ... You can start Xampp Control Panel

** For easy of testing, copy all mod_harbour\samples to c:\xampp\htdocs\samples

** From web browser go to: localhost/samples

** Summary: Every time you udpate mod_harbour with git pull you must:

** a) copy mod_harbour.so and libharbour.dll

** b) copy mod_harbour\samples

Clone this wiki locally