Apache handlers instruct the web server how to process files with
specific extensions. For example, the following handler
cgi-script .cgi
instructs the web server to treat all .cgi
files as cgi scripts. By
default, handlers for files with common extensions are already
preconfigured. However, if you want to change which handler is used to
process files with a specific extension, you need to configure one or
more custom handlers.
To configure custom handlers:
- Go to Websites & Domains > Apache & nginx Settings.
- Under Handlers, select the Enter custom value radio button.
- Type in or delete the desired handlers, and click OK.