Looping issue where no cookies are being sent in the response

Tom Zeller tzeller at dragonacea.biz
Tue Nov 5 17:06:47 EST 2013


> <VirtualHost *:443>
>   ServerName  myserver.cascadeserver.com

Should

 ServerName  myserver.cascadeserver.com

be

 ServerName  https://myserver.cascadeserver.com:443

?

Just guessing.

"Sometimes, the server runs behind a device that processes SSL, such
as a reverse proxy, load balancer or SSL offload appliance. When this
is the case, specify the https:// scheme and the port number to which
the clients connect in the ServerName directive to make sure that the
server generates the correct self-referential URLs."

https://httpd.apache.org/docs/2.2/mod/core.html#servername


More information about the users mailing list