source: npl/internetserver/apache_conf/root/etc/apache2/conf.d/mod_php.conf

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 178 bytes
Line 
1#add dir index
2DirectoryIndex index.php
3
4#load module
5LoadModule php5_module /usr/lib/apache2/libphp5.so
6
7#feed all php files to php5 parser
8AddType application/x-httpd-php .php
Note: See TracBrowser for help on using the repository browser.