> ... > > Check out > http://httpd.apache.org/docs/2.2/mod/core.html#usecano > nicalname and > related directives ServerName and > UseCanonicalPhysicalPort. > > > What level of Apache did you use on Gentoo? Is your > Apache configuration > the same w.r.t. vhosts and these directives?
Ok the problem has been fixed. I checked it out. In Gentoo and OpenSolaris UseCanonicalName were set off. UseCanonicalPhysicalPort I did not found. I suppose the default setting would be off. There was a difference in the vhosts directives between my two setups: I did not specified in OpenSolaris in the Servername the port. I corrected it, it looks like now so: ServerName ssl.trashmail.net:443 I had to specify the :443 because there was a conflict with a previous entry for the port 80. I have created a virtualhost with "ServerName ssl.trashmail.net:80" to do an automatic redirection to https://ssl.trashmail.net. Thanks very much for your help. -- This message posted from opensolaris.org