Hey Chris, I excerpted the installation guide below. I ran into a similar problem when I first installed WebKit, but fixing the below "gotcha" did the trick for me. I don't know if this is what is going on for you, or why changing ExtraPathInfo would fix it. I'm new to Webware, too, so I'm still figuring a few things out here and there, but if you've got a directory with the same name as your context in your Apache docroot, well, that may be it.
Otherwise, let us know what you figure out. Peace, Greg """ >From the guide: There is one gotcha in setting up the adapters that don't rely on CGI. For mod_webkit, ModPython and ModSnake, the name that you give to the adapter location in your Apache configuration file must not actually exist in your apache document root. Also, you may not have a file or directory in your document root with the same name as one of WebKit's contexts. So, you can't have a directory named Examples in your document root. """ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chris McAvoy Sent: Wednesday, June 09, 2004 6:17 PM To: [EMAIL PROTECTED] Subject: [Webware-discuss] Repeating Slash Hi All, I'm new, so go easy on me. I'm trying to have Webware serve / on one of my domains. Apache is set up to to redirect / to my Appserver. I removed all context lines except for default, which points to my one and only context directory. When I go to the site, I get a bunch of repeating /'s on the console, like so: Listening on ('127.0.0.1', 6969) Creating 10 threads.......... Ready (0.15 seconds after launch) 1 2004-06-09 20:14:58 / 1 0.00 secs / 2 2004-06-09 20:14:59 // 2 0.01 secs // 3 2004-06-09 20:15:00 /// 3 0.00 secs /// And so on...until my browser exceeds the redirect tries. I get the feeling this is a simple error. If I put something into context, like 'chris', and point it at that directory, everything is fine. But then I need to use www.mydomain.com/chris, instead of mydomain.com/ Thanks in advance, Chris ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss