Re: Running ELOG under Apache, posted by Stefan Ritt on Mon Jan 30 12:27:08 2006
|
[quote="Dimitrios Tsirigkas"]Sorry if this has been asked elsewhere and I'm missing it. I want to stop users from accessing my elog by loading the URL:
http://mycomputerURL:8080 and only make it accessible through http://mycomputerURL/elog. The end goal would be to use Apache to control access. I followed
the instructions under "Running elogd under Apache" in the admin guide, but what that did was simply to redirect browsers trying to load ttp://mycomputerURL/elog |
compiling elog 2.6.1 on solaris platform, posted by Angus Au on Thu Feb 2 03:19:44 2006
|
I came across problem in compiling elog 2.6.1 on solaris platform.
The messages "
|
sort after find, posted by Willem Koster on Fri Feb 3 12:38:57 2006
|
When I do a find (like Field1 = XXX )
and then try to sort the results I get the entire list again (but sorted) instead of the sorted results.
But when I fabricate a url manually like
|
Re: compiling elog 2.6.1 on solaris platform, posted by Willem Koster on Fri Feb 3 13:10:14 2006
|
[quote="Angus Au"]I came across problem in compiling elog 2.6.1 on solaris platform.
Is there any fix ? I can compile elog 2.6.0 successfully on solaris.[/quote]
|
elog allows me to create user "blahblah ", posted by Dimitrios Tsirigkas on Fri Feb 3 18:15:47 2006
|
Hi,
I noticed that when I register a username that contains whitespaces (eg "boing "), elog allows me to create the user of that name and updates the password |
Re: elog allows me to create user "blahblah ", posted by Dimitrios Tsirigkas on Fri Feb 3 18:25:32 2006
|
By the way, it is also possible to create a user that doesn't have a password! Shouldn't that be forbidden?
Dimitris |
Re: compiling elog 2.6.1 on solaris platform, posted by Stefan Ritt on Mon Feb 6 08:27:40 2006
|
[quote="Angus Au"]ld: fatal: library -lutil: not found[/quote]
The [B]util[/B] library was added recently because of the new shell substitution functionaly, which requires the [B]forkpty()[/B] function call. If you |
Re: elog allows me to create user "blahblah ", posted by Stefan Ritt on Mon Feb 6 12:54:25 2006
|
[quote="Dimitrios Tsirigkas"]By the way, it is also possible to create a user that doesn't have a password! Shouldn't that be forbidden?[/quote]
Well, some people want that! |