diff --git a/manifests/init.pp b/manifests/init.pp
index 7dd072b39a1ed129f5a488b7dc7e18e858c9d88e..6e6585acbc5d88a79878af17b09014fc95c210ab 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -100,11 +100,11 @@ class aim_control (
     ensure => installed;
   }
 
-  # file { '/etc/httpd/modules/libphp7.so':
-  #   ensure => link,
-  #   target => '/opt/remi/php74/root/usr/lib64/httpd/modules/libphp7.so',
-  #   before => Service['httpd'],
-  # }
+  file { '/etc/httpd/modules/libphp7.so':
+    ensure => link,
+    target => '/opt/remi/php74/root/usr/lib64/httpd/modules/libphp7.so',
+    before => Service['httpd'],
+  }
 
   include profiles::letsencrypt