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.....
|