Well, I seem to be running in circles. I'll try posting to the mongrel list maybe the problem lies there?
On Oct 8, 8:07 am, Glen <[EMAIL PROTECTED]> wrote: > <VirtualHost _default_:443> > ServerName cnm746852.techno.tvinet:443 > ServerAdmin [EMAIL PROTECTED] > TransferLog "C:\Program Files\Apache Software Foundation > \Apache2.2\logs\ssl_transfer.log" > ErrorLog "C:\Program Files\Apache Software Foundation\Apache2.2\logs > \ssl_error.log" > CustomLog "C:\Program Files\Apache Software Foundation\Apache2.2\logs > \ssl_access.log" combined > > ProxyPass /http://localhost:3000/ > ProxyPassReverse /http://localhost:3000 > > SSLEngine on > > RequestHeader set X_FORWARDED_PROTO 'https' > > SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW: > +SSLv2:+EXP:+eNULL > > SSLCertificateFile "C:/Documents and Settings\glen\workspace > \user_accounts\host.cert" > > SSLCertificateKeyFile "C:/Documents and Settings\glen\workspace > \user_accounts\host.key" > > <FilesMatch "\.(cgi|shtml|phtml|php)$"> > SSLOptions +StdEnvVars > </FilesMatch> > <Directory "C:/Program Files/Apache Software Foundation/Apache2.2/cgi- > bin"> > SSLOptions +StdEnvVars > </Directory> > > BrowserMatch ".*MSIE.*" \ > nokeepalive ssl-unclean-shutdown \ > downgrade-1.0 force-response-1.0 > > CustomLog "C:/Program Files/Apache Software Foundation/Apache2.2/ > logs/ssl_request.log" \ > "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" > </VirtualHost> > > I haven't created any .htaccess files so if any they are defaults in > default locations. > > On Oct 7, 4:54 pm, Freddy Andersen <[EMAIL PROTECTED]> wrote: > > > Please post your https virtualhost.. > > > Do you have any .htaccess files anywhere? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

