Adding apache handlers
Posted by Chris W. on 05 July 2008 12:39 AM
|
|
Adding apache handlersOverviewApache 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 movie file (.mpg) that you wish to run through a specific streaming server, you need to tell Apache to treat these files differently.
Steps1 To access
Apache Handlers, click on the 2 Enter the extension(s) you wish to associate with the service that they will be using in the blank field below extension(s). 3 Enter the service you wish to have handle the filetype(s) in the blank field below Handler, and click on Add.
NOTE: The new handler should appear under User Defined Handlers.
Troubleshooting
Make sure that the handler you wish to use is installed on the server that your web site is on. | |
|
Knowledgebase: Apache Handlers
Comments (0)