release
[hcoop/zz_old/debian/hcoop-apache2-config.git] / files / mods-available / suphp.conf.hcoop
CommitLineData
dd1d98f7
CE
1<IfModule mod_suphp.c>
2 AddType application/x-httpd-php .php .phtml
3 AddType application/x-httpd-php5 .php5
4 AddHandler x-httpd-php .php .phtml
5 AddHandler x-httpd-php5 .php5
6 suPHP_AddHandler x-httpd-php
7 suPHP_AddHandler x-httpd-php5
8
9 <Directory /afs/hcoop.net>
10 suPHP_Engine on
11 </Directory>
12
13# # Use a specific php config file (a dir which contains a php.ini file)
14# suPHP_ConfigPath /etc/php4/cgi/suphp/
15# # Tells mod_suphp NOT to handle requests with the type <mime-type>.
16# suPHP_RemoveHandler <mime-type>
17</IfModule>