Skip to content

Commit 4b6e811

Browse files
committed
Update fcgid.conf
1 parent 1c9acff commit 4b6e811

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/apache2/fcgid.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LoadModule 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;"
55
FcgidInitialEnv SystemRoot "C:/Windows"
66
FcgidInitialEnv SystemDrive "C:"
77
FcgidInitialEnv TEMP "C:/Windows/Temp"
@@ -15,12 +15,12 @@ FcgidMaxRequestsPerProcess 0
1515
FcgidMaxProcesses 50
1616
FcgidMaxRequestLen 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"
1919
FcgidInitialEnv PHP_FCGI_MAX_REQUESTS 0
2020

2121
<Files ~ "\.php$>"
2222
AddHandler fcgid-script .php
2323
Options +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>

0 commit comments

Comments
 (0)