Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG  Not logged in ELOG logo
icon5.gif   password protect a logbook with Apache redirect, posted by Matt Newville on Wed May 2 17:06:35 2012 
    icon2.gif   Re: password protect a logbook with Apache redirect, posted by Stefan Ritt on Wed May 2 17:09:25 2012 
    icon2.gif   Re: password protect a logbook with Apache redirect, posted by Graham Medlin on Wed May 2 17:18:36 2012 
       icon7.gif   Re: password protect a logbook with Apache redirect, posted by Matt Newville on Wed May 2 18:19:18 2012 
Message ID: 67263     Entry time: Wed May 2 18:19:18 2012     In reply to: 67262
Icon: Smile  Author: Matt Newville  Author Email: newville@cars.uchicago.edu 
Category: Question  OS: Linux  ELOG Version: 2.9.2 
Subject: Re: password protect a logbook with Apache redirect 
> I don't remember the details, but originally had the same trouble. I think a "/" at the end of a url got me somewhere. 
> I have defined...
> 
> URL = http://somewhere.edu/elog
> 
> ...in the config file, and my redirect looks like this:
> 
> Redirect /elog http://somewhere.edu/elog/
> ProxyPass /elog/ http://somewhere.edu:8080/
> ProxyPassReverse /elog/ http://somewhere.edu:8080/


Yes, that did it:  Adding the URL to the config file was the key.

Thanks!
ELOG V3.1.5-fe60aaf