
7 Apr
2009
7 Apr
'09
6:43 a.m.
Ikhsan Muhammad schrieb:
Hi everybody,
I am trying to run 2 OTRS instances with only 1 apache and 1 MySql. I am running on Windows XP. I am going to use 1 OTRS for production and 1 OTRS for development, which I call OTRS Prod and OTRS Dev respectively. The path for OTRS production is : C:/PROGRA~1/OTRS/OTRS/ The path for OTRS development is : C:/PROGRA~1/OTRS/otrsdev/
Don't do this. Use two separate Apache Processes, e.g. bound to different ports or different IP addresses. Then you have a "clear situation", the instances won't interfere with each other. Use two different database roles and separate databases in your RDBMS. Just my $0.02, Pascal