On Apr 6, 2006, at 3:19 AM, Luca Gibelli wrote:
> I'm running lurker 2.1 on a SSL only Apache2 installation.
> All links are broken, here is a sample line from the list page:
>
> <tr onClick="self.location='http://lurker.test.com/thread/
> 20060405.074145.f63c7822.en.html';"
I think your server is probably misconfigured, unless you really run
lurker.TEST.com? You should check the apache ServerName directive.
Lurker won't work if apache doesn't know its own name correctly.
> Of course disabling javascript is enough to make everything work.
Only superficially; other things like search / date jump / etc will
be broken.
> The problem has been reported before:
> http://terpstra.ca/lurker/message/20031231.114927.39238fd3.en.html
> and according to the ChangeLog for 1.1 the problem it's fixed:
> "Absolute urls now support SSL (https)"
Yes, this was a problem in the past.
If your ServerName is not in error, the next thing to check is that
you aren't seeing old cached HTML. Perhaps you originally ran lurker
without SSL (?), thus generating cached web pages. Later, after
converting to SSL, if you didn't purge the cached HTML, references to
the old location would remain. So, try running "lurker-prune -p" and
see if that fixes things.
If its still not working, could you double-check that 'HTTPS=on' is
set in the environment being passed to lurker? Simply replacing
lurker.cgi with:
#! /bin/bash
echo Content-type: text/plain
echo
set
will dump the environment. If you provide me with this output, I
would be much more likely to diagnose the problem.
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Lurker-users mailing list
Lurker-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lurker-users