What are Apache Handlers? 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"

1. Log into your control panel.


2. Locate the “Advanced” menu.


3. Locate and click on the Apache Handlers icon.


4. Enter the handler you want to create in the first empty text box.


5. In the second empty text box, enter the extension the handler will use when being called.


6. Click on the "Add" button.


6. Click on the "Go Back" button to return to the Main cPanel menu.

  • 0 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

Related Articles

What are MIME Types? How do I create custom MIME Types?

MIME Types (Need more information on this topic?) What are MIME Types? MIME Types tell browsers...

What is the Process Manager? How do I use the Process Manager?

The Process Manager allows you to view and manage a list of your websites current running...

What are Frontpage Extensions? How do I use Frontpage Extensions?

Frontpage Extensions Frontpage Extensions allow you to publish your site directly from the...