/[smeserver]/rpms/php/sme8/php.conf
ViewVC logotype

Annotation of /rpms/php/sme8/php.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Mon Jun 20 19:27:01 2011 UTC (12 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: php-5_3_3-15_el5_sme, php-5_3_3-1_el5_7_3, php-5_3_3-13_el5_9_1, php-5_3_3-16_el5_sme, php-5_3_3-14_el5_sme, php-5_3_3-1_el5_sme_6, php-5_3_3-13_el5_sme_1, php-5_3_3-1_el5_sme_3, php-5_3_3-1_el5_sme_1_0, php-5_3_3-13_el5_sme_2, php-5_3_3-1_el5_sme_1_1, php-5_3_3-17_el5_sme, php-5_3_3-1_el5_7_6, php-5_3_3-13_el5_sme, php-5_3_3-13_el6, php-5_3_3-1_el5_sme_1, HEAD
Branch point for: redhat-upstream
Changes since 1.1: +6 -2 lines
Import upstream sources

1 slords 1.1 #
2     # PHP is an HTML-embedded scripting language which attempts to make it
3     # easy for developers to write dynamically generated webpages.
4     #
5 slords 1.2 <IfModule prefork.c>
6     LoadModule php5_module modules/libphp5.so
7     </IfModule>
8     <IfModule worker.c>
9     LoadModule php5_module modules/libphp5-zts.so
10     </IfModule>
11 slords 1.1
12     #
13     # Cause the PHP interpreter to handle files with a .php extension.
14     #
15     AddHandler php5-script .php
16     AddType text/html .php
17    
18     #
19     # Add index.php to the list of files that will be served as directory
20     # indexes.
21     #
22     DirectoryIndex index.php
23    
24     #
25     # Uncomment the following line to allow PHP to pretty-print .phps
26     # files as PHP source code:
27     #
28     #AddType application/x-httpd-php-source .phps

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed