Fix Apache-PHP integration: Add proper httpd.conf with proxy_fcgi configuration to enable PHP-FPM communication
All checks were successful
Deploy LAMP / Deploy LAMP (push) Successful in 25s

This commit is contained in:
Antoni Nuñez Romeu
2026-04-13 18:00:11 +02:00
parent 8df7336552
commit 37430ea617
11 changed files with 98 additions and 3 deletions

3
html/test.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
echo "PHP is working! Current time: " . date('Y-m-d H:i:s');
?>