Httpd SetHandler

From NovaOrdis Knowledge Base
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>