lucene/solr/server/modules
Robert Muir 1425d6cbf8
SOLR-14138: enable request log via environ var, remove deprecated jetty class usage, respect SOLR_LOGS_DIR (#1110)
User can now set SOLR_REQUESTLOG_ENABLED=true to enable the jetty request log, instead of editing XML. The location of the request logs will respect SOLR_LOGS_DIR if that is set. The deprecated NCSARequestLog is no longer used, instead it uses CustomRequestLog with NCSA_FORMAT.
2019-12-23 10:37:31 -05:00
..
http.mod SOLR-4839: Removing extra license text from jetty xml and module files 2015-01-05 16:23:02 +00:00
https.mod SOLR-4839: Make our jetty configs resemble stock Jetty 9.3 configs more closely. Thread pool and common config goes to jetty.xml. All property names are prefixed with solr.jetty. SSL keystore paths are now absolute. 2015-04-22 11:35:31 +00:00
https8.mod Merge jira/http2 branch to master 2018-12-16 16:58:20 +00:00
requestlog.mod SOLR-14138: enable request log via environ var, remove deprecated jetty class usage, respect SOLR_LOGS_DIR (#1110) 2019-12-23 10:37:31 -05:00
server.mod SOLR-4839: Make our jetty configs resemble stock Jetty 9.3 configs more closely. Thread pool and common config goes to jetty.xml. All property names are prefixed with solr.jetty. SSL keystore paths are now absolute. 2015-04-22 11:35:31 +00:00
ssl.mod SOLR-4839: SSL support with Jetty 9. Also fixes SOLR-7449 on trunk. 2015-04-23 14:17:35 +00:00