Hi,

I'm trying to set a proxy server for imp.

I have in in my httpd-vhosts.conf apache 2.2.4 the conf as below.

Everything is working ok. But imp pages have no style set by css.

When I check the logs on the front end the css style sheets are being served ok.

eg - - [24/Aug/2007:21:24:01 +0300] "GET /horde-3.1.4/themes/screen.css HTTP/1.1" 200 11071

Any idea what is causing this and how to fix it?

Going straight to http://backend.example.com:8080/horde-3.1.4 everything works 100%

<VirtualHost *:80> DocumentRoot /apache_frontend_new/htdocs/ <Directory "/apache_frontend_new/htdocs/">
       Options Indexes MultiViews +Includes FollowSymLinks
       XBitHack on
       AllowOverride None
       Order allow,deny
       Allow from all
   </Directory>

   # Don't pass thru to backend serve from static front_end
   ProxyPass /horde-3.1.4/themes !
   ProxyPass /horde-3.1.4/imp/themes !
   ProxyPass /horde-3.1.4/js !

   # pass thru to backend
ProxyPass /horde-3.1.4 http://backend.example.com:8080/horde-3.1.4 ProxyPassReverse /horde-3.1.4 http://backend.example.com:8080/ ServerName test.example.com
   ErrorLog logs/test.example.com-error_log
   CustomLog logs/test.example.com-access_log common
   Redirect /index.html http://test.example.com/horde-3.1.4/
</VirtualHost>


Scott
begin:vcard
fn:Scott Alexander
n:Alexander;Scott
org:Humanistinen ammattikorkeakoulu/Humak University of Applied Sciences
adr:;;Anankatu 12;Helsinki;;99710;Finland
email;internet:[EMAIL PROTECTED]
title;quoted-printable:System Specialist / J=C3=A4rjestelm=C3=A4asiantuntija
tel;work:+358207621338
tel;fax:+358207261362
tel;cell:+358504119556
url:http://salexander.eu
version:2.1
end:vcard

-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]

Reply via email to