Open for Voting

http to https redirector

Why can't we configure serv-U to redirect http requests to https?

It would be ideal if one could select this option in the 'http listener' or in the Serv-U gateway configuration options.

Parents
  • Why not just run a simple webserver that does the redirecting then you will have a lot more possibilities.

    Simple config file from Apache webserver can do this:

    <VirtualHost *:80>

      ServerName undesired.example.com

      ServerAlias example.com notthis.example.com

      Redirect / http://www.example.com/

    </VirtualHost>

    But it is also very easy with Microsoft Internet Information Server.

  • Simple webserver can do this, you are right. However I run the FTP Gateway, and ServU already runs a web service.

    Functionality is easy to be performed on the existing server.

    This is a great suggestion and I hope it is implemented in a future release.

    Cheers,
    Ivan

Comment
  • Simple webserver can do this, you are right. However I run the FTP Gateway, and ServU already runs a web service.

    Functionality is easy to be performed on the existing server.

    This is a great suggestion and I hope it is implemented in a future release.

    Cheers,
    Ivan

Children
No Data