Magellan Linux

Contents of /trunk/php5/php5_module.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 249 - (show annotations) (download)
Sun Jul 8 13:32:20 2007 UTC (16 years, 9 months ago) by niro
File size: 395 byte(s)
-files for php-5.2.3-r1

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