Setup Apache Web Server

[TOP]

TIPS for OLDER version of test suite

If you are using test suite version 1.0 on Apache 2.0 or later it may comes out garbled because of 'AddDefaultCharset' function of Apache 2.x. You may fix the problem with moving all CGI and library files to '/var/www/cgi-bin/gpkits' then adding the following lines to 'httpd.conf'.
<Directory "/var/www/cgi-bin/gpkits">
AddDefaultCharset EUC-JP
</Directory>