Apache handlers determine how the Apache web server processes specific file types and extensions on your website. By default, Apache is set up to handle CGI scripts and server-parsed files. If you want Apache to treat a new file type using an existing handler, you can add it manually below. For instance, to make the server handle files with a .example
extension as CGI scripts, enter cgi-script
in the Handler field and .example
in the Extension(s) field.