diff --git a/hosts/temmie/services/userweb/default.nix b/hosts/temmie/services/userweb/default.nix index c55a4bf..7b769d5 100644 --- a/hosts/temmie/services/userweb/default.nix +++ b/hosts/temmie/services/userweb/default.nix @@ -212,6 +212,19 @@ in extraConfig = '' TraceEnable on LogLevel warn rewrite:trace3 + + + SetHandler application/x-httpd-php + + + SetHandler application/x-httpd-php-source + Require all denied + + + SetHandler modperl + PerlResponseHandler ModPerl::Registry + Options +ExecCGI + ''; virtualHosts."temmie.pvv.ntnu.no" = {