ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
65999
|
Mon Oct 13 13:06:59 2008 |
| Brassmann | info@flash-networx.de | Question | | | Guest Account doesnt work |
Hi ,
i have a little problem with the guest access. There is no acces to the logbooks as a guest. Evereytime i see the loginbox after clicking the logbook.
[Informations] Guest menu commands = List, Back, Find, Login, Help Guest find menu commands = List, Find, Select, Login, Help Password file = ./passwd Self register = 1 Logfile = elogd.log Logging level = 3 Login expiration = 24 Admin user = testuser
Theme = default Preset Author = $long_name Attributes = Author, Subject Locked Attributes = Author Required Attributes = Author, Subject Page Title = ELOG - $subject Reverse sort = 1 Quick filter = Date, Subtext
Thanks for help, Brassmann |
66003
|
Fri Oct 17 16:59:42 2008 |
| thorsten kamps | t.kamps@gmx.net | Question | Windows | | Possible to submit entries by email to logbook |
Hi, thanks to everyone involved for giving us the elog.
A question:
Is it possible to submit entries to an elog on a remote machine by email?
Thanks, Thorsten |
66004
|
Fri Oct 17 17:03:02 2008 |
| thorsten kamps | t.kamps@gmx.net | Question | Windows | | Easy way to submit images from screenshots as new entry |
Hi, thanks for everyone involved for giving us the elog.
A question:
Is there an easy way (without intermediate save) to send screenshots (with irfan, snagit or hardcopy) as a new entry to an elog running on a remote machine?
Thanks, thorsten |
66005
|
Fri Oct 17 18:04:15 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | | Re: Easy way to submit images from screenshots as new entry |
thorsten kamps wrote: |
Hi, thanks for everyone involved for giving us the elog.
A question:
Is there an easy way (without intermediate save) to send screenshots (with irfan, snagit or hardcopy) as a new entry to an elog running on a remote machine?
Thanks, thorsten
|
I use HoverSnap. This program generates a saved screenshot with one keystroke, so at least it saves you the manual save. |
66006
|
Fri Oct 17 18:06:04 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | | Re: Possible to submit entries by email to logbook |
thorsten kamps wrote: |
Hi, thanks to everyone involved for giving us the elog.
A question:
Is it possible to submit entries to an elog on a remote machine by email?
Thanks, Thorsten
|
Have a look at Contributions. |
66019
|
Wed Oct 29 05:41:02 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: Guest Account doesnt work |
Brassmann wrote: |
Hi ,
i have a little problem with the guest access. There is no acces to the logbooks as a guest. Evereytime i see the loginbox after clicking the logbook.
[Informations] Guest menu commands = List, Back, Find, Login, Help Guest find menu commands = List, Find, Select, Login, Help Password file = ./passwd Self register = 1 Logfile = elogd.log Logging level = 3 Login expiration = 24 Admin user = testuser
Theme = default Preset Author = $long_name Attributes = Author, Subject Locked Attributes = Author Required Attributes = Author, Subject Page Title = ELOG - $subject Reverse sort = 1 Quick filter = Date, Subtext
Thanks for help, Brassmann
|
I tried your configuration and it worked as expected. Maybe you have edited the wrong configuration file, not restarted the server, or have an old page in your browser cache. |
66035
|
Wed Nov 5 20:37:37 2008 |
| Glen MacLachlan | maclach@gwu.edu | Question | Linux | | Proxy Error |
A problem recently developed for our elog...after running without much problem the elog daemon was restarted on an ubuntu server running apache2. Now the server gives 502 Proxy Error messages:
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /elog.
Reason: Error reading from remote server
I did a force-reload of apache after making sure the modules are enabled. I also restarted elogd but to no avail. One symptom seems to be that the GET request is empty...that is before it was:
"GET /elog/sample_elog/etcetera HTTP/1.1"
but now it is just
"GET /elog HTTP/1.1"
Just started out of the blue...
Any ideas? |
66036
|
Thu Nov 6 08:11:57 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | Re: Proxy Error |
Glen MacLachlan wrote: |
A problem recently developed for our elog...after running without much problem the elog daemon was restarted on an ubuntu server running apache2. Now the server gives 502 Proxy Error messages:
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /elog.
Reason: Error reading from remote server
I did a force-reload of apache after making sure the modules are enabled. I also restarted elogd but to no avail. One symptom seems to be that the GET request is empty...that is before it was:
"GET /elog/sample_elog/etcetera HTTP/1.1"
but now it is just
"GET /elog HTTP/1.1"
Just started out of the blue...
Any ideas?
|
I have a similar problem when I restart the elogd daemon. To fix that, I usually also restart Apache. |