Re: Sample of actual elog Config with URL in SSL, posted by Chris Smyth on Tue Aug 9 04:23:07 2016
|
By the Makefile i belive you are refering to the elogd.cfg? if not what file do I have use?
I have added
port = 443 |
Re: Sample of actual elog Config with URL in SSL, posted by Andreas Luedeke on Tue Aug 9 14:01:04 2016
|
You need to download the source file package of ELOG and compile it. If you don't know what a Makefile is, then it is likely futile for you to attempt
to compile ELOG.
Or in other words: you cannot use SSL. |
Re: Sample of actual elog Config with URL in SSL, posted by Andreas Luedeke on Tue Aug 9 14:08:20 2016
|
You've already named your solution: drop the very old ELOG version and download the new one. Obviously it was compiled with USE_SSL and you can use
it right away.
Since you probably don't even have the source files of the old version, you'll have no chance to make it work with that. Just use ELOG |
Conditional attribute activation, posted by Devrim Esenturk on Fri Jul 21 15:24:33 2017
|
I have a stock database running latest elog version on windows. I am reserving some products which not been sent to customer mistakenly and using value
"reserved" for it. But I need another attribute for comment reason of reserving but this attribute must be activated when reserved value selected.
Is this possible? I didn't see any option for this at admin guide. |
Re: Conditional attribute activation, posted by Andreas Luedeke on Mon Jul 24 14:33:51 2017
|
Yes, this is possible by using "Conditional Attributes". Have a look at the ELOG syntax help: https://midas.psi.ch/elog/config.html#conditional
To hide attributes on edit, you can use "Show Attributes Edit = ..." for the conditions; and you
only list the comment reason for the case where the value of the other attribute has the value "reserved". |
Elog and Certs, posted by Chuck Brost on Fri Aug 1 22:46:09 2014
|
Elog V2.9.1-2435 if it matters.
It is time again to install the certs for SSL in Elog, and the standard openssl command line does not seem to produce the files that I need in
order to get it working on my system. |
Re: Elog and Certs, posted by Andreas Luedeke on Sat Aug 2 06:59:22 2014
|
Chuck Brost wrote:
Elog V2.9.1-2435 if it matters. |
Re: Elog and Certs, posted by Chuck Brost on Mon Aug 11 22:21:43 2014
|
Andreas Luedeke wrote:
|