Magellan Linux

Contents of /trunk/php/php8_module.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3774 - (show annotations) (download)
Thu Sep 7 13:42:34 2023 UTC (7 months, 3 weeks ago) by niro
File size: 534 byte(s)
-php8 config
1 <IfModule !mod_php.c>
2 LoadModule php_module modules/libphp.so
3 AddHandler php-script .php
4 </IfModule>
5
6 <IfModule mod_mime.c>
7 AddType application/x-httpd-php .php
8 AddType application/x-httpd-php .phtml
9 AddType application/x-httpd-php .php3
10 AddType application/x-httpd-php .php4
11 AddType application/x-httpd-php .php5
12 AddType application/x-httpd-php .php6
13 AddType application/x-httpd-php .php7
14 AddType application/x-httpd-php .php8
15 AddType application/x-httpd-php-source .phps
16 </IfModule>
17
18 DirectoryIndex index.php index.phtml