]> git.pld-linux.org Git - packages/apache1-mod_suphp.git/blame_incremental - apache1-mod_suphp.conf
- use apache1(EAPI) for runtime dep
[packages/apache1-mod_suphp.git] / apache1-mod_suphp.conf
... / ...
CommitLineData
1# $Id$
2LoadModule suphp_module modules/mod_suphp.so
3
4<IfModule mod_suphp.c>
5 suPHP_Configpath /etc/php
6 suPHP_Engine on
7 suPHP_AddHandler x-httpd-php
8 AddHandler x-httpd-php .php .inc
9</IfModule>
10
11# vim: filetype=apache ts=4 sw=4 et
This page took 0.097278 seconds and 4 git commands to generate.