File: suphp.conf

package info (click to toggle)
suphp 0.5.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 636 kB
  • ctags: 171
  • sloc: ansic: 1,764; sh: 824; makefile: 204
file content (6 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
<IfModule mod_suphp.c>
	AddHandler x-httpd-php .php .php3 .php4 .phtml
	suPHP_Engine on
# # Use a specific php config file (a dir which contains a php.ini file)
#	suPHP_ConfigPath /etc/php4/cgi/suphp/
</IfModule>