We are using this settings in our httpd.conf:

RewriteEngine On
# no changes in urls with static content
RewriteRule ^(.*\.(jpg|gif|png|css|htm|html))$ $1 [L,PT]
# url path begins or not begins with wkapp, so I can write http://..../ or
http://.../wkapp
RewriteRule ^(/wkapp)?(.*) /wkapp/$2 [L,PT]

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

and in the webkit Application.config:

'Contexts': {
   'mywkapp':   'mywkapp',
   'default':   'mywkapp',
},
But it does not matter, I thing.

Milan Melena


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Chris
McAvoy
Sent: Thursday, June 10, 2004 3:26 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [Webware-discuss] Repeating Slash


Nevermind.

I've been messing around with this, off and on for a while today.  I knew as
soon as I wrote the list, I'd figure it out.

'ExtraPathInfo'       :         1

Did it.

I'm not really sure why though, so if anyone has an explanation, that would
be cool.

Thanks again,
Chris



----Original Message Follows----
From: "Chris McAvoy" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [Webware-discuss] Repeating Slash
Date: Wed, 09 Jun 2004 20:16:50 -0500

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



-------------------------------------------------------
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

Reply via email to