Httpd SetHandler

From NovaOrdis Knowledge Base
Revision as of 15:53, 10 January 2017 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

Forces all matching files to be processed by the specified handler.

<Location "/status">
  SetHandler server-status
</Location>

<FilesMatch "\.php$">

   SetHandler application/x-httpd-php

</FilesMatch>