1

Is there a way to get this working with preload? mod-php5 requires preload.

Tim
  • 229
  • 3
  • 8

1 Answers1

1

You mean prefork?

mod-php5 requires apache2's mpm-prefork module.

mod-wsgi will work fine with prefork as well.