[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] SSL question . .



Hi Rick,

Sorry for the delay.

You can use SSLRequireSSL in a location tag (directory,location,file) or
.htaccess file. So for a virtual host like mydomain.com it would be between
the <virtualhost></virtualhost> tags for this domain and than for example:
<location />
SSLRequireSSL
</location>

The same is valid for the admin gui. problem with Cobalt is they don't
accept any changes you might want to make. so the next package may overwrite
these settings. This is why I'm gonna stop using the cobalt stuff and do it
my way.

See http://www.modssl.org/docs/2.8/ssl_reference.html for more info.

Jelmer