Martin,
I'm in the middle of doing a similar migration. One thing I have
found so far:
- If your app supports any sort of file upload, you'll need to get
the most up-to-date version of WebKit.HTTPServer from svn
It used to read the entire file into memory, which was deadly for any
sort
Bug submitted.
On Sep 28, 2004, at 10:40, Ian Bicking wrote:
Samuel M.Smith wrote:
Thanks, at least I know that someone is watching this list.
As my post indicated, I found the same work around after a couple of
hours of trying.
The point of my post is so the developers know there is a bug so the
Samuel M.Smith wrote:
Thanks, at least I know that someone is watching this list.
As my post indicated, I found the same work around after a couple of
hours of trying.
The point of my post is so the developers know there is a bug so they
can fix it or at least mention it in the official document
I have had trouble when there is both an index.html and an index.psp
file in the same folder. I just avoid it.
-ww
On Sep 27, 2004, at 3:19 PM, Samuel M.Smith wrote:
This is the second time I have posted this message. I have not gotten
any messages from this list since I signed up other than th
Thanks, at least I know that someone is watching this list.
As my post indicated, I found the same work around after a couple of
hours of trying.
The point of my post is so the developers know there is a bug so they
can fix it or at least mention it in the official documentation so that
future u
I have had trouble when there is both an index.html and an index.psp
file in the same folder. I just avoid it.
-ww
On Sep 27, 2004, at 3:19 PM, Samuel M.Smith wrote:
This is the second time I have posted this message. I have not gotten
any messages from this list since I signed up other than th
k into it.
Jay
-Original Message-
From: Geoffrey Talvola [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 03, 2002 1:00 PM
To: 'Jay Love'; [EMAIL PROTECTED]
Subject: RE: [Webware-devel] mod_webkit for Apache2
I just checked in some fixes that make this compile cleanly and work
proper
I just checked in some fixes that make this compile cleanly and work
properly on Windows. You might want to check that it still works on Unix.
- Geoff
> -Original Message-
> From: Jay Love [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 07, 2002 11:08 PM
> To: [EMAIL PROTECTED]
> S
Ian Bicking wrote:
> To experiment with the feature set, as opposed to the actual speed, it
> might be best to start with WebKit.cgi (or probably just Adapter.py),
> and then port to mod_webkit. Actually, it might work okay for speed
> too, since you'd still have balancing -- the front box would
To experiment with the feature set, as opposed to the actual speed, it
might be best to start with WebKit.cgi (or probably just Adapter.py),
and then port to mod_webkit. Actually, it might work okay for speed
too, since you'd still have balancing -- the front box would just have
to be beefier.
T
On Sun, 2002-06-30 at 12:21, Bobby Kuzma wrote:
> Is there anyone actively working on reworking mod_webkit to support multiple
> AppServer instances, as described in the Wiki. I'd like to try implimenting
> it, but I don't want to step on anyone elses toes in doing so.
I did a patch to mod_webkit
Geoffrey Talvola wrote:
> Looks to me like mod_backhand is a load-balancing proxy
> module. So it would
> require WebKit to be an HTTP server. But if WebKit is an
> HTTP server, then
> you don't need mod_backhand at all, unless you need it for the
> load-balancing features. You could just use
Terrel Shumway wrote:
> Another option, probably easier in both the short run and the
> long run,
> is to find another similar module like mod_backhand that has already
> been ported, and write another adapter to connect to it:
> pro:
> let someone else maintain the icky C part,
>
On Sun, 2002-04-21 at 17:44, Dave Rogers wrote:
> Hi,
>
> I have the need to use mod_webkit with Apache 2.0.35.
>
> Has anyone compiled this to work with Apache 2.0.35?
>
> If so, where can I get it?
>
> I was using Apache 1.3.24 but had trouble with SSL under windows. I could only get
>SSL
Let me be the first to point out that I need this to be a Windows binary! :-)
I run Windows 2K.
Sorry about that,
Dave Rogers wrote:
> Hi,
>
> I have the need to use mod_webkit with Apache 2.0.35.
>
> Has anyone compiled this to work with Apache 2.0.35?
>
> If so, where can I get it?
>
> I
On Saturday 08 December 2001 06:07 am, Geoffrey Talvola wrote:
> On Friday December 07, 2001 04:43 pm, Chuck Esterbrook wrote:
> > On Thursday 06 December 2001 12:04 pm, Love, Jay wrote:
> > > From memory, with cgi, if there is a location header, a redirect
> > > is assumed. With mod_webkit, you n
On Friday December 07, 2001 04:43 pm, Chuck Esterbrook wrote:
> On Thursday 06 December 2001 12:04 pm, Love, Jay wrote:
> > From memory, with cgi, if there is a location header, a redirect is
> > assumed. With mod_webkit, you need to set the response code, I think.
>
> Yipee! That was it. Thanks,
On Thursday 06 December 2001 12:04 pm, Love, Jay wrote:
> From memory, with cgi, if there is a location header, a redirect is
> assumed. With mod_webkit, you need to set the response code, I think.
Yipee! That was it. Thanks, Jay.
def _respond(self, trans):
trans.response
>From memory, with cgi, if there is a location header, a redirect is assumed.
With mod_webkit, you need to set the response code, I think.
Jay
> -Original Message-
> From: Chuck Esterbrook [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 06, 2001 1:44 PM
> To: [EMAIL PROTECTED]
> Cc
On Thursday 06 December 2001 12:28 pm, Tavis Rudd wrote:
> To rephrase my question, where is the fake 'Status' header set by
> HTTPResponse translated into a real HTTP response code header?
>
> > Since a raw response contains the headers in a clearly delimited
> > fashion, there should be no hang
On Thursday 06 December 2001 11:08, Chuck Esterbrook wrote:
> On Thursday 06 December 2001 12:11 pm, Tavis Rudd wrote:
> > This brings up a question I've been meaning to ask about
> > adapters. Do they set the HTTP response header or is that the
> > responsiblity of the AppServer, Response, etc?
On Thursday 06 December 2001 12:11 pm, Tavis Rudd wrote:
> This brings up a question I've been meaning to ask about adapters.
> Do they set the HTTP response header or is that the responsiblity of
> the AppServer, Response, etc? I couldn't find any code, where they
> do this, but I also couldn'
This brings up a question I've been meaning to ask about adapters.
Do they set the HTTP response header or is that the responsiblity of
the AppServer, Response, etc? I couldn't find any code, where they
do this, but I also couldn't find anywhere that AppServer or
HTTPResponse do it either.
At 04:59 PM 10/3/2001 -0700, Russell Blank wrote:
>Does anyone have a binary for Apache for Windows?
I'll upload the copy Jay gave me to the Webware site and announce it on
webware-discuss (tonight).
-Chuck
___
Webware-devel mailing list
[EMAIL PROT
At 10:04 AM 6/24/2001 -0400, Chuck Esterbrook wrote:
> -o mod_webkit.so marshal.o mod_webkit.o
>apxs:Break: Command failed with rc=255
I tried on a Linux box that I knew to work. The diff is that the working
box had a "gcc -shared" preceding the "-o mod_webkit..." line above. So I
did this b
25 matches
Mail list logo