Views: 15807
Last Modified: 18.03.2021
In order to improve performance, php files must be processed with the FastCGI module. Please do the following:
Note: if you set 1 as the parameter of fastcgi.logging in the php.ini file, errors will be output to the log and not to the monitor. It increases the security of PHP.
Checking PHP
PHP parameters may be checked as follows:
- In the folder
C:/inetpub/wwwroot
create a file phpinfo.php containing the line:
<? phpinfo(); ?>
- Type the following in the browser address bar: http://<your_portal>/phpinfo.php.
- If setup is done correctly, opens a standard page containing information about PHP: