Apache is an open-source web server that is used to serve website content. Meanwhile, Apache handlers handle certain types of files to be processed by the webserver. For example, Apache typically handles processing files in .pl format as “Perl files. With this feature, Apache can handle processing files in .script format as Perlfiles to run on the web.

Usually, people can't tell the difference between MIME types and Apache handlers. The difference is that MIME types instruct the browser to process the file. Meanwhile, Apache handlers instruct the server to process the file.

How to Add a Custom Apache Handler.

  1. In the panel advanced section, select Apache Handlers
  2. In the Create an Apache Handlers section, fill in the name of the available Handler in the System Apache Handler list
  3. In the Extension(s) text box, fill in the file format that the handler wants to process. Names begin with ( . ).
  4. Click Add.

How to Remove Custom Apache Handler.

  1. Look in the User Defined Apache Handlers.
  2. Select the Handler to be deleted.
  3. Click Delete.
Was this answer helpful? 0 Users Found This Useful (0 Votes)