HTTPS for Debian/Ubuntu
Revision as of 12:20, 12 November 2009 by Mmr@ecs.soton.ac.uk (talk | contribs) (New page: =EPrints Configuration= This is still the same process as the standard HTTPS setup. Add the following lines to archive/ARCHIVEID/cfg/cfg.d/10_core.pl; $c->{securehost} = 'example.com'; ...)
EPrints Configuration
This is still the same process as the standard HTTPS setup. Add the following lines to archive/ARCHIVEID/cfg/cfg.d/10_core.pl;
$c->{securehost} = 'example.com'; $c->{secureport} = 443; $c->{securepath} = '/secure'; $c->{http_root} = ; $c->{https_root} = ; $c->{http_cgiroot} = '/cgi'; $c->{https_cgiroot} = '/cgi';