Magellan Linux

Annotation of /trunk/php/php7_module.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2947 - (hide annotations) (download)
Mon Jun 19 12:53:32 2017 UTC (6 years, 11 months ago) by niro
File size: 470 byte(s)
-added php7_module.conf
1 niro 2947 <IfModule !mod_php7.c>
2     LoadModule php7_module modules/libphp7.so
3     </IfModule>
4    
5     <IfModule mod_mime.c>
6     AddType application/x-httpd-php .php
7     AddType application/x-httpd-php .phtml
8     AddType application/x-httpd-php .php3
9     AddType application/x-httpd-php .php4
10     AddType application/x-httpd-php .php5
11     AddType application/x-httpd-php .php6
12     AddType application/x-httpd-php .php7
13     AddType application/x-httpd-php-source .phps
14     </IfModule>
15    
16     DirectoryIndex index.php index.phtml