From c38dfe6188112ca490090966a63faefe5ec7e9a0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 29 Aug 2022 13:01:02 +0000 Subject: added snes9x and php --- repo/php8/php8-module.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 repo/php8/php8-module.conf (limited to 'repo/php8/php8-module.conf') diff --git a/repo/php8/php8-module.conf b/repo/php8/php8-module.conf new file mode 100644 index 0000000..2ffe005 --- /dev/null +++ b/repo/php8/php8-module.conf @@ -0,0 +1,13 @@ +LoadModule php_module modules/mod_php8.so + +DirectoryIndex index.php index.html + + + SetHandler application/x-httpd-php + + +# Uncomment the following to allow .phps files to be handled by the php source filter, +# and displayed as syntax-highlighted source code +# +# SetHandler application/x-httpd-php-source +# -- cgit v1.2.1