SHARE
Facebook X Pinterest WhatsApp

Apache 2.0 Beta Delayed Page 2

Written By
thumbnail Jeremy Reed
Jeremy Reed
Jul 20, 2010
ServerWatch content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More



This problem is solved by having mod_include implement only the bare minimum
of SSI tags. Mod_include also implements a hook to allow other modules to
extend its abilities. For example, in Apache 2.0 mod_include does not
implement the perl tag. If mod_perl wishes to implement this tag, then it
is free to do so. In the near future, mod_include will also stop implementing
the CGI tag, as that tag will move to mod_cgi and mod_cgid. This will remove
the possibility that a site that doesn’t want CGI scripts will accidentally
enable them with Server Side Includes. If mod_cgi is not included in the
server, then all CGI abilities will be removed.

Modules are able to extend mod_include’s abilities by calling
ap_register_include_handler. This function accepts a character string, which
represents the tag that mod_include is looking for, and a function that
implements the tag. Mod_include reads the input passed to it, and parses it
searching for the “

thumbnail Jeremy Reed

Jeremy Reed is a ServerWatch contributor.

Recommended for you...

What Is a Container? Understanding Containerization
What Is a Print Server? | How It Works and What It Does
Nisar Ahmad
Dec 8, 2023
What Is a Network Policy Server (NPS)? | Essential Guide
Virtual Servers vs. Physical Servers: Comparison and Use Cases
Ray Fernandez
Nov 14, 2023
ServerWatch Logo

ServerWatch is a top resource on servers. Explore the latest news, reviews and guides for server administrators now.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.