summaryrefslogtreecommitdiff
path: root/apache2/conf.d/local-suphp.conf
blob: bc17d2b0a9520a61db61ade0614af31c5aa049ca (plain)
  1. # This file is based on /etc/apache2/mods-available/suphp.conf
  2. # Comment out those rules to enable the functionality only per vhost.
  3. <IfModule mod_suphp.c>
  4. AddHandler x-httpd-suphp .php .php3 .php4 .php5 .phtml
  5. suPHP_AddHandler x-httpd-suphp
  6. suPHP_Engine on
  7. # # Use a specific php config file (a dir which contains a php.ini file)
  8. # suPHP_ConfigPath /etc/php4/cgi/suphp/
  9. # # Tells mod_suphp NOT to handle requests with the type <mime-type>.
  10. # suPHP_RemoveHandler <mime-type>
  11. </IfModule>