Search results

  1. c0ldshadow

    HTTP Response Content-Length is "Correct" for binary file, but the actual response is wrong/too small

    It was a bug in my code, fixed it... needed a string.append instead of += on a char buffer=)
  2. c0ldshadow

    HTTP Response Content-Length is "Correct" for binary file, but the actual response is wrong/too small

    Hi Guys, First, this may be a bug in my C++ code, not a litespeed issue=) However, I want to make sure I am not missing anything because I have a feeling it could be something with my LS configuration causing me to not understand something I have a C++ program that downloads a binary file over...
  3. c0ldshadow

    Litespeed potentially breaking yum update - not sure -- "(@litespeed-update)" broken...

    Hi Team, I'm running the latest version of Litespeed... LiteSpeed Web Server Enterprise 5.4.7.. .paid customer Today I ran yum update and it failed with the following output, and some of the text involved Litespeed (notice "(@litespeed-update)" so I'm not sure if this problem is related to my...
  4. c0ldshadow

    LS 5.3.6 - letsencrypt cert renews, but lsws keeps serving old cert until graceful restart

    Hi, I'm on LS 5.3.6. One of my letsencrypt certs expired yesterday but successfully renewed via certbot renew. Everything worked correctly from certbot... However, my website kept serving the old/invalid cert until I manually logged in to lsws console and did a graceful restart. Is this a...
  5. c0ldshadow

    Unable to renew letsencrypt cert on Ghost blog behind litespeed - proxypass needed?

    @Jon K Thanks this worked! You are a hero. Although it appears to work, does the order matter here, this is what it shows in my litespeed contexts: Static /.well-known/ 2 + / - View Edit Delete Proxy / 1 + / - View Edit Delete Best...
  6. c0ldshadow

    Unable to renew letsencrypt cert on Ghost blog behind litespeed - proxypass needed?

    Hi @Pong I tried the following command: certbot renew -a webroot instead of certbot renew which produced the same error: - The following errors were reported by the server: Domain: removed.com Type: unauthorized Detail: Invalid response from...
  7. c0ldshadow

    Unable to renew letsencrypt cert on Ghost blog behind litespeed - proxypass needed?

    Hello @Jon K Ghost is hosted locally on the server. Regarding whether it is running as a Web Server/Proxy external app, I am not sure (I used paid consult hours to have litespeed staff set it up). However, I can see this in the config which may help answer the question. Under "External App"...
  8. c0ldshadow

    Unable to renew letsencrypt cert on Ghost blog behind litespeed - proxypass needed?

    Hi LiteSpeed Community and Staff, I am running into a problem where my Ghost blog running behind a litespeed server can't renew the letsencrypt SSL cert, and I think the solution may involve needing to add something to my htaccess. My Ghost blog is running behind "external app" feature in the...
  9. c0ldshadow

    Paid consulting hours for setting up Ghost blog on my litespeed?

    Thx Pong. I Purchased the consulting hour. I'll private message you with more details
  10. c0ldshadow

    Paid consulting hours for setting up Ghost blog on my litespeed?

    Hi Litespeed Team, I would like to purchase paid consulting hours to setup Ghost blog for one of my vhost domains. I have not been able to figure this out on my own (And I am pretty technical). I am using litespeed (paid, latest version) and CentOS 7 which a bit of non standard setup for...
  11. c0ldshadow

    "illegal entry point" error when upgrading via WebUI from 5.0.6. to 5.0.7

    I tried upgrading from 5.0.6 to 5.0.7 via webui Got a white page which simply said "illegal entry point". No idea why I ssh'ed in to my server and ran this command, which successfully did the update: /usr/local/lsws/admin/misc/lsup.sh -f -v 5.0.7 no error then however still wanted to...
  12. c0ldshadow

    [Resolved] Error: Failed to download release 5.0.1! Please try upgrade manually.

    thanks , that worked. maybe the fail was due to some PHP functions I have disabled, but normally webui upgrades work fine Question: will 4.2.x series be continued? Or is that branch not being updated anymore?
  13. c0ldshadow

    [Resolved] Error: Failed to download release 5.0.1! Please try upgrade manually.

    thanks for quick reply Using CentOS. I have 2 CentOS server running litespeed, both receive same error during download attempt
  14. c0ldshadow

    [Resolved] Error: Failed to download release 5.0.1! Please try upgrade manually.

    Running v4.2.23 : Can;t update to 5.0.1 via web interface. Error is: Error: Failed to download release 5.0.1! Please try upgrade manually. 1) how to fix? if unfixable, how to upgrade manually? 2) will 4.2.x series be continued? If so, might just stick on this 4.2.x branch
  15. c0ldshadow

    [Resolved] Child process [STDERR] Child process with pid: xxx was killed by signal: 15, core dump: 0

    Looks like RewriteRule .* - [E=noabort:1] worked! vbseo sitemap generator is now working fine with litespeed Thanks so much for the help as always
  16. c0ldshadow

    [Resolved] Child process [STDERR] Child process with pid: xxx was killed by signal: 15, core dump: 0

    thanks for the quick reply (as always). the weird thing is it always works when run manually -- never once failed. it usually takes like 30 seconds. so basically just put the following in .htaccess file as the first test? RewriteRule .* - [E=noabort:1] Since i dont know exact script...
  17. c0ldshadow

    [Resolved] Child process [STDERR] Child process with pid: xxx was killed by signal: 15, core dump: 0

    vbseo sitemap generator runs on my site daily at the same time (2AM) The automated job fails to run / crashes out ONLY when the following type of error happens at the time the site map generator runs: Child process [STDERR] Child process with pid: xxx was killed by signal: 15, core dump: 0 The...
  18. c0ldshadow

    LSWS 4.2.23 not showing up in version manager

    hey, i saw http://www.litespeedtech.com/products/litespeed-web-server/release-log it appears version 4.2.23 is out i have 2 servers though running 4.2.22 and neither of them are able to detect an update is available please advise -- my guess is maybe more testing is being done on that version...
  19. c0ldshadow

    vbseo sitemap issue since upgrade to v4.2.22

    i have tried increasing the max_execution_time in PHP config .. i think that might be problem as my site is growing and value too low. will let know if fixes
  20. c0ldshadow

    vbseo sitemap issue since upgrade to v4.2.22

    Not sure if this is related to litespeed, but since i upgraded to v4.2.22, my vbseo sitemap generater sometimes fails to completely generate the sitemap this results in sitemap file not found message. only 2 of the 3 sitemap .gz files are created and i need to manually run sitemap generator to...
Top