Re: [Zope] remote address
At 14:19 14/09/2001 +0800, Fritz Mesedilla wrote:
My setup right now has apache in front then zope. When I do a <dtml-var REMOTE_ADDR> it gives the address of the apache server. Is there a way to get the address of the visitor and not the apache server?
<dtml-var "REQUEST['REMOTE_ADDR']"> hth, Danny
It still gives me the apache address and not the visitor... do i have to do something with apache too... Fritz Mesedilla Systems Administrator Summit Interactive, Inc. FHM | Seventeen | Candy | Cosmopolitan | Preview | Good Housekeeping femalenetwork.com | candymag.com | fhm.com.ph | cosmo.com.ph Palm Pilot Software: TVSked - Download from the link below ---------------------------------------------------------------------------- http://mesedilla.tripod.com +Basta Ikaw Lord -----Original Message----- From: Danny William Adair [mailto:danny@adair.net] Sent: Friday, September 14, 2001 3:42 PM To: fritz.mesedilla@summitmedia.com.ph; Zope Mailing List Subject: Re: [Zope] remote address At 14:19 14/09/2001 +0800, Fritz Mesedilla wrote:
My setup right now has apache in front then zope. When I do a <dtml-var REMOTE_ADDR> it gives the address of the apache server. Is there a way to get the address of the visitor and not the apache server? <dtml-var "REQUEST['REMOTE_ADDR']"> hth, Danny
On Fri, Sep 14, 2001 at 03:59:30PM +0800, Fritz Mesedilla wrote:
It still gives me the apache address and not the visitor... do i have to do something with apache too...
You may wish to switch from mod_proxy to mod_pcgi2 or mod_fastcgi. Oleg. ---- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (3)
-
Danny William Adair -
Fritz Mesedilla -
Oleg Broytmann