Skip to content
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

Open
MackSix opened this issue Dec 21, 2024 · 6 comments
Open

[v7.0.1] PHP-82 URL wrong in packages.conf #946

MackSix opened this issue Dec 21, 2024 · 6 comments
Assignees
Milestone

Comments

@MackSix
Copy link

MackSix commented Dec 21, 2024

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

@MackSix
Copy link
Author

MackSix commented Dec 22, 2024

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.

@leokhoa leokhoa self-assigned this Dec 22, 2024
@leokhoa
Copy link
Owner

leokhoa commented Dec 22, 2024

@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.

@MackSix
Copy link
Author

MackSix commented Dec 22, 2024

I see. When I add php 8.3.15 NTS, it won't auto configure. I tried restarting laragon and the services to no avail. It gives me this message:

no mod_fcgid

@leokhoa
Copy link
Owner

leokhoa commented Dec 22, 2024

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).

@leokhoa leokhoa added this to the Laragon 7.1 milestone Dec 22, 2024
@MackSix
Copy link
Author

MackSix commented Dec 22, 2024

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.

@MackSix
Copy link
Author

MackSix commented Dec 23, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants