Search results

  1. ckissi

    GeoIp filter, how to use ?

    Can you please send any example? I have used rules mentioned in apache tuts and they don't work.
  2. ckissi

    GeoIp filter, how to use ?

    I've configured the OLS to use GeoIP database on the server level. Is it possible to enter rewrite rules to filter out traffic from specific countries or can I do that only in e.g. PHP with a usage of the $_SERVER variable?
  3. ckissi

    OLS not responding

    What these files actually are ? -rw------- 1 nobody nogroup 8192 Aug 21 03:38 adns_cache.lock -rw------- 1 nobody nogroup 131072 Aug 21 11:35 adns_cache.shm
  4. ckissi

    OLS not responding

    root@buyvm4:~# gdb --version GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to...
  5. ckissi

    OLS not responding

    This is the list of the folder currently: root@buyvm4:/tmp/lshttpd# ll drwxr-xr-x 3 nobody nogroup 4096 Aug 21 03:48 ./ drwxrwxrwt 9 root root 208896 Aug 21 10:27 ../ -rw-r--r-- 1 root root 5 Aug 21 03:47 lshttpd.pid srwxr-xr-x 1 nobody nogroup 0 Aug 21 03:48...
  6. ckissi

    OLS not responding

    Sorry Kevin, I don't get it. Can you describe step by step what should I do when it happens again? What commands with which arguments to run?
  7. ckissi

    OLS not responding

    UPDATE: restart of lsws didn't resolve the issue. I had to restart the whole VPS.
  8. ckissi

    OLS not responding

    Hi, Happened to me again. No response in front-end (domains on OLS) as well as OSL admin interface (ERR_TIMED_OUT) root@buyvm4:~# ps aux | grep lsws root 22894 0.0 0.0 4512 836 ? S 03:07 0:00 sh -c gdb --batch --command=/usr/local/lsws//admin/misc/gdb-bt...
  9. ckissi

    lsphp56-opcache

    My mistake... Got it working by: apt-get upgrade lsphp56, then enabling opcache in php.ini. I didn't know there is no need for package like lsphp56-opcache thank you.
  10. ckissi

    lsphp56-opcache

    No opcache package is still available root@vm3:~# apt-cache search lsphp56 lsphp54-dev - Files for LSPHP56 module development lsphp55-dev - Files for LSPHP56 module development lsphp56 - server-side, HTML-embedded scripting language (LSAPI binary) lsphp56-curl - CURL module for lsphp56...
  11. ckissi

    lsphp56-opcache

    I tried to install new packages from the repository unfortunately nothing new there... (Ubuntu 16.04) first I did apt-get update and later the following... root@vm3:~# apt-get install lsphp56-* Reading package lists... Done Building dependency tree Reading state information... Done Note...
  12. ckissi

    How to issue letsencrypt license

    post your certbot command here and your rewrite rules
  13. ckissi

    lsphp56-opcache

    Is anywhere lsphp56-opcache library available somewhere or any other kind of opcode cache available for lsphp 5.6 under Ubuntu? I didn't find any.
  14. ckissi

    How to issue letsencrypt license

    Double check your DNS records for that domain and also redirects in rewrite rules.
  15. ckissi

    How to apply these rewrite rules?

    I've protected the wp-admin directory with basic auth but need to make an exception for one file located in this folder. The rules are as following: <Files admin-ajax.php> Order allow,deny Allow from all Satisfy any </Files> How to apply these rules?
  16. ckissi

    Cannot edit domain alias after domain was created

    Web admin interface update works, I can add them into the edit box, unfortunately, its ignored by OLS. Graceful restart, as well as full restart, doesn't make any change to this.
  17. ckissi

    Custom error log for VHOST not working

    I have custom error log for VHOST defined like this: Unfortunately, OLS ignores it. It uses server error log instead.
  18. ckissi

    Cannot edit domain alias after domain was created

    yes. If I edit them after (adding new aliases for the domain) it gets ignored completely. I have to delete the host and recreate it with required aliases.
  19. ckissi

    Wordpress in subdirectory

    Fixed it... I had to add this to parent directory rewrite rules: RewriteCond %{REQUEST_URI} !/blog RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] It ignores the blog folder entirely
  20. ckissi

    Cannot edit domain alias after domain was created

    Hi, in version 1.4.25... I was trying to edit domain aliases and add one more but it doesn't work. I had to delete entire virtual host and recreate it.
Top