Configure your own Apache server:
If all the galax demo files (HTML, XML and CGIs) are placed in
one directory where the HTTP daemon is expecting to find them,
then it is necessary to add the following config info to the
/etc/httpd/conf/http.conf file:
<Directory "/var/www/html/galax">
Options All
AllowOverride None
AddHandler cgi-script .cgi
Order allow,deny
Allow from all
</Directory>
This permits scripts with suffix .cgi in /var/www/html/galax to
be executed. The Galax demo is available at http://localhost/galax.