At 03:08 PM 06/23/2000 -0400, "Williams, Andre (Exchange)"
<anwilliams@bear.com> wrote:
>I appreciate the help gentlemen. I was successful.
>
>How can I support both SSL and Non-SSL with the same apache
>installation?
>When I installed 1.3.12 and apache1.3.12+patch, the executable was
>httpsdctl. Is it safe to assume that I need to install a non-ssl
>version in a separate directory in order to support both ssl and
non-
>ssl on the same server?
>
>Thanks,
>Andre G.O. Williams
>Direct: (212) 881-3014
>Email: anwilliams@bear.com
No - all you need is to have
Listen 80
in the appropriate place of your httpd.conf, and any request for
http:// will be served as usual.