Project

General

Profile

Statistics
| Revision:

# Date Author Comment
9521 02/16/2016 08:41 AM Chris Jones

In order to access the JWT authentication token, we need to configure the Apache installation to pass the Authorization header on to CGI scripts. Do this with mod_rewrite.

refs https://github.nceas.ucsb.edu/KNB/arctic-data/issues/42

9386 11/02/2015 02:34 PM ben leinfelder

update documentation to reference Tomcat 7, Java 7 and newer apache config file name conventions. https://projects.ecoinformatics.org/ecoinfo/issues/6855

9270 07/29/2015 02:53 PM ben leinfelder

For sample Apache config, disable SSLv2 and SSLv3 in favor of TLS. https://projects.ecoinformatics.org/ecoinfo/issues/6827

8960 11/10/2014 02:34 PM ben leinfelder

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)

8707 03/21/2014 01:21 PM ben leinfelder

include SSLVerify* directives for client certificates and a pointer for getting the DataONE chain files.

8289 10/08/2013 12:04 PM ben leinfelder

add sample SSLCertificateChainFile directive to DataONE section.

8265 09/23/2013 03:54 PM ben leinfelder

Refer to metacat.war deployments since those are now the default. https://projects.ecoinformatics.org/ecoinfo/issues/6082

7357 08/23/2012 03:03 PM ben leinfelder

include certificate export SSL options as an example (used heavily for DataONE and Metacat Replication)

7052 03/09/2012 12:40 PM pippin

Added the following values to the HTTPD site configuration:
JkOptions +ForwardURICompatUnparsed
AllowEncodedSlashes On
AcceptPathInfo On

6812 12/21/2011 10:52 AM ben leinfelder

include SSL settings for client certificate-based replication

6558 10/27/2011 04:01 PM ben leinfelder

remove reference to tomcat5.5 in favor of tomcat6. including the "custom" start up script that used the sun jdk -- this can be configured rather than coded into the script.

5311 04/14/2010 11:31 AM daigle

Merge 1.9.2 changes back into the trunk

4990 07/24/2009 11:49 AM Jing Tao

Add a new line for NameVirtualHost. Otherwise, the host will fail.

4926 04/15/2009 11:13 AM daigle

Add ssl virtualhost. Change non-ssl to work with ssl.

4819 02/27/2009 10:42 AM daigle

distribute perl autosplit.ix file with metacat. change tomcat startup script output to echos.

4815 02/20/2009 01:28 PM daigle

update workers.properties with more standard ajp13 worker name (not used until apt-get install project)

4656 12/08/2008 10:38 AM daigle

Scripts to support a debian package build