Search results

  1. kvv213

    Advices for settings for low ram settings

    Hi All! Could you please advice what settings shall I check in order to make work OLS with 1Gb VPS? Wordpress (plus some static) + MariaDB + LSPHP 7.4 All the settings are almost default. I was trying to change some settings but without any success. At rush hours VPS ran out of RAM and or...
  2. kvv213

    Quic doens't start

    I have to confirm that after arrive 1.7.16 Quic and http/3 are enabled on both the interfaces (IPv4 and IPv6):
  3. kvv213

    Quic doens't start

    I've do some other checks concern IPv6 and in/out UDP: tcpdump -i eth0 -Q in udp port 443 and ip6 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes 19:51:42.807541 IP6 2a06:a004:f072::2.58318 >...
  4. kvv213

    Quic doens't start

    I've moved a little bit further: Separated the listener into two: for IPv6 and IPv4. It seems that IPv6 UPD causes the problem. So, to date Quic works at IPv4: Need to understand what is the problem with ipv6
  5. kvv213

    Quic doens't start

    I also thought about the firewall (iptables) but as I wrote above if I use a listener at my server, in my example it is tcpdump, the I can receive UDP 443 packets to my server. Executing iptables -I INPUT -p udp --dport 443 -j ACCEPT doesn't bring anything. The message is the error log is the...
  6. kvv213

    Quic doens't start

    Hello Every One! I'm a fresh migrate from Apache2 to OpenLiteSpeed. I've managed to migrate more or less well but I can't start using http/3 with quic. OLS doesn't start Quic. I use: Ubuntu 18.04.6 LTS (GNU/Linux 4.15.0-196-generic x86_64) VPS with XEN virtualization. OpenLiteSpeed 1.7.16...
  7. kvv213

    Accessible No at context level allows to get files from the non accessible folder

    As to redirects via RewriteRule - the problem was in the browser cache. So not it works well. Regarding to access via Context I can't confirm your results. I used Example site: /html/blocked/file.txt 403 /html/blocked/t/file.txt 403 Anyway this works as it was expected. The behaviour when I...
  8. kvv213

    Accessible No at context level allows to get files from the non accessible folder

    Yes, that worked well. Mine problem was in two things: 1. I was trying to make redirects not at the folder level in .htaccess but at VirtualHost level and that didn't work. 2. The browser I used somehow cashed a test file I used to check the accessibility so it always was available. Anyway...
  9. kvv213

    Accessible No at context level allows to get files from the non accessible folder

    Hello Everyone! I'm new in OLS and would like to migrate to it from Apache. And I faced a problem how to close an entire directory from access from the internet. The directory is inside html pages and is required for working of other services. In Apache I can close a dir with all files in it...
Top