Addressed to: [EMAIL PROTECTED]
              [EMAIL PROTECTED]

** Reply to note from [EMAIL PROTECTED] Fri, 09 Feb 2001 11:24:04 +0100 (MET)
>   
> Hi everybody !
>   
> Is there anybody to tell me : How can i force in the apache
> configuration file the use of a ssl connection for a particular
> directory without using virtual hosts ? Have you any sample
> configuration file ?

You can't.  Unless there is only one host on the server, and all
connections are SSL.  Then just remove the VirtualHost markers from
the secure part, and delete all the duplicated configuration
directives like  DocumentRoot, ServerName, ServerAdmin, etc from the
non-secure configuration.  You will only want to listen on port 443.


You probably don't want to do that though...


http and https are effectively different web sites.  The only way to
keep them separate is by using virtual hosts.  

What are you trying to accomplish?




Rick Widmer
Internet Marketing Specialists
http://www.developersdesk.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to