-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
Michael Dauer wrote: > Hi again, > > I had some problems in analysing the symtoms before. This came from a > strange behavier due to a wrong default charset in apache. > right what was it ? > Anyway, I would very much appreciate if you could help me to configure > the rewrite rules. > I sent you already a VirtualHost directive that is working and that we are using in here in one of my previous messages. + http://www.cps-project.org/sections/documentation/sysadmin/howto_to_setup_cps_with > I simply want to use Apache2 as SLL-enabler for Zserver. Every request > https://abc.mydomain.net should be rooted to http://localserver:8080. > And of cause all local references should be handles correctly. Other > domains serviced by the same apache server should be handled differently. > > I thought I could do it that way: > > <VirtualHost *:443> > > ServerName abc.mydomain.net > > RewriteRule ^/(.*) > http://localhost:8080/VirtualHostbase/https/%{HTTP_HOST}:443/VirtualHostRoot/$1 > [P,L] > > It seems to work everywhere in ZMI but not when actually calling a CPS > site. There many links and references are generated wrong. The cps site > id is ommitted in the path - e.g. https://abc.mydomain.net/sections > instead of https://abc.mydomain.net/cps/sections. > Try to apply mine. > After solving this problem I would like to know if I can improve the > performance by using some caching mechanism of apache2? Sure. You may use the apache cache or even a SQUID for caching purpose. If you want to improve the load of your server you may want to check ZEO and clusterized you Zope instance with the the use of load balancer such as balance or pound. J. - -- Julien Anguenot | Nuxeo R&D (Paris, France) CPS Plateform : http://www.cps-project.org mail: anguenot at nuxeo.com; tel: +33 (0) 6 72 57 57 66 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFCi0qBGhoG8MxZ/pIRAiPVAJ4ht0EWgejqJtBaVFLs/m4SIGRInwCfWq6C 9HTIpZ3f5JwSojecRuHzxEM= =1wxu -----END PGP SIGNATURE----- _______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
