Magellan Linux

Contents of /trunk/php/php5_module.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1934 - (show annotations) (download)
Wed Oct 31 19:40:58 2012 UTC (11 years, 6 months ago) by niro
File size: 395 byte(s)
-added php configuration files
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 AddDirectoryIndex index.php index.phtml