On Tue, Jun 27, 2000, [EMAIL PROTECTED] wrote:

> Full_Name: 
> Version: 
> OS: 
> Submission from: (NULL) (61.129.36.66)
> 
> After I installed mod_ssl,I can't find 'RewriteEngine' in httpd.conf.
> Why?
> So,I can't force clients from the Internet to use HTTPS.
> How can I do?

This has nothing to do with mod_ssl. If mod_rewrite's directives are missing,
your httpd is missing mod_rewrite or you at least have not loaded mod_rewrite
(in case you're using DSO). So re-read the Apache INSTALL document carefully.
All you usually need is an --enable-module=rewrite and your httpd will have
mod_rewrite on board. If you're using DSO's (--enable-shared=rewrite) then
make sure you have the correct LoadModule _AND_ AddModule directives present
in your httpd.conf for mod_rewrite. How these have to look you can either see
from the httpd.conf APACI installs for you or by reading mod_so's
documentation.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.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