Re: [PATCH] canonical ssl server name and port

1999-05-20 Thread Ralf S. Engelschall
On Wed, May 19, 1999, [EMAIL PROTECTED] wrote: This patch[1] adds two new directives, SSLServerName and SSLServerPort. The idea behind these two directives is to associate a SSL-aware Apache server, with a non SSL-aware Apache server. For example: One could have in httpd.conf:

Re: [PATCH] canonical ssl server name and port

1999-05-20 Thread tvaughan
"Ralf S. Engelschall" [EMAIL PROTECTED] writes: 1. When this is a separate module which does the redirect and mod_ssl does nothing more with the variables than just implement them, it would be more clean to implement the two directives directly in your own module where you do the

[PATCH] canonical ssl server name and port

1999-05-19 Thread tvaughan
This patch[1] adds two new directives, SSLServerName and SSLServerPort. The idea behind these two directives is to associate a SSL-aware Apache server, with a non SSL-aware Apache server. For example: One could have in httpd.conf: Listen 80 Listen 443 SSLServerName