From ca9627e70852f6b2e835660df870fe3ab405882d Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 1 Sep 2019 00:00:32 +0200 Subject: Initial import --- dev-lang/php/files/70_mod_php.conf-apache2 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dev-lang/php/files/70_mod_php.conf-apache2 (limited to 'dev-lang/php/files/70_mod_php.conf-apache2') diff --git a/dev-lang/php/files/70_mod_php.conf-apache2 b/dev-lang/php/files/70_mod_php.conf-apache2 new file mode 100644 index 0000000..90cabfb --- /dev/null +++ b/dev-lang/php/files/70_mod_php.conf-apache2 @@ -0,0 +1,17 @@ + + # Load the module first + + LoadModule php4_module modules/libphp4.so + + + # Set it to handle the files + + AddType application/x-httpd-php .php + AddType application/x-httpd-php .phtml + AddType application/x-httpd-php .php3 + AddType application/x-httpd-php .php4 + AddType application/x-httpd-php-source .phps + + + DirectoryIndex index.php index.phtml + -- cgit v1.2.3