@@ -1,5 +1,5 @@
|
|||||||
# PHP
|
# PHP
|
||||||
php=https://windows.php.net/downloads/releases/php-7.2.12-Win32-VC15-x64.zip
|
php=https://windows.php.net/downloads/releases/php-7.2.13-Win32-VC15-x64.zip
|
||||||
|
|
||||||
# Apache
|
# Apache
|
||||||
apache=https://home.apache.org/~steffenal/VC14/binaries/httpd-2.4.37-win64-VC14.zip
|
apache=https://home.apache.org/~steffenal/VC14/binaries/httpd-2.4.37-win64-VC14.zip
|
||||||
|
|||||||
@@ -11,12 +11,12 @@ FcgidInitialEnv windir "C:/Windows"
|
|||||||
# 10 hrs: in case you have long running scripts, increase FcgidIOTimeout
|
# 10 hrs: in case you have long running scripts, increase FcgidIOTimeout
|
||||||
FcgidIOTimeout 36000
|
FcgidIOTimeout 36000
|
||||||
FcgidConnectTimeout 16
|
FcgidConnectTimeout 16
|
||||||
FcgidMaxRequestsPerProcess 1000
|
FcgidMaxRequestsPerProcess 0
|
||||||
FcgidMaxProcesses 50
|
FcgidMaxProcesses 50
|
||||||
FcgidMaxRequestLen 81310720
|
FcgidMaxRequestLen 81310720
|
||||||
# Location php.ini:
|
# Location php.ini:
|
||||||
FcgidInitialEnv PHPRC "C:/laragon/bin/php/php-5.4.9-nts-Win32-VC9-x86"
|
FcgidInitialEnv PHPRC "C:/laragon/bin/php/php-5.4.9-nts-Win32-VC9-x86"
|
||||||
FcgidInitialEnv PHP_FCGI_MAX_REQUESTS 1000
|
FcgidInitialEnv PHP_FCGI_MAX_REQUESTS 0
|
||||||
|
|
||||||
<Files ~ "\.php$>"
|
<Files ~ "\.php$>"
|
||||||
AddHandler fcgid-script .php
|
AddHandler fcgid-script .php
|
||||||
|
|||||||
Reference in New Issue
Block a user