source:
npl/internetserver/apache_conf/root/etc/apache2/conf.d/mod_php.conf
Last change on this file was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 178 bytes |
Line | |
---|---|
1 | #add dir index |
2 | DirectoryIndex index.php |
3 | |
4 | #load module |
5 | LoadModule php5_module /usr/lib/apache2/libphp5.so |
6 | |
7 | #feed all php files to php5 parser |
8 | AddType application/x-httpd-php .php |
Note: See TracBrowser
for help on using the repository browser.