diff options
Diffstat (limited to 'sca-cpp/trunk/modules/http/httpd-ssl-conf')
-rwxr-xr-x | sca-cpp/trunk/modules/http/httpd-ssl-conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/modules/http/httpd-ssl-conf b/sca-cpp/trunk/modules/http/httpd-ssl-conf index df1d8042bc..04ca61dba0 100755 --- a/sca-cpp/trunk/modules/http/httpd-ssl-conf +++ b/sca-cpp/trunk/modules/http/httpd-ssl-conf @@ -55,8 +55,8 @@ SSLRandomSeed connect builtin Listen $sslport <VirtualHost _default_:$sslport> ServerName https://$host:$sslpport -UseCanonicalName On -UseCanonicalPhysicalPort off +UseCanonicalName Off +UseCanonicalPhysicalPort Off # Enable SSL SSLEngine on |