ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
69472
|
Thu Feb 10 19:03:56 2022 |
| Ezio Zanghellini | zanghell@chalmers.se | Info | Windows | 314-2 | ELOG problems with certificates | Recently I have had problems with ELOG not accepting the certificates (in this case from https://letsencrypt.org/) probably due to the old version of the SSL library of the binary distribution for Windows.
I have tried to follow the instructions to set up ELOG to work with Apache but they are probably old.
I have a simple solution for the Apache installation of XAMPP, the example is for two separate logbooks using each its own ELOG service on the same server:
1. I have set up the two ELOG to run as http://my.server.example.com:8080/ and as http://my.server.example.com:8081/
2. in c:\xampp\apache\conf\httpd.conf I have enabled the following (I am not sure if all the modules are really needed but this works for me):
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule headers_module modules/mod_headers.so
LoadModule proxy_html_module modules/mod_proxy_html.so
LoadModule xml2enc_module modules/mod_xml2enc.so
3. still in c:\xampp\apache\conf\httpd.conf, at the very end of the file I added the following:
ProxyRequests off
Redirect permanent /app1 https://my.server.example.com/app1/
ProxyPass /app1/ http://my.server.example.com:8080/
ProxyHTMLURLMap http://my.server.example.com:8080 /app1
Redirect permanent /app2 https://my.server.example.com/app2/
ProxyPass /app2/ http://my.server.example.com:8081/
ProxyHTMLURLMap http://my.server.example.com:8081 /app2
This way I can now connect to the two ELOG using https://my.server.example.com/app1/ and https://my.server.example.com/app2/ without troubles and no additional setting to either the configuration files of ELOG nor any need for virtual hosts, ...
I hope this might be of use.
|
719
|
Tue Oct 5 16:37:44 2004 |
| Gulzaman | zamanilyas@gawab.com | | Windows | | Windows XP Login Problem... | We are trying to use ELog on Windows XP with Protection on individual log
book and we unable to login after creating users even if we give correct
user name and password login screen reappears. We are able to log in to the
Elog when we use windows 98 Client we are running Elog on Windows XP and
without password protection on logbook it is working fine with windows 98.
For win xp clients we are using winxp sp 1, ie 6.1 using a proxy server |
723
|
Thu Oct 7 11:01:00 2004 |
| Gulzaman | zamanilyas@gawab.com | | Windows | | Re: Windows XP Login Problem... | > > We are trying to use ELog on Windows XP with Protection on individual log
> > book and we unable to login after creating users even if we give correct
> > user name and password login screen reappears. We are able to log in to the
> > Elog when we use windows 98 Client we are running Elog on Windows XP and
> > without password protection on logbook it is working fine with windows 98.
> >
> > For win xp clients we are using winxp sp 1, ie 6.1 using a proxy server
>
> First, upgrade to 2.5.4-5 (if you haven't done so). If the problem persists,
> please start elogd on the server with the "-v" flag, capture the screen output
> and send it to me by email so that I can have a look. Please send also your
> elogd.cfg file.
>
> - Stefan
Mr. Stefan
Following is elogd.cfg file text:
[global]
port = 8080
Main Tab = Home
Protect Selection page = 1
[Daily Log]
Password file = pwdfile
Self register = 0
Login expiration = 0
Admin user = user
Logout to main = 1
Theme = bubbles
Comment = Daily Call tracking and Issue Solving
Attributes = Author, Type, Category, Subject
IOptions Author = icon6.gif, icon7.gif
Options Type = Routine, Software Installation, Problem Fixed, Configuration, Other
Options Category = General, Hardware, Software, Network, Other
Extendable Options = Category
Required Attributes = Author, Type
Page Title = ELOG - $subject
Reverse sort = 1
Quick filter = Date, Type |
715
|
Thu Oct 7 11:01:00 2004 |
| Gulzaman | zamanilyas@gawab.com | | Windows | | Re: Windows XP Login Problem... | > > |
725
|
Sat Oct 9 11:04:37 2004 |
| Gulzaman | zamanilyas@gawab.com | | Windows | | Re: Windows XP Login Problem... | > > > We are trying to use ELog on Windows XP with Protection on individual log
> > > book and we unable to login after creating users even if we give correct
> > > user name and password login screen reappears. We are able to log in to the
> > > Elog when we use windows 98 Client we are running Elog on Windows XP and
> > > without password protection on logbook it is working fine with windows 98.
> > >
> > > For win xp clients we are using winxp sp 1, ie 6.1 using a proxy server
> >
> > First, upgrade to 2.5.4-5 (if you haven't done so). If the problem persists,
> > please start elogd on the server with the "-v" flag, capture the screen output
> > and send it to me by email so that I can have a look. Please send also your
> > elogd.cfg file.
> >
> > - Stefan
>
> Mr. Stefan
>
> Following is elogd.cfg file text:
>
> [global]
> port = 8080
> Main Tab = Home
> Protect Selection page = 1
>
> [Daily Log]
> Password file = pwdfile
> Self register = 0
> Login expiration = 0
> Admin user = user
> Logout to main = 1
> Theme = bubbles
> Comment = Daily Call tracking and Issue Solving
> Attributes = Author, Type, Category, Subject
> IOptions Author = icon6.gif, icon7.gif
> Options Type = Routine, Software Installation, Problem Fixed, Configuration, Other
> Options Category = General, Hardware, Software, Network, Other
> Extendable Options = Category
> Required Attributes = Author, Type
> Page Title = ELOG - $subject
> Reverse sort = 1
> Quick filter = Date, Type
Mr. Stefan
We tried installing elog on another pc with almost the same configuration and are
able to run it without any problems now. |
716
|
Sat Oct 9 11:04:37 2004 |
| Gulzaman | zamanilyas@gawab.com | | Windows | | Re: Windows XP Login Problem... | > > |
68858
|
Mon Nov 26 17:32:31 2018 |
| Yanick Vachon | yvachon@materiauxblanchet.ca | Request | Windows | 3.1.2 | Need to change port 25 | Hi,
We've made changes in our network and now we have to use port 587 instead of port 25, how can i edit that parameter?
Thanks |
68861
|
Tue Nov 27 15:21:31 2018 |
| Yanick Vachon | yvachon@materiauxblanchet.ca | Request | Windows | 3.1.2 | Re: Need to change port 25 | I Stefan, it works with the 587 port.

Stefan Ritt wrote: |
I believe Yanick means the SMTP port, not the port under which elogd is listening. The SMPT port is hard wired to 25, because port 587 was not yet defiend when I wrote that code. I can make this a variable, but only if it works. So Yanick can you test if port 587 accepts normal SMTP commands? We don't have such a new server at our lab and I cannot test it. Under Windows you can open a command prompt and telnet to the mail server:
telnet <server> 587
HELO test
MAIL FROM: test
your server should then reply with "220 ..." and "250 ..." messages. Once this works, I will implement the variable SMTP port.
Stefan
Andreas Luedeke wrote: |
This is nicely explained in the documentation: https://elog.psi.ch/elog/config.html#global
The following options are specific to the [global] section:
Port = <port>
Specifies the TCP port under which the server is listening. Default is 80. Can be superseeded via the '-p' command line flag.
Yanick Vachon wrote: |
Hi,
We've made changes in our network and now we have to use port 587 instead of port 25, how can i edit that parameter?
Thanks
|
|
|
|
Attachment 1: Port_587.png
|
|
|