Re: [Webware-devel] mod_webkit vs. "built-in httpd and mod_proxy/mod_rewrite"?

2006-11-06 Thread Dan Milstein
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

[Webware-devel] mod_webkit vs. "built-in httpd and mod_proxy/mod_rewrite"?

2006-11-05 Thread Martin Virtel
Hello, I've had great success deploying WebKit with mod_webkit and Apache, but my administrator wants me to switch to WebKits built-in httpd and mod_proxy/mod_rewrite. What does this mean for performance / stability of the application? Any experiences? Assesments? I've searched the archives a

Re: [Webware-devel] mod_webkit and DirectoryIndex directive bug(s)

2004-09-28 Thread Samuel M . Smith
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

Re: [Webware-devel] mod_webkit and DirectoryIndex directive bug(s)

2004-09-28 Thread Ian Bicking
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

Re: [Webware-devel] mod_webkit and DirectoryIndex directive bug(s)

2004-09-28 Thread Winston Wolff
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

Re: [Webware-devel] mod_webkit and DirectoryIndex directive bug(s)

2004-09-28 Thread Samuel M . Smith
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

Re: [Webware-devel] mod_webkit and DirectoryIndex directive bug(s)

2004-09-28 Thread Winston Wolff
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

[Webware-devel] mod_webkit and DirectoryIndex directive bug(s)

2004-09-28 Thread Samuel M . Smith
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 the one I posted. Is this list effectively dead? Is there another list where I can ask this question? Sam have mod_webkit version 0.8.1 installed on Mac OS X Server 1

[Webware-devel] mod_webkit and DirectoryIndex directive bug(s)

2004-09-24 Thread Samuel M . Smith
I have mod_webkit version 0.8.1 installed on Mac OS X Server 10.3.5 with Apache (not apache 2) For one of my virtual hosts in its VirtualHost block I have the following block AddType text/psp .psp AddHandler psp-handler .psp WKServer localhost 8086 SetHandler webkit-handler

RE: [Webware-devel] mod_webkit for Apache2

2002-12-03 Thread Love, Jay
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

RE: [Webware-devel] mod_webkit for Apache2

2002-12-03 Thread Geoffrey Talvola
IL PROTECTED] > Subject: [Webware-devel] mod_webkit for Apache2 > > > > I've committed an initial version of mod_webkit for apache2. > It's in the > Adapters/mod_webkit2 directory. > > It works for me. Y'all give it a try. > > CAVEAT: On redhat 8,

[Webware-devel] mod_webkit for Apache2

2002-11-07 Thread Jay Love
I've committed an initial version of mod_webkit for apache2. It's in the Adapters/mod_webkit2 directory. It works for me. Y'all give it a try. CAVEAT: On redhat 8, it appears that the httpd-devel rpm packages are messed up. I had to build a fresh apache2 from source to get to the point where

RE: [Webware-devel] mod_webkit multi-AppServer

2002-07-02 Thread Geoffrey Talvola
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

Re: [Webware-devel] mod_webkit multi-AppServer

2002-07-01 Thread Ian Bicking
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

Re: [Webware-devel] mod_webkit multi-AppServer

2002-07-01 Thread Terrel Shumway
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

[Webware-devel] mod_webkit multi-AppServer

2002-06-30 Thread Bobby Kuzma
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. Thanks, Bobby Kuzma Senior Software Engineer | Internet Systems Adminstrator USA

RE: [Webware-devel] mod_webkit for Apache 2.0.35

2002-04-23 Thread Geoffrey Talvola
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

RE: [Webware-devel] mod_webkit for Apache 2.0.35

2002-04-23 Thread Geoffrey Talvola
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, >

Re: [Webware-devel] mod_webkit for Apache 2.0.35

2002-04-22 Thread Terrel Shumway
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

Re: [Webware-devel] mod_webkit for Apache 2.0.35

2002-04-21 Thread Dave Rogers
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

[Webware-devel] mod_webkit for Apache 2.0.35

2002-04-21 Thread Dave Rogers
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 working with 2.0.35. If its not compiled for Apache 2.0 yet, how

Re: [Webware-devel] mod_webkit bug?

2001-12-09 Thread Chuck Esterbrook
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

Re: [Webware-devel] mod_webkit bug?

2001-12-08 Thread Geoffrey Talvola
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,

Re: [Webware-devel] mod_webkit bug?

2001-12-07 Thread Chuck Esterbrook
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

RE: [Webware-devel] mod_webkit bug?

2001-12-06 Thread Love, Jay
EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [Webware-devel] mod_webkit bug? > > > The following redirect works with OneShot.cgi, but not with > mod_webkit: > > > from WebKit.HTTPServlet import HTTPServlet > > class Main(HTTPServlet): > > def

Re: [Webware-devel] mod_webkit bug?

2001-12-06 Thread Chuck Esterbrook
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

Re: [Webware-devel] mod_webkit bug?

2001-12-06 Thread Tavis Rudd
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?

Re: [Webware-devel] mod_webkit bug?

2001-12-06 Thread Chuck Esterbrook
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'

Re: [Webware-devel] mod_webkit bug?

2001-12-06 Thread Tavis Rudd
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.

[Webware-devel] mod_webkit bug?

2001-12-06 Thread Chuck Esterbrook
The following redirect works with OneShot.cgi, but not with mod_webkit: from WebKit.HTTPServlet import HTTPServlet class Main(HTTPServlet): def _respond(self, trans): trans.response().setHeader("Location", "Home") def respondToGet(self, trans):

Re: [Webware-devel] MOD_Webkit

2001-10-03 Thread Chuck Esterbrook
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

[Webware-devel] MOD_Webkit

2001-10-03 Thread Russell Blank
Does anyone have a binary for Apache for Windows? Russell A. Blank Senior Consultant Atlas Development Corporation 6351 Owensmouth Avenue, #101 Woodland Hills, CA 91367 (818) 340-7080 Phone (818) 340-7079 Fax "May all our hearts go out to the victims of the most recent act of war." __

[Webware-devel] mod_webkit addition for install

2001-08-26 Thread Baruch Even
Hello, While packaging mod_webkit for Debian installation I've added an info file to ease installation with Apache. (See attached file) The post install script includes the following lines: apacheconf=/etc/apache/httpd.conf if ! grep -q "^WKServer" $apacheconf; then echo >>$apacheconf "WKSe

Re: [Webware-devel] mod_webkit build problems

2001-06-24 Thread Chuck Esterbrook
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

[Webware-devel] mod_webkit build problems

2001-06-24 Thread Chuck Esterbrook
I'm trying to build mod_webkit from CVS on a FreeBSD 4.3 freshly installed box with Apache 1.3.20: sa1# make APXS=/usr/local/apache/bin/apxs /usr/local/apache/bin/apxs -o mod_webkit.so -cmod_webkit.c marshal.c gcc -funsigned-char -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED -I/usr/local/