It's in the docs, but basically,
go into Webware/WebKit/Native/mod_webkit
(where the isntructions are),
type:

        make
        make install

edit /etc/httpd/conf/httpd.conf to add:

<Location /WK>
WKServer localhost 8086
SetHandler webkit-handler
</Location>

restart Apache, and then:

        lynx localhost/WK/

will go to your default WebKit directory
as specified in Application.config,
while:
        lynx localhost/WK/SomeOtherKit/

would go to some other context.


Mico Siahaan wrote:
> Webware is really interesting!
> I've just compiled mod_webkit, but can somebody tell me how to use that 
> module?
> 
> Thanks
> 
> 
> Mico Siahaan
> ---
> E-mail  : mico at cbn dot net dot id
> 
> 
> 
> _______________________________________________
> Webware-discuss mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webware-discuss



-- 
Bill Eldridge
Radio Free Asia
[EMAIL PROTECTED]



_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to