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.
System Apache Handlers
Handler Extension(s) cgi-script .cgi .pl .plx .ppl .perl server-parsed .shtml
Leave a Reply
You must be logged in to post a comment.