I have Apache's httpd.conf set up just to load the module.

LoadModule webkit_module lib/apache/mod_webkit.so
AddModule mod_webkit.c

Then in my local .htaccess file I setup:

WkServer localhost 8086
SetHandler webkit-handler

Presumably you can have multiple .htaccess files for different developers
each using a different port. I just haven't bothered to try this yet, but
see no reason why it shouldn't work, unless there is some problem with
mod_webkit supporting it.

-Stuart-



> -----Original Message-----
> From: Edmund Lian [mailto:elian@;inbrief.net]
> Sent: Wednesday, November 13, 2002 5:36 PM
> To: Jason Hildebrand
> Cc: webware-discuss
> Subject: Re: [Webware-discuss] Setting up for multiple developers
> 
> 
> 
> On 11/13/2002 07:55:29 PM Jason wrote:
> 
> >I think that if the developers are working on the same 
> application, it's
> >probably best to have multiple AppServers, and to keep the 
> code in CVS.
> [snip]
> >If you share the AppServer, things as simple as syntax errors (which
> >will cause a traceback when you try to import the module) 
> created by one
> >developer will cause tracebacks for the others, leading to low
> >productivity and lots of hair-pulling. :)
> 
> OK, this is what I thought... I see Stuart is asking about 
> how to have each
> user run their own AppServer. This is kind of related to my follow-up
> question: How do we configure Apache and the Webware config 
> files to have
> multiple AppServer instances, each controlled by a different user?
> 
> ...Edmund.
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by: Are you worried about 
> your web server security? Click here for a FREE Thawte 
> Apache SSL Guide and answer your Apache SSL security 
> needs: http://www.gothawte.com/rd523.html
> _______________________________________________
> Webware-discuss mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webware-discuss
> 


-------------------------------------------------------
This sf.net email is sponsored by: Are you worried about 
your web server security? Click here for a FREE Thawte 
Apache SSL Guide and answer your Apache SSL security 
needs: http://www.gothawte.com/rd523.html
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to