How can I run multiple instances of RT on a single instance of Apache?
• If you use FastCGI then read MultipleInstances. • mod_perl1 allows only one instace of RT per Apache instance. If you stay with mod_perl1, you have to run separate instances of apache, since even different virtual hosts will all share the same perl interpreter in mod_perl1. Switching to FastCGI or mod_perl2 is a better choice. • mod_perl2 has option Parent which allow you to run several instances under the same apache instance.
Related Questions
- How much slower will each instance of the Distributed Folding client in a dual-CPU computer run than a single instance of the Distributed Folding client on a single processor?
- How can I run multiple instances of RT on a single instance of Apache?
- Can I run multiple instances of the Email Spyder at the same time?