RedirectPermanent is implemented by mod_alias, so you need to activate
mod_alias.

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of John Markunas
> Sent: Monday, October 30, 2000 4:15 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Permanent re-direct
>
>
> Hello
>       The suggested use of VirtualHost as shown below yields the following
> error upon httpd(Apache) start up
>
>  Invalid command 'RedirectPermanent' perhaps mis-spelled or defined by a
> module not included in the server configuration.
>
> What am I doing wrong ?
>
> Sincerely
>
> John Markunas
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Martin Lichtin
> Sent: Monday, October 30, 2000 2:50 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Permanent re-direct
>
>
> >         What Apache directive do I use to make
> >         http://my-server
> >         always go to
> >         https://my-server
>
> This should work:
>
> <VirtualHost _default_:80>
>     RedirectPermanent / https://my-server/
> </VirtualHost>
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
>
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
>

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to