Apache2 MPM-prefork MPM-worker multiple instances on same Ubuntu host machine possible?
- by user60985
I have a live Apache2/MPM-Worker instance running Django. I want to also run an Apache2/MPM-prefork instance to run some Drupal6 applications on the same host machine and utilize a vast selection of PHP modules that run on the prefork model.
I plan to use my MPM-worker instance to reverse proxy to the Apache2-prefork instance for URLS starting…