[Webware-discuss] Question about Workdirs

2002-02-28 Thread Matt Feifarek
I've got to deploy more than one webkit-app on one server. I know that there is webware/bin/MakeAppWorkDir.py /path/to/workdir... What I don't know is whether that means I have to run a completely different instance of the application server (on a different port, of course) or if it's just anoth

Re: [Webware-discuss] HTTP authentication

2002-02-28 Thread Mike Orr
On Fri, Mar 01, 2002 at 01:46:09AM +0100, Magnus Lie Hetland wrote: > Ian Bicking <[EMAIL PROTECTED]>: > [...] > > > (Otherwise, mod_auth_pgsql sounds like a very good alternative.) > > > > Debian has packages for all the major auth modules -- even a lesser > > distribution like RedHat > > > >

Re: [Webware-discuss] HTTP authentication

2002-02-28 Thread Magnus Lie Hetland
Ian Bicking <[EMAIL PROTECTED]>: [...] > > (Otherwise, mod_auth_pgsql sounds like a very good alternative.) > > Debian has packages for all the major auth modules -- even a lesser > distribution like RedHat > probably has the same ;) So it's pretty easy. Yeah, I found an RPM (for the "lesser

Re: [Webware-discuss] HTTP authentication

2002-02-28 Thread Tim Roberts
On Wed, 27 Feb 2002 15:11:07 -0800, Tavis Rudd <[EMAIL PROTECTED]> wrote: > >Ng's authcookie extension to m2crypto sounds perfect for this sort of >stuff, but I have tested it yet. I, for one, am very interested in hearing others experience and advice on this topic. Every site I've ever done h

Re: [Webware-discuss] use of : in field names

2002-02-28 Thread Ian Bicking
You can use spaces or dashes or probably other punctuation too -- so there's no lack of possibilities. And when you start doubling them for a different meaning, you get just that much more information packed in there. On Thu, 2002-02-28 at 06:14, Chuck Esterbrook wrote: > On Tuesday 26 February

Re: [Webware-discuss] use of : in field names

2002-02-28 Thread Chuck Esterbrook
On Tuesday 26 February 2002 04:05 pm, Luke Opperman wrote: > My use of them right now is to namespace my form variables, > so that a page can have many modules that are unaware of > each other, and all be submitted at once (the user can > change a value in more than one module without refreshing >

Re: [Webware-discuss] MiddleKit: Too many connections

2002-02-28 Thread Chuck Esterbrook
On Tuesday 26 February 2002 12:55 pm, Geoffrey Talvola wrote: > Chuck Esterbrook wrote: > > Obj refs in MK are 64 bit values where the first 32 are a > > class id and > > the last 32 are an object id. These are pretty much necessary for > > general object references (you need the class id to know