Search results

  1. Maciej Jackowski

    Trying to compile php7.4 with gd and webp support

    You must add --enable-litespeed but that leads to another compile error make: *** [sapi/litespeed/lsapi_main.lo] Error 1
  2. Maciej Jackowski

    add vhosts/members in command line?

    Thanks it is working :) httpd_config.conf - what type of config file is this? Lua? Any guidelines, parser, docs about that?
  3. Maciej Jackowski

    add vhosts/members in command line?

    You mean httpd_config.conf ? What type of config file is this? Lua? Any guidelines, parser, docs about that? I wonder what is the purpose of OLS config files 1.httpd_config.conf0 2.and ending with ,v for example httpd_config.conf0,v regards
  4. Maciej Jackowski

    add vhosts/members in command line?

    Is there a way in OLS to add vhosts or template members via command line or some script / API ? regards
  5. Maciej Jackowski

    Is OLS support any kind of special variables like $VH_ROOT,$VH_DOMAIN

    Well i checked in 1.4.50, 1.5.6 OLS Those variables are not set in multiple places - however in litespeed it works! for example setting variable in LiteSpeed SAPI App -> Environment PHP_INI_SCAN_DIR=/home/$VH_ROOT/$VH_DOMAIN/.php/conf.d can lead to different php.ini included with lsphp for...
  6. Maciej Jackowski

    Is there upgrade 1.4 to 1.5 instruction ?

    so how to upgrade from 1.4 to 1.5 ?
  7. Maciej Jackowski

    Is OLS support any kind of special variables like $VH_ROOT,$VH_DOMAIN

    Is there a way to insert vars from template to Environment in LiteSpeed SAPI App ? In litespeed you can use $VH_NAME, $VH_ROOT, $VH_DOMAIN in Environment variables. regards
  8. Maciej Jackowski

    Is there upgrade 1.4 to 1.5 instruction ?

    I used to testbeta.sh to upgrade 1.4.x versions Is there a upgrade instruction or script to migrate to 1.5.x ?
  9. Maciej Jackowski

    no lsphp socks in /tmp/lshttpd

    I dont know what you mean. I thought that ExtApp Set UID Mode = DocRoot UID set lsphp to run as specific user/group with OpenLiteSpeed 1.4.46 still see this option
  10. Maciej Jackowski

    no lsphp socks in /tmp/lshttpd

    where to send error log? my template is based on phpsuexec
  11. Maciej Jackowski

    no lsphp socks in /tmp/lshttpd

    Forgot to mention Ubuntu 18.04 LTS
  12. Maciej Jackowski

    no lsphp socks in /tmp/lshttpd

    still same results nothin changes
  13. Maciej Jackowski

    no lsphp socks in /tmp/lshttpd

    OpenLiteSpeed 1.4.41 nothing special in logs PHP is working but how?
  14. Maciej Jackowski

    no lsphp socks in /tmp/lshttpd

    I configure LiteSpeed SAPI App lsphp for template (it works on litespeed) Name $VH_NAME_lsphp Address uds://tmp/lshttpd/$VH_NAME_lsphp.sock Environment PHP_INI_SCAN_DIR=$VH_ROOT/$VH_DOMAIN/php/conf.d but then - there is no lsphp socks in /tmp/lshttpd - Environment variable interpolate to...
  15. Maciej Jackowski

    proper upgrade instruction for OLS?

    package manager dont work with custom config for example server run as user other than nobody
  16. Maciej Jackowski

    proper upgrade instruction for OLS?

    Is there any proper upgrade instruction for OLS? for example from binary installer I want to keep configs and custom lsphp's regards
  17. Maciej Jackowski

    mod_security fails in ubuntu 16.04

    ./configure --with-yajl="/usr/lib/x86_64-linux-gnu /usr/include/yajl" give /usr/local/lsws//modules/mod_security.so: undefined symbol: yajl_alloc yajl is always shown as detected during configure
  18. Maciej Jackowski

    mod_security fails in ubuntu 16.04

    -lyajl -lxml2 - core dump and errors like this gdb: not foundsh: 1: gdb: not found sh: 1: gdb: not found mv: cannot stat '/tmp/lshttpd/core*': No such file or directory
  19. Maciej Jackowski

    mod_security fails in ubuntu 16.04

    You mean disable during mod_security compilation ?
  20. Maciej Jackowski

    mod_security fails in ubuntu 16.04

    No I compiled mod_security from the same OLS source OLS from repository use nobody:nogroup to run server and I want to use www-data user/group
Top