* Peter Brezny <[EMAIL PROTECTED]> [010201 13:29]:
> However I'd like to be able to create a virtual domain
> 
> http://webmail.sysadmin-inc.com
> 
> that would automatically force peopople to the https sqwebmail server.
> 
> My difficulty lies in the apache config.
> 
> Here's what I've come up with that doesn't work.
> 
> NameVirtualHost 209.16.228.145:80
> 
> <VirtualHost 209.16.228.145:80>
> Port 80
> SSLDisable
> ServerName webmail.sysadmin-inc.com
> Redirect http://webmail.sysadmin-inc.com
> https://virtual2.sysadmin-inc.com/cgi-bin/sqwebmail/sqwebmail/

The first argument to Redirect is a URI, not a full URL. See
<http://httpd.apache.org/docs/mod/mod_alias.html#redirect>.

/pg
-- 
Peter Green : Gospel Communications Network, SysAdmin : [EMAIL PROTECTED]
---
Whenever you read a good book, it's like the author is right there, in the 
room talking to you, which is why I don't like to read good books.
 (Jack Handey)

Reply via email to