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}