Skip to content

What to check if the mod is not working

FiveTech Software edited this page May 24, 2019 · 2 revisions
  1. Check that you have this in /etc/apache2/apache2.conf
<FilesMatch "\.(prg)$">
   SetHandler harbour
</FilesMatch>
  1. Restart apache doing this:

sudo apachectl restart