Re: Elog stopped working, posted by Andreas Luedeke on Thu Mar 30 09:14:13 2017
|
I have a crontab set-up for root:
crontab -e
* * * * * if ! ps -C elogd >/dev/null;then /sbin/service elogd restart;fi |
command line and apache+ldap authentication, posted by Stefano Lacaprara on Thu Apr 6 17:36:46 2017
|
Hi,
we are running an elogd (with SSL) server on a machine and using apache as a proxy.
|
Re: command line and apache+ldap authentication, posted by Stefan Ritt on Fri Apr 7 12:16:24 2017
|
Hi, the elog command line client does not know anything about Apache authentication, therefore the authentication with the elog username/password fails.
As an alternative to the command line client you can use the "curl" utility (available under Linux). This tools has the "-u" flag,
which works with Apache. The tricky thing is now to "emulate" your browser submitting an entry. You can do |
Full anonymous access, posted by K on Thu Apr 20 12:45:11 2017
|
How can i configure eLog to be used completely anonymous without the need to log in?
I tried menu and guest menu settings without luck. I do not use password files. With earlier versions this was easy to set up...
|
Re: Full anonymous access, posted by Stefan Ritt on Thu Apr 20 12:59:24 2017
|
Sure. Just remove "Password file = ..." and any guest menu.
Stefan
K |
Re: Full anonymous access, posted by K on Thu Apr 20 13:35:53 2017
|
Does not work.
Clean install (debian 8 x64, with aptitude), only thing i've changed in the config is "URL"-parameter (global section) and
redirection with Apache. No luck. Edit or delete gives an error "Error: Command "Delete" not allowed", "New" |
Re: Full anonymous access, posted by Stefan Ritt on Thu Apr 20 13:45:42 2017
|
Version 2.9.2 is hopelessly outdated. Please upgrade to the current version on bitbucket. You also might have to delete any cookie in the browser sent
to the elog server.
K |
Re: Full anonymous access, posted by K on Thu Apr 20 13:48:43 2017
|
OK, i will try that. Thanks.
Stefan
Ritt wrote:
Version 2.9.2 is hopelessly outdated. Please upgrade to the current |