Update lamp/php.md

This commit is contained in:
Ste Vaidis 2024-12-11 10:37:06 +02:00
parent bb94cfacf9
commit 3a14dbcd63

View File

@ -61,6 +61,8 @@ alternatives --set php-config /usr/bin/php-config-8.3
If you get version 8.2 despice setting php83 then unlias the php with `unalias php` If you get version 8.2 despice setting php83 then unlias the php with `unalias php`
# httpd
```sh ```sh
sed -i 's/:9000/:9074/' /etc/opt/remi/php74/php-fpm.d/www.conf sed -i 's/:9000/:9074/' /etc/opt/remi/php74/php-fpm.d/www.conf
sed -i 's/:9000/:9080/' /etc/opt/remi/php82/php-fpm.d/www.conf sed -i 's/:9000/:9080/' /etc/opt/remi/php82/php-fpm.d/www.conf