hi, I'm in the process of putting a development site into production, and want to put it behind an Apache server to handle the SSL stuff. Apache 2 has been out a while now and looks good, and it would be nice to use the new release, rather than 1.13.xx which will be gradually replaced. Are there any known problems with using Apache 2.0.xx? Or is it still recommended to use 1.3.xx? and could someone please point me to a reliable how-to? there are a few out there. the site is for a high-profile charity project here in the UK, and the launch will be attended by the charity's president, Prince Charles - I'd really like for it not to f**k up! :) thanks in advance Ben Avery Youthnet UK
forgot to add: Zope 2.6.0, Python 2.1.3, Solaris 8, Sun LX-50 (Intel, single processor) ben@thesite.org wrote:
hi,
I'm in the process of putting a development site into production, and want to put it behind an Apache server to handle the SSL stuff.
Apache 2 has been out a while now and looks good, and it would be nice to use the new release, rather than 1.13.xx which will be gradually replaced.
Are there any known problems with using Apache 2.0.xx? Or is it still recommended to use 1.3.xx?
and could someone please point me to a reliable how-to? there are a few out there.
the site is for a high-profile charity project here in the UK, and the launch will be attended by the charity's president, Prince Charles - I'd really like for it not to f**k up! :)
thanks in advance
Ben Avery Youthnet UK
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Ben Avery wrote:
forgot to add:
Zope 2.6.0, Python 2.1.3, Solaris 8, Sun LX-50 (Intel, single processor)
Are there any known problems with using Apache 2.0.xx? Or is it still recommended to use 1.3.xx?
There are no issues with Apache2 when it comes to Zope. I would use mod_rewrite to forward requests to your zope server. Mod_rewrite http://httpd.apache.org/docs-2.0/misc/rewriteguide.html Mod_proxy http://httpd.apache.org/docs-2.0/mod/mod_proxy.html How to use it with Zope http://www.zope.org/Members/regebro/Zope_and_Apache - I have not read this in detail, so it may or may not be buggy. Have fun \Oliver -- Direkt?r / Managing Director Oliver Marx TEKK Lyngbyvej 20 DK-2100 K?benhavn ? Main: +45 39 15 80 60 Direct: +45 39 15 80 62 http://www.tekk.dk
participants (2)
-
Ben Avery -
Oliver Marx