File: suphp.conf

package info (click to toggle)
suphp 0.6.2-1%2Betch0
  • links: PTS
  • area: main
  • in suites: etch
  • size: 2,312 kB
  • ctags: 442
  • sloc: sh: 20,746; cpp: 2,512; ansic: 1,114; makefile: 121
file content (9 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
<IfModule mod_suphp.c>
	AddHandler x-httpd-php .php .php3 .php4 .php5 .phtml
	suPHP_AddHandler x-httpd-php
	suPHP_Engine on
# # Use a specific php config file (a dir which contains a php.ini file)
#	suPHP_ConfigPath /etc/php4/cgi/suphp/
# # Tells mod_suphp NOT to handle requests with the type <mime-type>.
#	suPHP_RemoveHandler <mime-type>
</IfModule>