Apache & Squirrelmail questions
    Ho'ala Greevy 
    hoala at secretbonus.com
       
    Fri Jan 25 01:13:11 PST 2002
    
    
  
after creating a cert, you could try adding something like this in your
httpd.conf file:
<VirtualHost myIP>
    DocumentRoot /path/to/htdocs/
    ServerName mail.yourdomainname.com
    RedirectMatch ^/(.*) https://yourdomainname.com/squirrelmail
    CustomLog /path/to/httpd_logs/access_log combined
</VirtualHost>
The RedirectMatch directive will match zero or more characters after the
ending '/' after the domain name.  so mail.yourdomainname.com and
mail.yourdomainname.com/fooblahwhatever will still redirect to
https://yourdomainname.com/squirrelmail
good luck,
-ho'ala
On Thu, 24 Jan 2002, MonMotha wrote:
> You could set up a virtual host on 443 (which SSL does anyway) and run 
> just squirrlmail on the host, and everything else off the other.  As for 
> a signed cert, you do need one, but you can sign it yourself (but every 
> browser will complain till no end when someone goes to it).
> 
> --MonMotha
> 
> Rodney Kanno wrote:
> 
> > I just set-up an Apache web server and Squirrelmail at home and had a few
> > question which I hope someone can answer.
> > 
> > 1. Is there a way that I can run all Squirrelmail related pages on port
> > 443 (ie. https://myIP/Squirrelmail) and all non Squirrelmail pages over
> > port 80?
> > 
> > 2. If so, do I need one of those signed certificates or is there a way I
> > can use https without a signed certificate, but still have encryption?
> > 
> > Thanks,
> > Rodney
> > 
> > 
> > 
> > 
> > ---
> > You are currently subscribed to luau as: monmotha at indy.rr.com
> > To unsubscribe send a blank email to $subst('Email.Unsub')
> > 
> > 
> 
> 
> 
> ---
> You are currently subscribed to luau as: hoala at secretbonus.com
> To unsubscribe send a blank email to $subst('Email.Unsub')
> 
    
    
More information about the LUAU
mailing list