Handlers
From OCF Help
A handler specifies how the web server interprets a file. The OCF web server determines what to do with a file by checking the file's extension.
Default handlers
The full list of recognized extensions is too long to list, but some of the more common ones are:
| Suffix | File Type |
| .html | Hypertext |
| .shtml | Server-parsed Hypertext (SSI) |
| .cgi | Executable CGI script |
| .php | PHP script (PHP 4) |
| .php5 | PHP script (PHP 5) |
| .pl | Perl script |
| .txt | Plain text |
| .ps | PostScript |
| .bin | Binary file |
| .gif | GIF image |
| .jpg | JPEG image |
| .tiff | TIFF image |
