Technical data

General Parameters for Web Server Plug-Ins
Administration Guide D-9
DefaultFileName none
If the URI is “/” then the plug-in performs the following steps:
1. Trims the path specified with the PathTrim parameter.
2. Appends the value of DefaultFileName.
3. Prepends the value specified with PathPrepend.
This procedure prevents redirects from WebLogic Server.
Set the
DefaultFileName to the default welcome page of the
Web Application in WebLogic Server to which requests are
being proxied. For example, If the DefaultFileName is set to
welcome.html, an HTTP request like
http://somehost/weblogic” becomes
http://somehost/weblogic/welcome.html”. For
this parameter to function, the same file must be specified as a
welcome file in all the Web Applications to which requests are
directed. For more information, see “Configuring Welcome
Pages at
http://e-docs.bea.com/wls/docs61/webapp/comp
onents
.
Note for Apache users: If you are using Stronghold or Raven
versions, define this parameter inside of a
Location block, and
not in an
IfModule block.
MaxPostSize -1
Maximum allowable size of POST data, in bytes. If the
content-length exceeds
MaxPostSize, the plug-in returns an
error message. If set to
-1, the size of POST data is not checked.
This is useful for preventing denial-of-service attacks that
attempt to overload the server with POST data.
MatchExpression
(Apache HTTP Server only)
none
When proxying by MIME type, set the filename pattern inside
of an
IfModule block using the MatchExpression
parameter.
Example when proxying by MIME type:
<IfModule mod_weblogic.c>
MatchExpression *.jsp
WebLogicHost=myHost|paramName=value
</IfModule>
Example when proxying by path:
<IfModule mod_weblogic.c>
MatchExpression /weblogic
WebLogicHost=myHost|paramName=value
</IfModule>
Parameter Default Description