cvsdist c0a808e
#
cvsdist f03e0ee
# Cause the PHP interpreter to handle files with a .php extension.
cvsdist c0a808e
#
b7e61e5
<FilesMatch \.php$>
b7e61e5
    SetHandler application/x-httpd-php
b7e61e5
</FilesMatch>
1794235
1794235
#
1794235
# Allow php to handle Multiviews
1794235
#
667d225
AddType text/html .php
cvsdist c0a808e
cvsdist c0a808e
#
cvsdist c0a808e
# Add index.php to the list of files that will be served as directory
cvsdist c0a808e
# indexes.
cvsdist c0a808e
#
cvsdist c0a808e
DirectoryIndex index.php
8e68e30
8e68e30
#
b7e61e5
# Uncomment the following lines to allow PHP to pretty-print .phps
8e68e30
# files as PHP source code:
8e68e30
#
b7e61e5
#<FilesMatch \.phps$>
b7e61e5
#    SetHandler application/x-httpd-php-source
b7e61e5
#</FilesMatch>
b56e05d
b56e05d
#
b56e05d
# Apache specific PHP configuration options
b56e05d
# those can be override in each configured vhost
b56e05d
#
3a48407
php_value session.save_handler "files"
3a48407
php_value session.save_path    "/var/lib/php/session"