Name

SecureURL — specify base URL of the Interchange catalog link program, when pages are served over HTTPS

SYNOPSIS

URL

DESCRIPTION

The directive specifies a base catalog URL, that is, it's entry point (usually a cgi-bin link program), when pages are served over a secure connection (HTTPS).

DIRECTIVE TYPE AND DEFAULT VALUE

Catalog directive

EXAMPLES

Example: Setting SecureURL

Put the following lines in catalog.cfg:

SecureURL https://myhost.mydomain.local/cgi-bin/ic/tutorial

NOTES

SecureURL value can also be a relative path, with or without the protocol and hostname specification.

AVAILABILITY

SecureURL is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 577

['SecureURL',        'url',              undef],

Source: lib/Vend/Config.pm
Line 4002 (context shows lines 4002-4006)

sub parse_url {
my($var, $value) = @_;
$value =~ s,/+$,,;
$value;
}

AUTHORS

Interchange Development Group

SEE ALSO

ImageDirSecure(7ic), SecurePostURL(7ic), VendURL(7ic), ImageDir(7ic), PostURL(7ic)

DocBook! Interchange!