Update lamp/lamp.md

This commit is contained in:
Ste Vaidis 2023-11-15 14:52:32 +02:00
parent 819a1b92b3
commit 4c71e57759

View File

@ -33,6 +33,7 @@ dnf install -y php-tidy php-soap php-bcmath
systemctl status php-fpm
systemctl start php-fpm
systemctl enable php-fpm
systemctl restart httpd
# Test
echo "<?php phpinfo( ) ?>" > /var/www/html/info.php