coar 98/05/20 11:34:15
Modified: apidoc api.list
Added: apidoc dict-ap_add_version_component.html
Log:
Add the docco for ap_add_version_component().
Revision Changes Path
1.3 +7 -1 apache-devsite/apidoc/api.list
Index: api.list
===================================================================
RCS file: /export/home/cvs/apache-devsite/apidoc/api.list,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- api.list 1998/05/03 20:20:13 1.2
+++ api.list 1998/05/20 18:34:14 1.3
@@ -50,14 +50,20 @@
#;
X|SA-identity\
|ap_get_server_built,ap_get_server_name,ap_get_server_version\
+ ,ap_add_version_component\
|\
|\
|
+R|ap_add_version_component\
+ |void $*(const char *component);\ #; Definition
+ |/*\n * Called during modules-init phase\n */\n$*("MyMod/1.0");\ #;
Example
+ |SA-identity\ #; Cross-references
+ |dict-ap_add_version_component.html #; Entity documentation HTML
file
R|ap_get_server_built\
|char *$*(void);\ #; Definition
|char *string;\nstring = $*();\ #; Examples
|SA-identity\ #; Cross-references
- | #; Entity documention HTML file
+ | #; Entity documentation HTML
file
R|ap_get_server_name\
|char *$*(void);\
|char *string;\nstring = $*();\
1.1 apache-devsite/apidoc/dict-ap_add_version_component.html
Index: dict-ap_add_version_component.html
===================================================================
<P>
This routine adds the specified component identification to
the string used as the value of the <SAMP>Server:</SAMP> response
header field. It may only be called during the module init phase, and
the value must either be a valid component version string (<EM>i.e.</EM>,
<SAMP>"<EM>component-name</EM>/<EM>n</EM>.<EM>n</EM>"</SAMP>) or a
parenthesis-enclosed comment (<EM>e.g.</EM>, <SAMP>"(comment)"</SAMP>).
</P>
<P>
Whether this additional server identification information is actually
included in the response header field depends upon the setting of the
<A HREF="http://www.apache.org/docs/mod/core.html#servertokens"
><SAMP>ServerTokens</SAMP></A> configuration directive (<EM>q.v.</EM>).
</P>