From 06b1f460a6dacec82820b7ff2df51e4df8b9cedd Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Sat, 29 Jan 2022 13:34:19 +0100 Subject: [PATCH] Fix deploying PHP 8.x --- services-agnostic/apache/simple-webapp-apache.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services-agnostic/apache/simple-webapp-apache.nix b/services-agnostic/apache/simple-webapp-apache.nix index 270f72a..fe592d5 100644 --- a/services-agnostic/apache/simple-webapp-apache.nix +++ b/services-agnostic/apache/simple-webapp-apache.nix @@ -106,7 +106,7 @@ import ./default.nix { '' else throw "Unknown type for module!" ) modules} ${lib.optionalString enablePHP '' - LoadModule php7_module ${php}/modules/libphp7.so + LoadModule php_module ${php}/modules/libphp.so ''} ServerAdmin ${serverAdmin}