Re: [Webtek-devel] multiple instances on one server (mod_perl)
Status: Alpha
Brought to you by:
prozessor13
From: Adrian S. <adr...@gm...> - 2008-07-01 10:46:59
|
Works great - Thanks very much !! 2008/6/30 max demmelbauer <pro...@gm...>: > you have to use this config in your virtualhosts config: > PerlOptions +Parent > PerlSwitches -I/WebTek/app > PerlSwitches -I/WebTek/lib > PerlRequire /WebTek/extra/startup.pl > > > On Jun 30, 2008, at 11:07 AM, Adrian Smith wrote: > > Is it possible to install multiple instances of the same WebTek app on one > server using mod_perl? (I want to have a www.x.com and a dev.x.com which > use different templates) > > It seems to me that when I restart the server, and click on one of the two > sites e.g. dev, then the templates which have been read are used by both > applications. If I restart the server and do the first click on www, then > the same thing happens - the www template gets read and cached and seen by > both applications. > > Is this a known problem, or am I doing something wrong? If it's not a known > problem, I'll search more, maybe it's a problem in my config..... > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://sourceforge.net/services/buy/index.php_______________________________________________ > Webtek-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webtek-devel > > > |