| Apache Handlers |
|
Apache is an open-source HTTP server, and is used to serve your site.
Apache handlers tell the server how to deal with web files that need
to be processed on the server. For example, Apache is set up to process
files with .pl extensions using Perl. However, if for some reason
you also wanted to process files with .script extension using Perl,
then you would have to set up a custom Apache handler for your site.
|
| Close Window by clicking the 'X' |