rewriting http --> https not working

Matt Morgan minxmertzmomo at gmail.com
Tue Jul 26 19:54:30 UTC 2005


On 7/26/05, Matt Morgan <minxmertzmomo at gmail.com> wrote:
> On 7/26/05, patrick <gibblertron at gmail.com> wrote:
> > On 7/26/05, Nathan Grennan <fedora-list at cygnusx-1.org> wrote:
> > > On Tue, 2005-07-26 at 13:26 -0400, Matt Morgan wrote:
> > >
> > > > RewriteRule ^/webmail/(.*) https://%{SERVER_NAME}/webmail/$1 [R,L]
> > > > RewriteRule ^/mailman/(.*) https://%{SERVER_NAME}/mailman/$1 [R,L]
> > >
> > You just need to get rid of the leading slash in your patterns:
> >
> > RewriteRule ^webmail/(.*) https://%{SERVER_NAME}/webmail/$1 [R,L]
> > RewriteRule ^mailman/(.*) https://%{SERVER_NAME}/mailman/$1 [R,L]
> >
> > Patrick
> 
> Didn't help!
> 
> All I have to do is edit the file and restart apache, correct?
> 
 Another thought: is it possible I don't have mod_rewrite installed?
How would I know? It doesn't show up in my rpm db like mod_ssl, but I
get nothing when I do

yum install mod_rewrite

I get nothing. How do I know what apache modules are installed?




More information about the fedora-list mailing list