[ixpmanager] NGINX vs Apache
Pete Ashdown
pashdown at xmission.com
Fri Apr 11 16:57:08 IST 2025
> On Apr 11, 2025, at 12:10 AM, Barry O'Donovan (INEX) <barry.odonovan at inex.ie> wrote:
>
>
> Hey Pete,
>
>> I am running php 8.1 on Apache2 now, but I still had my NGINX configs, so I tried a quick swap. The bug came back with NGINX and php 8.1. My config doesn’t differ from yours. Very odd bug. In any case, I think I’m going to stick with Apache2, so this isn’t a big deal.
>>
>>
>> location ~ \.php$ {
>> include snippets/fastcgi-php.conf;
>> fastcgi_pass unix:/var/run/php/php-fpm.sock;
>> }
>>
> I’d check if php-fpm.sock is indeed 8.1. If you are running on Ubuntu, for example, the php without a version reference would normally refer to the standard PHP version, where as php-fpm8.1.sock would be a different installed version.
Thanks, Barry. It is linked to /etc/alternatives/php-fpm.sock which in turn is linked to /run/php/php8.1-fpm.sock. The package for php8.3-fpm is completely uninstalled. Would it help to run some debug between the two servers?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20250411/de5d14f7/attachment.htm>
More information about the ixpmanager
mailing list