--On 7. April 2008 00:20:28 -0600 Jonathan Salazar Santos <[EMAIL PROTECTED]> wrote:
Hello All, I recently bought a dedicated server at Godaddy.com, the think its, I want to run zope in https mode, but not success, so... really: Must I need configure Apache+FastCGI+Zope to get ready SSL on Zope?
FastCGI???? You setup SSL in the same way as you would do it without using SSL. Standard Apache + RewriteRules. Except the related VirtualHost sectionneeds the Apache option for having SSL enable (SSLEngine on) + the related part within the standard rewrite rule for Zope as to be adjust from 'http'
to 'https'. That's all! -aj
pgp1TTJfGyIHh.pgp
Description: PGP signature
_______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
