EA4 Documentation vs Actual EA4?
I'm hoping someone can help here?
cPanel/WHM is version 62.0.16
cPanel documentation states that FastCGI is supported. However, when attempting to:
The following error is ed: WARNING Adding the missing package, ea-apache24-mod_suexec, to the EasyApache 4 profile. WARNING "Cpanel::Easy::Apache::Access" ignored since it does not have an RPM. WARNING "Cpanel::Easy::Apache::Fastcgi" ignored since it does not have an RPM. WARNING "Cpanel::Easy::Apache::Fileprotect" ignored since it does not have an RPM. WARNING "Cpanel::Easy::ModCloudflare" ignored since it does not have an RPM. WARNING "Cpanel::Easy::PHP5::MailHeaders" ignored since it does not have an RPM.
Where is FastCGI? Documentation says it's supported. Source:
/scripts/migrate_ea3_to_ea4 --runThe following error is ed: WARNING Adding the missing package, ea-apache24-mod_suexec, to the EasyApache 4 profile. WARNING "Cpanel::Easy::Apache::Access" ignored since it does not have an RPM. WARNING "Cpanel::Easy::Apache::Fastcgi" ignored since it does not have an RPM. WARNING "Cpanel::Easy::Apache::Fileprotect" ignored since it does not have an RPM. WARNING "Cpanel::Easy::ModCloudflare" ignored since it does not have an RPM. WARNING "Cpanel::Easy::PHP5::MailHeaders" ignored since it does not have an RPM.
Where is FastCGI? Documentation says it's supported. Source:
-
mod_fcgid is currently experimental, it can not be ea3 > ea4 migrated. You have to manually install it. Apache Module: FCGId - EasyApache 4 - cPanel Documentation notice: mod_fcgi does not support multi php. Other question. EasyApache 4 auto update disable 0 -
mod_fcgid is currently experimental, it can not be ea3 > ea4 migrated. You have to manually install it. Apache Module: FCGId - EasyApache 4 - cPanel Documentation notice: mod_fcgi does not support multi php. Other question. EasyApache 4 auto update disable
@vacancy Nice post on that "auto disable and use of ea* - Thanks for that! Looks like I'll have to wait for EA4 to mature a bit more ;) I'm lucky, there's zero need (or even requests) for multi php at my end. Thanks again for your awesome input!0 -
Hello @rogerw, I'm happy to see you were able to obtain answers to your concerns. I did want to provide some additional information about the other modules you mentioned: WARNING "Cpanel::Easy::Apache::Access" ignored since it does not have an RPM.
In the case of Mod_Access, it's deprecated in Apache 2.4. Thus, it's not included with EasyApache 4. Instead, the following modules are compiled with Apache by default:mod_access_compat.so mod_auth_basic.so mod_authn_core.so mod_authn_file.so mod_authz_core.so mod_authz_groupfile.so mod_authz_host.so mod_authz_user.so
WARNING "Cpanel::Easy::Apache::Fileprotect" ignored since it does not have an RPM.
This feature is now controlled under the "Security" tab in "WHM >> Tweak Settings": Tweak Settings - Security - Documentation - cPanel Documentation WARNING "Cpanel::Easy::ModCloudflare" ignored since it does not have an RPM.
CloudFlare offers instructions on how to install this Module at: GitHub - cloudflare/mod_cloudflare The latest installer includes support for EasyApache 4. WARNING "Cpanel::Easy::PHP5::MailHeaders" ignored since it does not have an RPM.
This functionality is included by default with PHP in EasyApache 4. You can test this by sending a test email via a PHP script and noticing the "X-PHP-Script" entry in the message header. Let us know if you have any additional questions. Thanks!0
Please sign in to leave a comment.
Comments
3 comments