How do I setup customized Apache Handlers?

What are Apache Handlers?

Apache handlers allow you to control what Apache will do with certain file types. When Apache sees a file, it has an action built in for that file type, and will perform that action. If you wish Apache to do a different action, you will need to make a handler to tell Apache to perform that action.

For example, if you use a file type that requires a special service to run it, such as a file with server side includes that is not named with a .shtml extension, you need to tell Apache to treat these files differently. More information on Apache's Handlers can be found at http://httpd.apache.org/docs/1.3/handler.html.

Creating An Apache Handler

Steps

  1. Enter the handler you want to create in the first empty text box.
  2. In the second empty text box, enter the extension the handler will use when being called.
  3. Click on the Add button.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I navigate and manage the directories and files on my web hosting account?

Overview The File Manager is a tool you can use to navigate your way through your web hosting...

How do I create custom MIME Types?

Overview MIME Types tell browsers how to handle specific file extensions. For example, the...

How do I setup a cronjob?

Overview Cron jobs allow you to automate certain commands or scripts on your server to complete...

How do I setup custom error pages?

Overview With this tool you can create custom error pages to display when a user enters a wrong...

How do I create a backup of my web site, directory or hosting account?

Overview Backups allow you to download (to your computer) a zipped copy of either you entire...