On 27/9/01 11:54 am, "Andrew Kenneth Milton" <akm@theinternet.com.au> wrote:
+-------[ Justin Heesemann ]---------------------- | Hi...
| MATCH ^/(.*) CALL http://localhost:8080/VirtualHostBase/http/www.test.com:80/test.com/VirtualH... tRoot/\1
I normally use a slightly different one...
MATCH ^(.*)$ CALL http://localhost:8080\1
No beginning / on the regex, and no trailing / on the URL, So this would translate for you into;
MATCH ^(.*)$ CALL http://localhost:8080/VirtualHostBase/http/www.test.com:80/test.com/VirtualH... tRoot\1
This certainly works, but ... A document in the Zope tree with Roxen tags embedded in it, eg <gtext>Hello World</gtext> <tablist> <tab selected='selected'>About</tab> <tab>Info</tab> <tab>Browse</tab> </tablist> Comes out exactly like that, ie not rendered by Roxen. Am I missing sometyhing obvious here? I used to use Roxen 1.3 with the Zope.cgi fix (in the archives, search for Magnus and Roxen), but I want to have ZServer doing all its good stuff too. Anyone got any ideas? TIA Tone. -- Dr Tony McDonald, Assistant Director, FMCC, http://www.fmcc.org.uk/ The Medical School, Newcastle University Tel: +44 191 243 6140 A Zope list for UK HE/FE http://www.fmcc.org.uk/mailman/listinfo/zope