So far, the installation is smooth, no errors at this point. I see lsphp processes spawning. I do have some problems though.
1. Ive enabled mod_lsapi on a single domain for testing, as this is on a production server. It uses the alt_php config. How can I enable it to use the native one by default? Is --build-native-lsphp for that one?
2. Do I need to add this directive to all domains when enabled globally? AddType application/x-httpd-lsphp .php5 .php4 .php .php3 .php2 .phtml
3. Is there a way to check which domains have mod_lsapi enabled.
1. Ive enabled mod_lsapi on a single domain for testing, as this is on a production server. It uses the alt_php config. How can I enable it to use the native one by default? Is --build-native-lsphp for that one?
2. Do I need to add this directive to all domains when enabled globally? AddType application/x-httpd-lsphp .php5 .php4 .php .php3 .php2 .phtml
3. Is there a way to check which domains have mod_lsapi enabled.
Comment