Hello,

I've just recently installed mod_webkit on my apache server.  I have
webkit running on my server and I can access the application server
through apache just fine when using this in my httpd.conf:

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

The above block is inside a virtual host definition.

What I would like to do is have webkit handle requests at the root
instead of /wk.  When I try the following:

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

or if I omit "<Location />" and "</Location>" and leave the two
directives inside the VirtualHost stanza, I get a message from my
browser saying:

"Redirection limit for this URL exceeded.  Unable to load the
requested page.  This may be caused by cookies that are blocked."

I understand that this is likely a redirection issue, but I can't find
out how to get webkit to stop trying to fix the url in a redirection
effort.

Thoughts?

Thanks!

-- 
  Jonathan Daugherty
  http://www.cprogrammer.org


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to