Recent content by lswave

  1. L

    Openlitespeed monitoring with munin-node

    Sorry, I didn't aware that ... however, if you're really interested, I'll give you more info. you can get same result by #cat /tmp/lshttpd/.rtreport*
  2. L

    Openlitespeed monitoring with munin-node

    you can download the bash script /usr/local/lsws/add-ons/rrdgraph/rrdgraph_install.sh in enterprise litespeed, and try to install it for openlitespeed. it's written in php, should work with openlitespeed, and you can modify the php source code if needed.
  3. L

    'Process Limit' probably is too low

    in web admin: Server Configuration -> External App -> lsphp Process Soft Limit Process Hard Limit
  4. L

    CPU core and concurrent user limits

    no, there is no limit. you can configure them freely yourself.
  5. L

    PHP Commands

    please try command line interface php instead of lsphp:
  6. L

    Caching proxy

    please follow http://open.litespeedtech.com/mediawiki/index.php/Help:OpenLiteSpeed_As_Reverse_Proxy to see if you can set up ready without any issue.
  7. L

    Gzip not working last version OLS 1.4.27

    can you try a phpinfo page, to see if it's compressed ? also another simple hello.php page, just print some characters, to ensure its length > 300 bytes, to see if it's compressed.
  8. L

    Gzip not working last version OLS 1.4.27

    css is gzipped -- https://checkgzipcompression.com/?url=http%3A%2F%2Fwww.neeo.es%2Fwp-content%2Fplugins%2Ffeedburner-alternative-and-rss-redirect%2Fcss%2Fsfm_style.css%3Fver%3D4.5.4 but the homepage not so gzip itself is working fine
  9. L

    WAC login just refrash

    please reset webadmin console's user/pass by #/usr/local/lsws/admin/misc/admpass.sh
  10. L

    cant solve the permmisions problem

    I can reproduce the issue. ols 1.4.7, lsphp 7.1.9. in php script, I used echo system("whoami"); for the test.
  11. L

    php.ini - openlitespeed [7.1.9]

    just now got chance to install fresh OLS 1.4.27, lsphp 7.1.9 on centOS 7 box, edit /usr/local/lsws/lsphp71/etc/php.ini, change "upload_max_filesize = 2M" to "upload_max_filesize = 100M", phpinfo.php page reflect the change without any problem. so maybe there is some special stuff in the env.
  12. L

    cant solve the permmisions problem

    what's your OLS version ?
  13. L

    php.ini - openlitespeed [7.1.9]

    can you try full stop / start openlitespeed ? instead of graceful restart
  14. L

    php.ini - openlitespeed [7.1.9]

    any output ? #grep upload_max_filesize /usr/local/lsws/lsphp71/etc/php.d/*.ini
Top