Search results

  1. R

    Reverse proxy encoding troubles

    I would expect that something goes wrong in proxyconn.cpp (https://github.com/litespeedtech/openlitespeed/blob/master/src/extensions/proxy/proxyconn.cpp). There are quite some disabled instructions, both for debugging purposes and seemingly unfinished procedures. The code barely contains any...
  2. R

    Reverse proxy encoding troubles

    Hi Wackym, thanks a lot for confirming this issue! I did not respond to this thread because I know this issue exists for a long time and I do not want to give external parties root access to my servers. Anyway, I downloaded the source and did a grep on 'X' and found the following code that...
  3. R

    Reverse proxy encoding troubles

    Hi Pong, Thank you, but it seems Openlitespeed modifies the headers somehow thereby breaking the communication between the InfluxDB client and server. Without Openlitespeed inbetween it works without problems.
  4. R

    Reverse proxy encoding troubles

    Hi all, I am trying to reverse proxy an InfluxDB for Telegraf agents to connect to. When directing the Telegraf agents directly to the InfluxDB url (<ip>:8086) everything works as intended. When I put Openlitespeed inbetween as a reverse proxy I get this error back in the Telegraf agent...
  5. R

    Children die...

    Here you go :): (gdb) bt #0 doRead (this=<optimized out>) at ntwkiolink.h:134 #1 NtwkIOLink::onReadSSL (pThis=<optimized out>) at ntwkiolink.cpp:735 #2 0x00000000004d7c55 in NtwkIOLink::handleEvents (this=0xfd1160, evt=<optimized out>) at ntwkiolink.cpp:390 #3 0x00000000005387ee in...
  6. R

    Children die...

    When starting OLS I see some messages like this in the log: [AutoRestarter] child process with pid=13884 received signal=11, a core file is created! Any idea how come?
  7. R

    Server tuning connection timeout & websocket proxy

    Hi, When I try to set the connection timeout in the server settings -> tuning to 100000 an error occurs in the logfile that the value is too high (even though the description in the settings says it can be set to that value), and defaults back to 30. I cannot seem to use the websocket proxy...
  8. R

    [BUG] Can't create new vhost since V1.4.10

    Are no developers on this forum? Anyhow, it seems the javascript function 'lst_createFile' does not exist in the file dist/admin/html.open/res/js/lst-app.min.js. Thus the browser cannot execute the function which is under the link. The function is available in 1.4.8 and looks as follows...
  9. R

    Strange behaviour, have to restart router to get https back

    Hi LSMichael, Thanks for your response! Both my modem and router have upnp disabled. I moved the admin port to another port, but the same problems remain. To me it seems the reverse proxy functionality is broken somewhere since static and php pages work fine. Anything I can do to help debug?
  10. R

    Strange behaviour, have to restart router to get https back

    Hmm, same problem. Backend to https did not solve it. Just took a little longer. Any other reverse proxy settings I can try?
  11. R

    Strange behaviour, have to restart router to get https back

    Update: I get ajax-timeouts in my applications immediatelly after starting the web app. Even though the request timeout in OLS has been set to 120 secs.
  12. R

    Strange behaviour, have to restart router to get https back

    Update: I now changed the backend to https (the proxy also serves over https) and it seems to work now. It must have something to do with the reverse proxy implementation. Perhaps it's in the rewriting of headers, because that's the difference with my former webserver software where I could...
  13. R

    Strange behaviour, have to restart router to get https back

    More info: It only happens for computers within my internal LAN, external systems can reach the server and view pages. Connections seem to stall, I can connect to the server, but nothing happens when trying to request the page. See the debug below: [root@xxxxxx ~]# openssl s_client -connect...
  14. R

    Strange behaviour, have to restart router to get https back

    Hi, I am running 1.4.3 of Openlitespeed and noticed some strange behaviour which I don't know how to debug: I run a number of https virtual hosts which are all proxies to other services. This setup runs well for some hours after which I cannot seem to reach the https server anymore. Only a...
  15. R

    Install on low end VPS (128MB). Is it possible ?

    In my experience that should be no problem, it is quite lightweight and memory usage is for a large part determined by the scripts you run. You can easily tune the number of workers and number of running PHP processes. Obviously it also depends on what other processes you run within the VPS.
  16. R

    Generate self-signed certificates

    Hi, Sorry for spamming this forum with stuff, but I really like OLS and I hope it will be supported until eternity ;) Anyway, back in the days we had Zeus webserver, and one of the great features it had was the ability to create self-signed certificated from within the web based admin...
  17. R

    PHP memory exhausted admin interface

    Hi :) Sometimes the administration interface gives me blank pages (mostly when trying to save settings) and I noticed the PHP memory is exhausted by the admin script sometimes. This is visible in the error log, e.g.: 2015-01-07 21:09:51.564 [NOTICE] [xx.xx.xx.xx:49466] [STDERR] PHP Fatal...
  18. R

    Modify proxy headers

    And some info about the guacamole disconnects (via websockets): First a line to connect to a service in guacamole: ["xxx.xxxxxxxx.com"] 213.xxx.xxx.xxx - - [07/Jan/2015:16:07:02 +0100] "GET...
  19. R

    Modify proxy headers

    Errors like this also appear a lot in the log files (for all vhost templates and configs): 2015-01-07 15:10:49.695 [INFO] [PlainConf] [virtualHostTemplate:] Failed to RCS checkin conf file /opt/litespeed/conf/templates/ccl.conf0, ret 32512, error(Invalid argument). Org command is ci -l -q...
  20. R

    Modify proxy headers

    Hi Michael, Thanks a lot for your quick answer! My log directory is full of error logs, here are some lines which occur very, very frequently in the log files: 2015-01-07 14:31:37.456 [NOTICE] 26066 44 SESS GET-FAILED TO FIND SSL SESSION <0x1cd9fa0>: ID [73AA9...
Top