Search results

  1. P

    Unable to build in arm64

    Thanks! Will give a try
  2. P

    Unable to build in arm64

    The github issue closed however admin_php issue remains. Do we know what may be causing the issue here?
  3. P

    Unable to build in arm64

    And now running into problem with install.sh Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package lsphp74 E: Unable to locate package lsphp74-mysql E: Unable to locate package lsphp74-imap E: Unable to locate package lsphp74-common...
  4. P

    Unable to build in arm64

    I've figured it out. It was due to missing library. Installed libtool and build.sh went successfully apt install libtool
  5. P

    Unable to build in arm64

    I have a machine on arm processor. root@awp-1:~/prebuild/openlitespeed# uname -s Linux root@awp-1:~/prebuild/openlitespeed# uname -m aarch64 root@awp-1:~/prebuild/openlitespeed# cat /etc/*release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.3...
  6. P

    lsphp for ARM

    Hi, Wondering how we get lsphp for arm based machine. http://rpms.litespeedtech.com/debian/ When I access the repository, there's only amd64 and i386.
  7. P

    What is conf0, bak and txt

    There's 3 other types of httpd_config.conf under /usr/local/lsws/conf. httpd_config.conf.bak httpd_config.conf.txt httpd_config.conf0 What are those? When is it generated? Is it safe to be removed?
  8. P

    Syntax check outputs irrelevant texts

    Openlitespeed command to check syntax outputs meaningless text "t:none,t:urlDecode". This text is always recorded regardless syntax contains error or not. [root@webserver-2 bin]# ./openlitespeed -v LiteSpeed/1.7.5 Open module versions: modgzip 1.1 cache 1.62...
  9. P

    php_admin_value ignored if value's length is 1006 or more

    Re-updated and working perfectly! Appreciate the help.
  10. P

    php_admin_value ignored if value's length is 1006 or more

    Didn't thought 1.7.5 is out. Upgraded however issue still persists.
  11. P

    php_admin_value ignored if value's length is 1006 or more

    Lets say you have below php_admin_value directive set in "php.ini Override". php_admin_value disable_functions...
  12. P

    Fatal Python error: Py_Initialize: Unable to get the locale encoding

    Has anyone successfully configured python wsgi? Trying to make Falcon work with openlitespeed but I can even make Flask work following instruction here: https://openlitespeed.org/kb/python-wsgi-applications/ I keep stumbling with following error in stderr.log 2020-05-09 08:59:17.306 [STDERR]...
  13. P

    Bytes out after compression

    upgraded from 1.6.10 to 1.6.12 and now shows correct transferred size (after compression) using %O
  14. P

    Bytes out after compression

    Hi, Just realised openlitespeed does not have log format to output bytes out after compression (gzip). %b and %O both outputs size before compression. Please add this feature as it is greatly useful. Thanks!
Top