-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Michael Dauer wrote:
> Hi,
> 
> Apache rewrite and Virtual Host Monster do not work with themes. At
> least I do not know how.
> 
> When I rewrite to the root of a CPS site it seems to work on the first
> view. But there are problemes within the theme editor.
> 
> When I rewrite to the root of a CPS site for https requests I get some
> warnings becomes some parts of the page are loaded via http. Actually
> this parts are elements from the theme.
> 
> When I rewrite the root of Apache to the root of ZOPE everything works
> fine within ZOPE. But the CPS site doesn?t work at all. Only text ist
> shown, nothing of the graphical layout.
> 
> CPS3.3.3
> 
> ZOPE2.7.4
> 
> Apache 2
> 
> SSL rewrite Apache root to ZOPE root:
> 
> RewriteCond %{HTTP:Authorization} ^(.*)
> 
> RewriteRule ^/(.*)
> http://localhost:8102/VirtualHostBase/https/%{HTTP_HOST}:443/VirtualHostRoot/$1
>

Hi Mick,

You might want to try this (extract from my Apache 2 httpd.conf):

### site de dev xxxx
<VirtualHost 127.0.0.1:80>
ServerName xxxx
RewriteEngine on
RewriteCond %{HTTP:Authorization}  ^(.*)
RewriteRule ^/(.*)
http://localhost:8080/VirtualHostBase/http/%{SERVER_NAME}:80/cps/VirtualHostRoot/$1[P,l]
</VirtualHost>

Cheers,

        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

iD8DBQFCiTV5GhoG8MxZ/pIRAuvfAJ9YuDlD/nWXqPJNYZ6sRw6g+wKTRgCaApGT
jUU+sl1G2tBazBUthMNwigM=
=XffB
-----END PGP SIGNATURE-----
_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users

Reply via email to