]> git.pld-linux.org Git - packages/php4.git/blame - php4-mod_php.conf
- keep the short_open_tag on
[packages/php4.git] / php4-mod_php.conf
CommitLineData
5d133d23 1<IfModule !mod_php5.c>
2LoadModule php4_module modules/libphp4.so
3
4<IfModule sapi_apache2.c>
5AddType application/x-httpd-php .php
6AddType application/x-httpd-php .inc
7AddType application/x-httpd-php .php3
8AddType application/x-httpd-php .php4
9</IfModule>
10
11# for apache1.
12# correct me, but there ain't sapi's in apache1, so this is the most reasonable
13# check AFAIK -glen
14<IfModule !sapi_apache2.c>
15AddType application/x-httpd-php .php
16AddType application/x-httpd-php .inc
17AddType application/x-httpd-php .php3
18AddType application/x-httpd-php .php4
19</IfModule>
20
21</IfModule>
22# vim: filetype=apache ts=4 sw=4 et
This page took 0.040241 seconds and 4 git commands to generate.