# This is a sample httpd.conf section. I just include this file in # my main httpd.conf with an Include directive. # ie. Include /Webware/WebKit/mod_webkit1/apache.conf LoadModule webkit_module modules/mod_webkit.so AddModule mod_webkit.c # to be able to put PSP files anywhere AddType text/psp .psp AddHandler psp-handler .psp WKServer localhost 8086 SetHandler webkit-handler