ISAPIFakeAsync Directive
+ While set to on, asynchronous support for isapi callbacks is
+ simulated.
Logs all requests for unsupported features from ISAPI
- extensions in the server error log. While this should be turned
- off once all desired ISAPI modules are functioning, it defaults
- to on to help administrators track down problems.
+ extensions in the server error log. This may help administrators
+ to track down problems. Once set to on and all desired ISAPI modules
+ are functioning, it should be set back to off.
Description:
- | Size of the Read Ahead Buffer sent to ISAPI
+ | Size of the Read Ahead Buffer sent to ISAPI
extensions | Syntax:
| ISAPIReadAheadBuffer size | Default:
| ISAPIReadAheadBuffer 49152 | Context:
- | server config | Status:
+ | server config, directory, .htaccess | Override:
+ | FileInfo | Status:
| Base | Module:
| mod_isapi |
|
Defines the maximum size of the Read Ahead Buffer sent to
diff --git a/docs/manual/mod/mod_isapi.xml b/docs/manual/mod/mod_isapi.xml
index 31da247ffc..0643460d4c 100644
--- a/docs/manual/mod/mod_isapi.xml
+++ b/docs/manual/mod/mod_isapi.xml
@@ -130,7 +130,7 @@ following line:
This logged message may be captured in any of the following
- logs:
+ logs:
- in the \"%{isapi-parameter}n\" component in a
@@ -192,10 +192,11 @@ following line:
-ISAPIFileChache
+ISAPICacheFile
ISAPI .dll files to be loaded at startup
-ISAPIFileCache file-path [file-path] ...
-server config
+ISAPICacheFile file-path [file-path] ...
+server config
+virtual host
Specifies a space-separated list of file names to be loaded
@@ -208,11 +209,14 @@ following line:
ISAPIReadAheadBuffer
-Size of the Read Ahead Buffer sent to ISAPI
+Size of the Read Ahead Buffer sent to ISAPI
extensions
ISAPIReadAheadBuffer size
ISAPIReadAheadBuffer 49152
-server config
+server config
+directory
+.htaccess
+FileInfo
Defines the maximum size of the Read Ahead Buffer sent to
@@ -228,14 +232,18 @@ extensions
Log unsupported feature requests from ISAPI
extensions
ISAPILogNotSupported on|off
-ISAPILogNotSupported on
-server config
+ISAPILogNotSupported off
+server config
+virtual host
+directory
+.htaccess
+FileInfo
Logs all requests for unsupported features from ISAPI
- extensions in the server error log. While this should be turned
- off once all desired ISAPI modules are functioning, it defaults
- to on to help administrators track down problems.
+ extensions in the server error log. This may help administrators
+ to track down problems. Once set to on and all desired ISAPI modules
+ are functioning, it should be set back to off.
@@ -245,7 +253,11 @@ extensions
extensions to the error log
ISAPIAppendLogToErrors on|off
ISAPIAppendLogToErrors off
-server config
+server config
+virtual host
+directory
+.htaccess
+FileInfo
Record HSE_APPEND_LOG_PARAMETER requests from ISAPI
@@ -258,8 +270,12 @@ extensions to the error log
Record HSE_APPEND_LOG_PARAMETER requests from ISAPI
extensions to the query field
ISAPIAppendLogToQuery on|off
-ISAPIAppendLogToQuery off
-server config
+ISAPIAppendLogToQuery on
+server config
+virtual host
+directory
+.htaccess
+FileInfo
Record HSE_APPEND_LOG_PARAMETER requests from ISAPI
@@ -268,4 +284,21 @@ extensions to the query field
+
+ISAPIFakeAsync
+Fake asynchronous support for isapi callbacks
+ISAPIFakeAsync on|off
+ISAPIFakeAsync off
+server config
+virtual host
+directory
+.htaccess
+FileInfo
+
+
+ While set to on, asynchronous support for isapi callbacks is
+ simulated.
+
+
+
\ No newline at end of file
--
2.40.0
|