-----Ursprüngliche Nachricht-----
Von: Amthauer, Heiner [mailto:Heiner.Amthauer@xxxxxxxxxxxxx]
Gesendet: Dienstag, 9. Mai 2006 11:24
An: users@xxxxxxxxxxxxxxxx
Betreff: [users@httpd] Using ProxyPass with ssl/non-ssl (Apache 1.3)Hi,
I've searched the archives and google and found lotsa postings about SSL-proxy. However, this is not an issue of SSL-proxy. Actually, it should'nt be an issue at all. Nonetheless, it doesn't work properly.
Here ist what I'm doing:
(Apache 1.3)
ProxyPass /foo http://mirror.some.org/foo
ProxyPassReverse /foo http://mirror.some.org/fooThis seems easy and does work just fine, if accessed via http://host/foo/whatever.
However, when using https://host/foo/whatever, only a few objects are loaded. Other objects can not be accessed. Looking in the log files, everything seems fine. I have absolutely no clue, what the reason my be. Any hints?regards
Heiner