Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG  Not logged in ELOG logo
icon1.gif   Proxy question, posted by Jesse Wodin on Wed Dec 7 02:37:40 2005 
    icon2.gif   Re: Proxy question, posted by Stefan Ritt on Wed Dec 21 20:59:26 2005 
Message ID: 1542     Entry time: Wed Dec 7 02:37:40 2005     Reply to this: 1560
Icon: Entry  Author: Jesse Wodin  Author Email: jwodin@stanford.edu 
Category:   OS:   ELOG Version:  
Subject: Proxy question 
I'm trying to run elog 2.6.0-beta4 under Apache 2.0.  I follow the directions, and everything works fine, so my
elog runs as

http://grattalab3.stanford.edu/elog/

running under port 8082, with the following lines in my httpd.conf file

 Redirect permanent /elog http://grattalab3.stanford.edu/elog
 ProxyPass /elog/ http://grattalab3.stanford.edu:8082/

This machine has an alias, which is http://exo-elog.stanford.edu.  My question is, how can I run elog so that
when someone types in this name, it brings up my elog? I know that I can make a VirtualHost entry and put a
redirect at the document root of that virtual host, but that seems clumsy.  Can I just modify ProxyPass or add a
Redirect statement somehow?

Thanks!
ELOG V3.1.5-fe60aaf