ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
66260
|
Mon Mar 23 22:29:20 2009 |
| Brett Viren | bv@bnl.gov | Question | Linux | Windows | 2.7.5 | Re: Problems with SSL and Synchronization |
> Synchronization with SSL does not yet work. I have to find some time to implement it. Since you are already the second one mentioning this, it slipped higher on my to-do list
Please make this 3. We (Daya Bay experiment) are just starting to set up Elog and will really want this feature!
Thanks.
-Brett. |
66261
|
Mon Mar 23 22:30:44 2009 |
| Brett Viren | bv@bnl.gov | Question | Linux | 2.7.5 | Re: Storing Elog database files in version control (CVS/SVN/GIT)? |
Brett Viren wrote: | Hi,
Is it possible to store ELOG back-end database files in version control so as to synchronize multiple ELOG
instances?
Has anyone tried it? Any obvious show stoppers to such an approach?
Cheers,
-Brett. |
I asked this before learning about mirroring which sounds like a good thing if we can make it work with SSL. |
66282
|
Thu Mar 26 21:34:24 2009 |
| Brett Viren | bv@bnl.gov | Question | Linux | Windows | 2.7.5 | Re: Problems with SSL and Synchronization |
Brett Viren wrote: |
Please make this 3. We (Daya Bay experiment) are just starting to set up Elog and will really want this feature!
|
I came up with a work-around for the lack of support for mirroring and SSL. You can put Elog behind an Apache proxy. Apache can serve through SSL for normal user access. The Elog server can "hosts allow" localhost and any mirrors and deny all others.
This still leaves the mirroring account subject to sniffing, which could be bad if mirrors are allowed to change content on the master, but it will greatly minimize the potential exposure of passwords. This could even be removed by only allowing localhost and mirroring over SSH tunnels.
-Brett. |
69238
|
Tue Oct 20 16:05:40 2020 |
| Bruno Schuler | bruno.schuler@empa.ch | Question | Windows | 3.1.4-2 | Upload attachment with py_elog |
Hello,
How can one add an attachment to a new or existing entry with py_elog?
E.g. if I want to upload an image.
Thanks for the help! |
67885
|
Wed May 6 17:35:14 2015 |
| Bruce Bush | bruce_bush@sil.org | Bug report | Linux | 3.10.2 | Path disclosure on unfound file |
Greetings,
Running elog 3.1.0 on CentOS 6.6. When I try to access a nonexistent file, elog reveals a path in the 404 page. For example:
Not Found
The requested file /usr/local/elog/themes/default/blortblortblort7854.htm was not found on this server
ELOG version 3.1.0
Is there any way to use a custom 404 page with elog, or to make it stop displaying the file information?
Thank you,
bb
|
67426
|
Mon Jan 14 03:05:41 2013 |
| Bruce Weber | bruce.weber@inmarsat.com | Question | Windows | 2.7.8 | Dual Time display and entry times |
ELog has been installed on our local server which runs on local time (UTC +8) and is working well, however, we work in two time zones.
Our PC's run in local time (IT requirement) but need to save and display one log in UTC and one log in local time - can this be done?
Appreciate anyones help!
Thanks |
976
|
Tue Mar 8 17:31:55 2005 |
| Benjamin Brown | brownbr@hotmail.com | Question | Linux | 2.5.7 | Compilation flag/file question |
If I want to go to the latest CVS release, what files do I have to compile
along with the elogd.c file? Also, do I need to use any special gcc flags
for the compilation? Thanks. |
978
|
Tue Mar 8 19:23:14 2005 |
| Benjamin Brown | brownbr@hotmail.com | Question | Linux | 2.5.7 | Re: Compilation flag/file question |
> > If I want to go to the latest CVS release, what files do I have to compile
> > along with the elogd.c file? Also, do I need to use any special gcc flags
> > for the compilation? Thanks.
>
> You need elogd.c, mxml.c and regex.c, the Makefile you can get from CVS as well
>
> http://midas.psi.ch/cgi-bin/cvsweb/elog/Makefile
Worked like a charm. Thanks again. |