File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11LoadModule fcgid_module "C:/laragon/etc/apache2/modules/mod_fcgid-2.3.10-win64-VS16.so"
22
33<IfModule fcgid_module>
4- FcgidInitialEnv PATH "C:/laragon/bin/php/php-7.4.12 -nts-Win32-vc15 -x64;C:/Windows/system32;C:/Windows;C:/Windows/System32/Wbem;"
4+ FcgidInitialEnv PATH "C:/laragon/bin/php/php-8.0.0 -nts-Win32-vs16 -x64;C:/Windows/system32;C:/Windows;C:/Windows/System32/Wbem;"
55FcgidInitialEnv SystemRoot "C:/Windows"
66FcgidInitialEnv SystemDrive "C:"
77FcgidInitialEnv TEMP "C:/Windows/Temp"
@@ -15,12 +15,12 @@ FcgidMaxRequestsPerProcess 0
1515FcgidMaxProcesses 50
1616FcgidMaxRequestLen 81310720
1717# Location php.ini:
18- FcgidInitialEnv PHPRC "C:/laragon/bin/php/php-7.4.12 -nts-Win32-vc15 -x64"
18+ FcgidInitialEnv PHPRC "C:/laragon/bin/php/php-8.0.0 -nts-Win32-vs16 -x64"
1919FcgidInitialEnv PHP_FCGI_MAX_REQUESTS 0
2020
2121<Files ~ "\.php$>"
2222AddHandler fcgid-script .php
2323Options +ExecCGI
24- FcgidWrapper "C:/laragon/bin/php/php-7.4.12 -nts-Win32-vc15 -x64/php-cgi.exe" .php
24+ FcgidWrapper "C:/laragon/bin/php/php-8.0.0 -nts-Win32-vs16 -x64/php-cgi.exe" .php
2525</Files>
2626</IfModule>
You can’t perform that action at this time.
0 commit comments