HTTPS for Debian/Ubuntu

From EPrints Documentation
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'; ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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';