X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=docs%2Fmanual%2Fdeveloper%2FAPI.html.en;h=271aa276cdb63b2f132b2a89d9f1515f0d6d1369;hb=6bb3d694de02870e5fe962eacfd168228d67fd58;hp=6a3186963e7022582e3d2d84ed162a56aab9494a;hpb=2fd79b7da0155aec911a71823ee547a0b5ea2ec0;p=apache diff --git a/docs/manual/developer/API.html.en b/docs/manual/developer/API.html.en index 6a3186963e..271aa276cd 100644 --- a/docs/manual/developer/API.html.en +++ b/docs/manual/developer/API.html.en @@ -8,15 +8,18 @@ Apache 1.3 API notes - Apache HTTP Server - + + +
<-
-Apache > HTTP Server > Documentation > Version 2.1 > Developer Documentation

Apache 1.3 API notes

+Apache > HTTP Server > Documentation > Version 2.5 > Developer Documentation
+
top

Basic concepts

@@ -820,7 +823,7 @@ void *request_config; /* Notes on *this* request */

Other sorts of resources -- cleanup functions

-

More text goes here. Describe the the cleanup primitives in terms of +

More text goes here. Describe the cleanup primitives in terms of which the file stuff is implemented; also, spawn_process.

Pool cleanups live until clear_pool() is called: @@ -893,7 +896,7 @@ void *request_config; /* Notes on *this* request */

per-directory. Most things are per-directory, including in particular access control and authorization information, but also information on how to determine file types from suffixes, which can be modified by - AddType and DefaultType directives, and so forth. In general, + AddType and ForceType directives, and so forth. In general, the governing philosophy is that anything which can be made configurable by directory should be; per-server information is generally used in the standard set of modules for information like @@ -1216,7 +1219,28 @@ void *request_config; /* Notes on *this* request */

Available Languages:  en 

-
+
top

Comments

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.
+
\ No newline at end of file