Contents of /trunk/php/php5_module.conf
Parent Directory | Revision Log
Revision 2686 -
(show annotations)
(download)
Mon Aug 17 11:16:59 2015 UTC (9 years, 2 months ago) by niro
File size: 392 byte(s)
Mon Aug 17 11:16:59 2015 UTC (9 years, 2 months ago) by niro
File size: 392 byte(s)
-fixed DirectoryIndex directive
1 | <IfModule !mod_php5.c> |
2 | LoadModule php5_module modules/libphp5.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-source .phps |
12 | </IfModule> |
13 | |
14 | DirectoryIndex index.php index.phtml |