A "handler" is an internal Apache representation of the action to be performed
when a file is called. Generally, files have implicit handlers, based on the
file type. Normally, all files are simply served by the server, but certain
file types are "handled" separately.
Creating a custom handler
First you must find the Apache handler icon with in the control panel and
click on it.

The following menu will then load.
This menu has a list of all the current system and user defined Apache Handlers.
You can also set your own Apache Handlers by filling in the two text boxes
at the top of the screen. The first text box is the extension the second is
the handler its self. Once you have filled these boxes in you can press the
Add button. You would then be told in your Apache Handler creation was successful.
[Back To Index]
Removing a custom handler
First you must find the Apache handler icon with in the control panel and
click on it.

The following menu will then load.
To remove a user defined Apache Handler you must then click on the drop down
menu that is located below the extension box, click on the handler you wish
to delete and press the Delete button. You will then be told if the handler
was successfully deleted.
[Back To Index]