File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -422,11 +422,11 @@ files. The result is that there could suffer of replacement inside and the file
422
422
to prevent this you have the ProxyHTMLExcludeContentType configuration directive to exclude certain
423
423
content-type. Here is the default value:
424
424
425
- ProxyHTMLExcludeContentType (application\/vnd\.openxml)
425
+ PerlAddVar ProxyHTMLExcludeContentType (application\/vnd\.openxml)
426
426
427
427
If you have problem with other content-type, use this directive. For example, as follow:
428
428
429
- ProxyHTMLExcludeContentType (application\/vnd\.openxml|application\/vnd\..*text)
429
+ PerlAddVar ProxyHTMLExcludeContentType (application\/vnd\.openxml|application\/vnd\..*text)
430
430
431
431
this regex will prevent any MS Office XML or text document to be parsed.
432
432
@@ -436,8 +436,8 @@ detected as links and rewritten. The only way to fix that is to exclude those
436
436
files from the URL rewritter by using the "ProxyHTMLExcludeUri" configuration
437
437
directive. For example:
438
438
439
- ProxyHTMLExcludeUri jquery.min.js$
440
- ProxyHTMLExcludeUri ^.*\/jquery-lib\/.*$
439
+ PerlAddVar ProxyHTMLExcludeUri jquery.min.js$
440
+ PerlAddVar ProxyHTMLExcludeUri ^.*\/jquery-lib\/.*$
441
441
442
442
Any downloaded URI that contains the given regex will be returned asis without
443
443
rewritting. You can use this directive multiple time like above to match different
Original file line number Diff line number Diff line change @@ -128,12 +128,12 @@ APACHE CONFIGURATION
128
128
you have the ProxyHTMLExcludeContentType configuration directive to
129
129
exclude certain content-type. Here is the default value:
130
130
131
- ProxyHTMLExcludeContentType (application\/vnd\.openxml)
131
+ PerlAddVar ProxyHTMLExcludeContentType (application\/vnd\.openxml)
132
132
133
133
If you have problem with other content-type, use this directive. For
134
134
example, as follow:
135
135
136
- ProxyHTMLExcludeContentType (application\/vnd\.openxml|application\/vnd\..*text)
136
+ PerlAddVar ProxyHTMLExcludeContentType (application\/vnd\.openxml|application\/vnd\..*text)
137
137
138
138
this regex will prevent any MS Office XML or text document to be parsed.
139
139
@@ -143,8 +143,8 @@ APACHE CONFIGURATION
143
143
fix that is to exclude those files from the URL rewritter by using the
144
144
"ProxyHTMLExcludeUri" configuration directive. For example:
145
145
146
- ProxyHTMLExcludeUri jquery.min.js$
147
- ProxyHTMLExcludeUri ^.*\/jquery-lib\/.*$
146
+ PerlAddVar ProxyHTMLExcludeUri jquery.min.js$
147
+ PerlAddVar ProxyHTMLExcludeUri ^.*\/jquery-lib\/.*$
148
148
149
149
Any downloaded URI that contains the given regex will be returned asis
150
150
without rewritting. You can use this directive multiple time like above
You can’t perform that action at this time.
0 commit comments