Revision 8960
Added by ben leinfelder about 10 years ago
src/scripts/debian/metacat-site | ||
---|---|---|
17 | 17 |
JkMount /metacat/metacat ajp13 |
18 | 18 |
JkMount /*.jsp ajp13 |
19 | 19 |
JkUnMount /metacat/cgi-bin/* ajp13 |
20 |
|
|
21 |
JkOptions +ForwardURICompatUnparsed |
|
20 | 22 |
</IfModule> |
23 |
|
|
24 |
AllowEncodedSlashes On |
|
25 |
AcceptPathInfo On |
|
26 |
|
|
21 | 27 |
</VirtualHost> |
22 | 28 |
|
Also available in: Unified diff
add JkOptions directive and encoded slash options for dataone and solr query support in the URLs that metacat can get (they were in the -ssl version of this file already)