Camille wrote:

> similar issue here, with apache and trac 0.10.
> When submitting changes on a wiki page, the browser tries to load an
> HTTP based url instead of HTTPS. So you finally get a timeout.
> However the changes are correctly applied on wiki page.
> 
> Any hint?

I use this one (it is for squirrelmail, but this should not matter):

<VirtualHost 192.168.1.234:80>
  ServerName webmail.sokoll.com
  ErrorLog /var/log/httpd/webmail_error_log
  CustomLog /var/log/httpd/webmail_access_log common
  RedirectMatch permanent ^/(.*) https://webmail.sokoll.com/$1
</VirtualHost>

HTH,
Rainer

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Trac Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to