-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v7.0.1] PHP-82 URL wrong in packages.conf #946
Comments
I also think the thread safe versions should be the default since these don't work when I install one without mod_fcgid configured manually. Is mod_fcgid supposed to be configured automatically when the PHP NTS versions are added? It doesn't work if so. |
@MackSix : mod_fcgid is supposed to be auto configurated when using PHP NTS version. Since Laragon comes bundled with the PHP TS (Thread Safe) version, the packages.conf file provides alternative options for NTS. |
The file etc\apache2\modules\mod_fcgid.so should be present. It would be nice if you can copy than paste the text here (Ctrl+C on the popup). |
fcgid.conf is trying to load this: LoadModule fcgid_module "C:/Developer/laragon-7/etc/apache2/modules/mod_fcgid-2.3.9-Win64-vs17.so" However that file is not in modules. There is a mod_fcgid-2.3.9-Win64-vs16.so. |
Service Apache can not start. Reason:httpd: Syntax error on line 547 of C:/Developer/laragon-7/bin/apache/httpd-2.4.62-240904-win64-VS17/conf/httpd.conf: Syntax error on line 1 of C:/Developer/laragon-7/etc/apache2/fcgid.conf: Cannot load C:/Developer/laragon-7/etc/apache2/modules/mod_fcgid-2.3.9-Win64-vs17.so into server: The specified module could not be found. |
The PHP-8.2 download link in packages.conf is off one number. There is no php-8.2.26-nts-Win32-vs16-x64.zip file.
It is: php-8.2.27-nts-Win32-vs16-x64.zip
Laragon v7.0.1
The text was updated successfully, but these errors were encountered: