ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
68210
|
Mon Dec 14 04:42:04 2015 |
| Dawang | raymund.dawang@gmail.com | Request | Windows | Latest | Sample of actual elog Config with URL in SSL |
HI Guys,
Can you please give me an idea how will I write in the config. I want my elog will be accessed via internet. Though there's a tutorial / guideline, I need an actual config file for me to easily grasp how the URL = xxx should be write. Do my port should be Port = 433 and SSL=1?
Thanks,
Raymund |
68236
|
Fri Jan 15 00:20:42 2016 |
| Dawang | raymund.dawang@gmail.com | Question | Windows | Latest | Can I host elog in the web under windows platform without Apache Web Server? |
Hi All,
Can I host elog in the web (internet) under windows platform (elogd.exe only) without Apache Web Server? If possible, what syntax should I add in the configuration file? Appreciate feedback. Thanks.
Cheers,
Raymund |
68247
|
Fri Jan 29 05:38:03 2016 |
| Dawang | raymund.dawang@gmail.com | Question | Windows | Latest | Re: Can I host elog in the web under windows platform without Apache Web Server? |
Thanks Andreas and Stefan,
Since I'm not good in setting up webserver, do you know a web hosting company that can I use to integrate elog so that i can access my elog publicly same as you are using here? Thanks.
BR,
Raymund
Andreas Luedeke wrote: |
I admit that I'm not sure if I understood the question. It is quite some work to do the opposite, to run elog behind an Apache Web Server.
But if you just install ELOG out of the box it will always run without an Apache Web Server. You don't need to add anything in the config file for that.
Dawang wrote: |
Hi All,
Can I host elog in the web (internet) under windows platform (elogd.exe only) without Apache Web Server? If possible, what syntax should I add in the configuration file? Appreciate feedback. Thanks.
Cheers,
Raymund
|
|
|
877
|
Mon Jan 17 01:13:27 2005 |
| Rashid Ali | rashid.k.ali@gmail.com | Question | Windows | 2.5.5-4 | How do I Export the 'Date' and 'Text' fields. |
I can export the Attributes I define easily and the Subject. Can't seem to
export the Entry Date and the Text fields.
Help. |
898
|
Tue Feb 1 14:41:08 2005 |
| Bee | ralphb.elog@spampot.com | Question | All | 2.5.5-2 | Finding Last Changed Entries |
Is there an inbuilt way to find the last entries changed in an elog?
I could add a "Last Mod" attribute and then config "Subst on edit Last Mod =
$date", but it occurred to me that this functionality might already be in
this wonderful tool somewhere, but I just haven't found it yet.
So, is it?
Best regards, Ralph. |
69583
|
Sat Nov 5 15:21:44 2022 |
| Ralph Biggins | ralph.biggins@cgi.com | Question | Linux | Windows | 3.14 | User groups |
Is it possible to have within elog (defined in password file?) a user group so that only those members of a group have certain elements visible? |
487
|
Sun Feb 29 18:31:47 2004 |
| Raj | rajelio@yahoo.com | Question | Windows | 2.5.1 | Re: Instant Edit Link |
I have done all that you suggested and all I get is the Message ID # that takes
me to the message.
I even upgraded to the 2.5.1 version. Then I placed the elogd.c in the SRC
folder. Also placed the images in the themes folder.
When I edit the List Display line it throws all my columns off by 1.
No luck so far.
Any suggestions?
PS
Thanks for such a quick reply!
> I have added that functionality according to your request. In elogd.cfg, you
> can specify
>
> List Display = ID, Edit, Delete, Date, Author, ... <other attributes>
>
> which gives you two colums, one to edit and entry and one to delete one. See
> the attached picture. I presume that's what you want. This works on the
> newest version
>
> http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c?rev=1.272
>
> and you need the two icons
>
> http://midas.psi.ch/cgi-bin/cvsweb/elog/themes/default/edit.gif?rev=1.1
> http://midas.psi.ch/cgi-bin/cvsweb/elog/themes/default/delete.gif?rev=1.1
>
> to be put under your elog/themes/default/ directory. Or you wait for the
> next official release (;-) |
497
|
Fri Mar 5 17:26:29 2004 |
| Raj | rajelio@yahoo.com | Question | Windows | 2.5.1 | Re: Instant Edit Link |
I must have misunderstood what you meant. That aside, I don't know how to compile
the elogd.c so any help would be appreciated. I would like to learn how to also.
Thanks.
> > I even upgraded to the 2.5.1 version. Then I placed the elogd.c in the SRC
> > folder. Also placed the images in the themes folder.
>
> As I wrote, you have to get the latest elogd.c, revision 1.272 and *COMPILE* it
> (or wait for the next official release). If you cannot compile elogd.c, let me
> know and I can send you the executable. |