Do I need to worry about these two issues?
1/
Running PHP as CGI can be problematic on some Linux/Unix servers.
Windows servers, however, "always" run PHP as a cgi module, in which case this warning can be ignored
2/
Your PHP configuration has one or more of the following functions marked as "disabled" in your server's PHP.INI file:
•set_time_limit
•exec
Your server may suffer from decreased performance due to the use of these security measures which are usually implemented on highly-used public servers... which are not always ideal for running an e-Commerce system.
It is recommended that you speak with your hosting provider to determine whether they have another server where you may run your site with these restrictions removed.



