Search results

  1. lskagan

    OpenLiteSpeed on Linux Mint ?

    I just tested this on the latest Linux Mint VM and I do not have these errors? Which LinuxMint version are you running and is is 32 or 64bit?
  2. lskagan

    .htaccess restrict access to site via IP address

    My misunderstanding dagan, as long as you do not have a * or the IP set for your listeners -> virtual host mappings -> Domains it should only allow access via the domain itself and show 404 pages for the rest.
  3. lskagan

    .htaccess restrict access to site via IP address

    Under Virtual Host -> Security there is access control where you can add IPs to Allow/Deny. This should achieve what you are looking to do.
  4. lskagan

    Dokuwiki with openlitespeed

    Can you check the error log and see if there is anything in there showing an error with beta.foldenonestaffing.com
  5. lskagan

    Problem with installing xmlrpc on openlitespeed 1.5

    Hi Mariusz, if you run apt-get update && apt-get install --upgrade lsphp* it will update it to latest version with support for xmlrpc.
  6. lskagan

    Problem with installing xmlrpc on openlitespeed 1.5

    Hi Mariusz, we will release a new PHP with the xmlrpc package soon, sorry for the delay.
  7. lskagan

    Cannot seem to get domain alias to work--i'm getting 404 errors

    When you set it as an alias in the vhost can you check the error log to see what file it is trying to find for it throw a 404 error? Another solution for you might to be add bestnashbillboard.com as a Domain under the virtual host mappings for huttonadvertising.com.
  8. lskagan

    Install IonCube loader on OpenLiteSpeed

    If you have lsphp installed via RPM/APT you can install it with `yum install lsphpXX-ioncube` or `apt-get install lsphpXX-ioncube`
  9. lskagan

    Php72 - pdosqlsrv install help

    You will need to install it via pecl `https://pecl.php.net/package/pdo_sqlsrv` Here is an example to install memcached via PECL, you should be able to apply same logic to pdo_sqlsrv. wget http://pecl.php.net/get/memcached-3.0.4.tgz tar zxvf memcached-3.0.4.tgz cd memcached-3.0.4...
  10. lskagan

    How would I create this nginx reverse proxy in OpenLiteSpeed?

    When I visit even `https://office.techandtiny.com/lool/` I get a 400 error. Is there anything in error log or stderr.log?
  11. lskagan

    NodeJS App

    Can you check the stderr.log file to see if it has any different messages?
  12. lskagan

    How would I create this nginx reverse proxy in OpenLiteSpeed?

    This should not affect the automated SSL certs.
  13. lskagan

    NodeJS App

    Can you try upgrading to version 1.4.43? There were a couple nodejs related fixes in that version.
  14. lskagan

    How would I create this nginx reverse proxy in OpenLiteSpeed?

    You might need to do it manually through the web admin console via port 7080. I am unsure if CyberPanel supports Web Sockets through their GUI.
  15. lskagan

    NodeJS App

    What error are you getting doing it the way you are currently doing it? It should still work no mater how it is coded.
  16. lskagan

    How would I create this nginx reverse proxy in OpenLiteSpeed?

    Hello, What error do you receive? You can take a look at this guide here though it is for Rocket Chat but it sets up both regular and web socket proxies to get it to work it should work fine for Collaboar...
  17. lskagan

    NodeJS App

    Hello verflext, Yes, OpenLiteSpeed will manage NodeJs after it is setup. It will not use the nodejs http server, it handles that all by itself. It will read the development or production config that you have setup for the NodeJS application and depends on your runtime mode which one it will...
  18. lskagan

    LSPHP72-GD for Debian?

    This package should be included in the lsphp72-common package, it is not its own separate package on Debian/Ubuntu.
  19. lskagan

    fresh server fresh ols installed

    This seems for like a Kernel, System, or Hardware issue as something should be using CPU usage even 0.01% but it seems like nothing is using CPU. Even if no traffic was coming in because of IP conflict, there should still be some CPU usage.
  20. lskagan

    fresh server fresh ols installed

    This seems like a possible Kernel Panic or System lockup. You can try rebooting to see if it fixes the issue but ultimately you will want to contact your host about this issue.
Top