carlwgeorge / rpms / php

Forked from rpms/php 5 years ago
Clone
cvsdist c0a808e
#
cvsdist c0a808e
# PHP is an HTML-embedded scripting language which attempts to make it
cvsdist c0a808e
# easy for developers to write dynamically generated webpages.
cvsdist c0a808e
#
00a04c2
<IfModule prefork.c>
00a04c2
  LoadModule php5_module modules/libphp5.so
00a04c2
</IfModule>
00a04c2
<IfModule worker.c>
00a04c2
  LoadModule php5_module modules/libphp5-zts.so
00a04c2
</IfModule>
cvsdist c0a808e
cvsdist c0a808e
#
cvsdist f03e0ee
# Cause the PHP interpreter to handle files with a .php extension.
cvsdist c0a808e
#
1826c14
AddHandler php5-script .php
1826c14
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
#
8e68e30
# Uncomment the following line to allow PHP to pretty-print .phps
8e68e30
# files as PHP source code:
8e68e30
#
8e68e30
#AddType application/x-httpd-php-source .phps