Isolating search urls, posted by Philip Leung on Wed Aug 12 16:59:30 2015
|
Hello all,
I am in need of isolating GET-requests referring to long-running, read-only elog functions such as search/filter/sort in our Apache proxy and
redirecting them elsewhere. There does not, however, appear to be any easy way of reliably isolating these functions (with the exception of sort) by only |
Re: Isolating search urls, posted by Stefan Ritt on Wed Aug 12 17:19:45 2015
|
I guess the underlying problem is the long time these requests take and block other users.
I have pretty high on my todo list to convert ELOG into a multi-threaded server which would fix this completely. So if you are patient enough
(=months) you might get what you want. |
Re: Isolating search urls, posted by Philip Leung on Thu Aug 13 10:05:22 2015
|
Thanks for the quick response!
The idea is to run multiple instances of elog where
Stefan |
Re: Isolating search urls, posted by Philip Leung on Thu Aug 13 10:06:23 2015
|
Thanks for the quick response!
It's great to hear that multi-threading is in the works as this has been my main issue with an otherwise very nice piece of software. I do,
however, feel like we should be able to get my slightly hacky approach to work to hold us over until you finish. |
IE 11 - Text Edit Toolbar Not Working, posted by John Krautkramer on Sat Aug 15 00:00:36 2015
|
Hi,
I've been exploring elog. I find when using IE 11, the text editor formatting buttons don't work with HTML encoding selected. The entire
toolbar is grayed out. It appears to work fine with Chrome. Any ideas or direction to look? elog v3.1.1 is running on RedHat EL5. I've tried the |
Re: IE 11 - Text Edit Toolbar Not Working, posted by Andreas Luedeke on Mon Aug 17 09:27:45 2015
|
This reply has been written with IE 11 using the embedded HTML editor of ELOG. Therefore it is obviously not a problem of ELOG 3.1.1 with IE 11.
It could be a problem with your ELOG installation or it could be a problem with you IE 11 configuration. Can you use the HTML editor of this
forum with IE11? Did you install ELOG 3.1.1 on top of an existing ELOG installation? |
Re: IE 11 - Text Edit Toolbar Not Working, posted by Stefan Ritt on Mon Aug 17 09:55:16 2015
|
Also make sure you don't have "Compatibility Mode" turned on in IE11.
See here for example: http://winaero.com/blog/how-to-enable-compatibility-view-in-internet-explorer-11-ie11/
Andreas |
Re: Isolating search urls, posted by Philip Leung on Mon Aug 17 10:32:51 2015
|
Is there no good way of differentiating search operations from others by URL?
Philip
Leung wrote:
Thanks for the quick response! |