- Copy WebKnight folder to your Apache folder
- Copy mod_webknight.so to the modules folder
- Add these lines to your httpd.conf and restart Apache

LoadModule webknight modules/mod_webknight.so

SetOutputFilter WEBKNIGHT_FILTER

<Location "/webknight">
SetHandler webknight
</Location>