I'm having trouble getting Zope and Proxy Pass to work the way I expect.... Specifically if you look at this site: http://www.bmb.colostate.edu:8111/ it's really supposed to proxypass to webdev.bmb.colostate.edu, but the ProxyPassReverse directive doesn't seem to clean/modify/correct the base tag in the header as I understand it should.... Here's the proxypass section of my httpd.conf for apache: ProxyRequests on NoCache * ProxyPass / http://webdev.bmb.colostate.edu/ ProxyPassReverse / http://webdev.bmb.colostate.edu/ ProxyPass /misc_ http://webdev.bmb.colostate.edu/misc_ ProxyPass /p_ http://webdev.bmb.colostate.edu/p_ And in the past I've tried it as: ProxyRequests on NoCache * ProxyPass /Zope/ http://webdev.bmb.colostate.edu/ ProxyPassReverse /Zope/ http://webdev.bmb.colostate.edu/ ProxyPass /misc_ http://webdev.bmb.colostate.edu/misc_ ProxyPass /p_ http://webdev.bmb.colostate.edu/p_ Ideas? Thanks, Josh -- ------------------------------------------------- Joshua Brauer Computer Support Scientist Department of Biochemistry and Molecular Biology Colorado State University Fort Collins, CO 80523 (970) 491-1080/pager: (970) 498-7995, #5837 -------------------------------------------------
Hi all, I can't seem to get the 'document_title' from a method into a standard header (when using '<dtml-var document_title>' in the header file the generated page uses the title of the header file itself. Using 'title_or_id' in the header file for a method uses the title or id from the folder it is in, not the title from the method itself. Any ideas? I didn't really find a solution in the archives; it does work with DTML Documents, but not with DTML Methods? Thnx, Jonathan
http://www.zope.org/Members/michel/HowTos/DTMLMethodsandDocsHowTo "They [methods] do not act like most other Zope objects because they are methods of the folder that contains them. " Very important reading. I've forgotten most of it, but what I remember is important. ----- Original Message ----- From: Jonathan <listsmurf@ur.nl> To: <zope@zope.org> Sent: Monday, July 31, 2000 1:06 PM Subject: [Zope] Passing 'document_title' to 'standard_html_header' from a method?
Hi all,
I can't seem to get the 'document_title' from a method into a standard header (when using '<dtml-var document_title>' in the header file the generated page uses the title of the header file itself.
Using 'title_or_id' in the header file for a method uses the title or id from the folder it is in, not the title from the method itself.
Any ideas? I didn't really find a solution in the archives; it does work with DTML Documents, but not with DTML Methods?
Thnx, Jonathan
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Jonathan -
Joshua Brauer -
Peter Bengtsson