Search results

  1. P

    Configure unknown filetypes to give 404?

    I noticed one Linux text editor left behind altered copies of the edited file and this idiocy made those .php files viewable online as text. Luckily the few files affected were no critical for site security. This behaviour is very dangerous (php source code revealed). How do I set a "catchall"...
  2. P

    QUIC shm data

    Are there some round estimation figures about QUIC data amounts that will be needed to run a relatively busy website? I have a 16GB /dev/shm/ and I do not want it to swap. Is there a way to monitor lsws QUIC /dev/shm/ usage?
  3. P

    Rewrite help

    I have now a www -> non-www redirect running: RewriteCond %{HTTP_HOST} ^www\.mydomain\.com$ [NC] RewriteRule ^(.*)$ http://mydomain.com/$1 [R=301,L] this has worked well. -------- Now I have SSL on, and need to 301 redirect all http requests to matching https content. Also, ://www.mydomain.com...
  4. P

    Server-sent events connection sharing?

    A question: (Keepalive is on.) if I initiate server-sent events (SSE text/event-stream) for 2000 logged clients (every x secs data update per client), does lsws tie 2000 http connections for those (when waiting for data), or can it share existing ones? I could of course do the server side...
  5. P

    display_errors = Off and still errors printed in CLI

    I have set display_errors = Off and error logging to file. That ini (/opt/lsws/lsphp7/lib/php.ini) is loaded and used. Problem: I have cron scripts (php) running and was surprised to see the notice error printed (which prevented php generated mails going out): Notice: Undefined variable...
  6. P

    Logs stored, but server log viewer can not show them

    LiteSpeed Web Server Enterprise 5.2.5 Server logs are stored correctly in /opt/lsws/logs -rw-r--r-- 1 nobody nobody 3.6K Mar 5 13:14 error.log.2018_03_05 -rw-r--r-- 1 nobody nobody 5.6K Mar 5 14:20 error.log.2018_03_05.01 etc. In LS admin CP, server log viewer can tell "Log Size: 5.96...
  7. P

    [Solved] Inactivity Timeout, everything tried

    I have good knowledge on LS, and what has worked before does not seen to work now. Php scripts stop at 30 seconds with message " Inactivity Timeout Description: Too much time has passed without sending any data for document. " LiteSpeed Web Server Enterprise 5.2.5 (trial) CentOS 7 latest PHP 7...
  8. P

    Upgrade to 5.1.13 from quite an old version?

    Re: https://www.litespeedtech.com/support/forum/threads/lsws-5-1-13-released.14663/#post-96407 What are the "focused DDoS attacks detected just a few hours ago" ? I have run a server with an older PHP version and older Litespeed (very stable), so now if I update it to 5.1.13 should all go fine...
  9. P

    [Resolved] Litespeed and GHOST (glibc gethostbyname buffer overflow)?

    http://www.openwall.com/lists/oss-security/2015/01/27/9 http://seclists.org/oss-sec/2015/q1/283 Is Litespeed vulnerable?
  10. P

    [Resolved] Replacing a licence

    I have (yet) another licence question: I'd need to replace an owned enterprice 4-CPU with a rented enterprice 4-CPU on a server, and use the owned licence on another server. What is the correct procedure for this?
  11. P

    [Resolved] Enterprise says "New release: 4.2.9-std available"??

    I have Litespeed Web Server Enterprise v4.2.6. Admin CP says the available update is for standard version: "New release: 4.2.9-std is now available." Why? When will Enterprise 4.2.9 be out?
  12. P

    [Resolved] Moving licences between servers

    I tried to look but could not find info, so I have two LS licenses, 4-CPU Enterprise owned (on server A) and 2-CPU Enterprise rented (on server B). I'm soon moving server A to B, and will later move that 2-CPU rented to yet another server (C). 1. How do I change server B from 2-CPU...
  13. P

    Cookie len "INFO" log, why?

    LS Enterprise 2-CPU, latest, on 64-bit CentoS 6.4. Why there are INFO logs for this, creating a cookie with 846 bytes (name + content) ? Cookies can be 4K including name, and there should be no reason to fill logs with these. INFO [XXX.XXX.XXX.XXX:56119-0#hostname] Cookie len: 846...
  14. P

    4.1.2 Request Timeout when uploading to

    4.1.1 uploads ok (vB attachment upload). 4.1.2: does not upload file (even a small 100kb file which should take 3-5 seconds), instead you get later "Request Timeout This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact...
  15. P

    4.1.1 or 4.1.1?

    http://www.litespeedtech.com/support/forum/showthread.php?p=27165#post27165 I'm sorry but this type of bug fix releasing you use is REALLY odd and VERY confusing. Please consider using 4.1.1 -> 4.1.11 type version numbers so that Admin CP autoupdate can work and more importantly clients...
  16. P

    Anti-DDoS Blocked IP list?

    Is there any way to output Anti-DDoS Blocked IP list to a separate (file or db) list with UNIX timestamps? I need to get them to monitoring/analyse system I have running on php. Perhaps in future version?
  17. P

    Can not stop virtual hosts (4.0.15 ENT)

    4.0.10: I click vhost stop icon, and vhost was stopped. Now I click stop icon, and LS says you need to do "graceful restart to apply changes". As we know, doing graceful restart starts all vhosts so there is no way to stop a vhost with 4.0.15. I'd like to have some solution to this because I...
  18. P

    Yearly free software update, how to buy

    In your online shop I could not find the product "Yearly Software Update for LSWS 4-CPU Owned" which I bought e.g. last year. So, how can I get "Free software update of your owned license will expire in 6 days." reset, what is a current procedure? Thanks.
  19. P

    Typo

    There is a typo in installer: Will you use LiteSpeed Web Server with a hosting contorl panel?
  20. P

    Killing LSPHP processes

    I had a terrible moment with my old server when disk system halted to crawl (second time this week) and in couple of minutes I have load over 1200. I had limited the lsphp processes to 1000 and connections to 500 but LS just accumulated processes as people hit refresh. I had all php processes...
Top