Apache Handlers: |
|
Apache Handlers are used to configure the web server to map certain file types to certain file extensions to achieve a desired behavior. For example, you could have apache interpret .bbb as .php, this is ideal if you would like to conceal the type of scripts you are running for added security. More information can on Apache Handlers can be found at http://httpd.apache.org/ |