OpenLiteSpeed 1.3.1 Out Now!

57 views
Skip to first unread message

lsmichael

unread,
May 6, 2014, 5:36:14 PM5/6/14
to openlitespee...@googlegroups.com
Just released OpenLiteSpeed 1.3.1. It contains a number of bug fixes as well as increased LSIAPI and cache functionality.

We are still fine tuning and editing the LSIAPI documentation. We hope to have it out soon, but, before we can put it out, we want to make sure it's detailed, logical, and eminently usable.

Cheers,

Michael

George Alin

unread,
May 9, 2014, 6:26:41 AM5/9/14
to openlitespee...@googlegroups.com
I installed it and it works great.
Can say if it's better than 1.2.9.
The cache module is not working as it should.
For example: when I try to log in to any control pannel, it returns a page with an error "Server failed to send data". But after I refresh the page, I see myself logged in.

George Alin

unread,
May 9, 2014, 7:12:19 AM5/9/14
to openlitespee...@googlegroups.com
And another bug:
I can't acces any password protected folder, file.


"No data received

Unable to load the webpage because the server sent no data."


David

unread,
May 9, 2014, 9:21:22 AM5/9/14
to openlitespee...@googlegroups.com, staff...@yahoo.com
By default, cache is disabled.
You need to register it in the webAdmin GUI and set the parameters to it to enable it.
The control panel you mean is the webAdmin? If yes, it maybe be error of the browser, since no module will affect the webAdmin, even if cache is enabled.
Any further issue, please let us know.
Thanks.
--
You received this message because you are subscribed to the Google Groups "OpenLiteSpeed Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openlitespeed-deve...@googlegroups.com.
To post to this group, send email to openlitespee...@googlegroups.com.
Visit this group at http://groups.google.com/group/openlitespeed-development.
For more options, visit https://groups.google.com/d/optout.

Stefano Balocco

unread,
May 10, 2014, 11:18:15 AM5/10/14
to openlitespee...@googlegroups.com
Hello,
        I've a webserver that have an external app (reverse proxy) that require authentication.
With the 1.3.1 update, the proxed request simply doesn't return. If I curl the url, it never return.

With 1.2.9 I didn't got any problem.

What's happens?

Regards,
             Stefano

Stefano Balocco

unread,
May 10, 2014, 12:04:01 PM5/10/14
to openlitespee...@googlegroups.com
I need to clarify. With 'it never return' I mean that it return data but the socket remains open, like if not all data was sent.

Tracy Perry

unread,
May 10, 2014, 9:02:13 PM5/10/14
to openlitespee...@googlegroups.com
Looks like there might be a bug?  One site I installed it on for a guy and when I go to the control panel for OLS it has his logon information displayed (username AND password) - even though I've never logged on there with his account before.  Happened in Chrome and Safari on my Mac (and I never use Safari).

George Wang

unread,
May 11, 2014, 4:56:37 PM5/11/14
to openlitespee...@googlegroups.com
Looks like one line of code was commented out by mistake. Please try patch below:

diff --git src/http/httpsession.cpp src/http/httpsession.cpp
index 95a175a..65703ee 100644
--- src/http/httpsession.cpp
+++ src/http/httpsession.cpp
@@ -1174,7 +1174,7 @@ DO_AUTH:
                 {
                     int ret1;
                     ret1 = checkAuthentication( aaa.m_pHTAuth, aaa.m_pRequired, resume);
-//                     if ( ret1 )
+                     if ( ret1 )
                     {
                         if ( D_ENABLED( DL_LESS ) )
                             LOG_D(( getLogger(), "[%s] checkAuthentication() return %d",

George Wang

unread,
May 11, 2014, 4:59:18 PM5/11/14
to openlitespee...@googlegroups.com
same bug reported by George Alin, the patch should fix it. 

George Wang

unread,
May 11, 2014, 5:01:07 PM5/11/14
to openlitespee...@googlegroups.com
Can you clarify it ?
The browser automiatically fill-in the username/password for the webadmin console login page?
I think it is a browser feature, nothing to do with the server. 

George Alin

unread,
May 12, 2014, 5:51:53 PM5/12/14
to openlitespee...@googlegroups.com
Does the actual version you provide at download has been patched?

George Wang

unread,
May 12, 2014, 7:30:08 PM5/12/14
to openlitespee...@googlegroups.com
not yet. we may have to release a new version later. Waiting for more
bug reports. :-)

Best regards,
George Wang
Reply all
Reply to author
Forward
0 new messages