Search results

  1. remics

    Fatal error in configuration, exit

    I contacted OLS support and they guided me. Just edit the file /usr/local/lsws/admin/conf/admin_config.conf. You can change the port or specify the IP + port directly. I used the second option and it worked fine. Original answer from OLS team (Ruikai Wang):
  2. remics

    Fatal error in configuration, exit

    root@acesso:/home/felinto# sudo lsof -i :7080 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME litespeed 2951056 root 22u IPv4 454740017 0t0 TCP *:7080 (LISTEN) litespeed 2951056 root 23u IPv4 454740018 0t0 UDP *:7080 litespeed 2951073 apache 22u IPv4...
  3. remics

    Fatal error in configuration, exit

    Hey! I've done this several times but the problem persists even after completely restarting the server.
  4. remics

    Fatal error in configuration, exit

    root@acesso:/home/felinto# tail -f /var/log/httpd/error_log 2023-05-17 09:24:08.563747 [ERROR] [2026679] HttpListener::start(): Can't listen at address adminListener: Address already in use! 2023-05-17 09:24:08.564309 [ERROR] [2026679] HttpServer::addListener(adminListener) failed to create new...
  5. remics

    How could I know what is causing it?

    Could you give me an example?
  6. remics

    How could I know what is causing it?

    How could I know what is causing it? private_html/index.phpo_avoid_overwrite_important_env I am using PHP 7.4.26 + Litespeed Cache Plugin
  7. remics

    How to block access to xmlrpc.php for ALL USERS using OpenLitespeed ?

    Sorry for the mess! The OpenLitespeed and DirectAdmin forums look pretty much the same, and as a user of both technologies, I was confused. I created a thread about this on the DirectAdmin forum which is the appropriate place and I will leave the link here. Maybe I can help someone...
  8. remics

    How to block access to xmlrpc.php for ALL USERS using OpenLitespeed ?

    Hi! I cannot edit any OpenLitespeed WebAdmin settings because by default it is in read-only mode.
  9. remics

    How to block access to xmlrpc.php for ALL USERS using OpenLitespeed ?

    Could you explain to me the exact steps that I should follow to block access to xmlrpc.php to ALL USERS?
  10. remics

    How to block access to xmlrpc.php for ALL USERS using OpenLitespeed ?

    How to block access to xmlrpc.php file? | OpenLiteSpeed Community and News How I could generate a virtual host to apply this setting for ALL USERS?
  11. remics

    How to block access to xmlrpc.php file?

    Interesting! Thanks. Where I put this code?
  12. remics

    How can I enable HTTP/3 ?

    maybe a cache issue? sounds great ^_^
  13. remics

    How can I enable HTTP/3 ?

    Hmmm its working now. I don't know what I did but works.
  14. remics

    How can I enable HTTP/3 ?

    It doesn't make sense. I'm not using the quic.cloud service
  15. remics

    How can I enable HTTP/3 ?

    Hello! Thanks so much. I did everything but doesn't work. I executed this command on the remote server: nc -v -u www.montarumnegocio.com 443 Ncat: Version 7.50 ( https://nmap.org/ncat ) Ncat: Connected to 187.45.181.66:443. ^C I executed this command in my server nc -v -u www.google.com 443...
  16. remics

    How can I enable HTTP/3 ?

    Hello! Port 443 is open in my firewall but HTTP/3 with QUIC doesn't work. site: https://www.montarumnegocio.com/ I'm using https://http3check.net/ to test. Openlitespeed version: LiteSpeed/1.7.3 Open module versions: modgzip 1.1 cache 1.62 modinspector 1.1...
  17. remics

    "Global" htaccess

    Where this file ?
  18. remics

    "Global" htaccess

    I want to apply the tip of this post to block all requests to WordPress XMLRPC. https://forum.openlitespeed.org/threads/how-to-block-access-to-xmlrpc-php-file.2570/ Is there any "global htaccess" file that I could save the rules there and apply to all sites?
  19. remics

    Block access to all php files

    How I can to do it ?
  20. remics

    Block access to all php files

    How I can block direct access to all php files in currently folder using .htaccess ? I tried the code below, but doesn't works: <FilesMatch "\.(php)$"> deny from all </FilesMatch>
Top