Search results

  1. ckissi

    Curl issue on Debian and Ubuntu in 1Click install

    Yes, if you run PHP scripts where curl PHP functions are used you'll get the error message that curl_init() is an undefined function. There was also no dedicated section for CURL in phpinfo() listing.
  2. ckissi

    Graceful restart in webadmin console problem.

    Yes, it's still there, I have to restart lsws from command line to apply changes
  3. ckissi

    Curl issue on Debian and Ubuntu in 1Click install

    I was unable to get it working so I've installed CentOS. If you can get this fixed it would be great.
  4. ckissi

    Page not found 404 issue (v 1.4.25)

    When I have webadmin opened and session expires (or not... it takes only about 5 minutes) and I click any link I get 404 page instead of redirect to login page (version 1.4.25).
  5. ckissi

    Graceful restart in webadmin console problem.

    Hi, I've created new virtual host using a template, it says I have to make a graceful restart. If I do it from web admin it doesn't run the virtual host. I have to go to command line and run this command: /usr/local/lsws/bin/lswsctrl restart ... then it works Why the restart from web admin...
  6. ckissi

    Curl issue on Debian and Ubuntu in 1Click install

    hello, I've tried 1click install with bash script on Ubuntu 14.04, 16.04 as well as Debian 8 and I was unable to get Curl working. One of the plugins in WP is using curl, unfortunately, PHP versions were compiled with shared curl. I read suggestions to use apt-get install php-curl to install...
  7. ckissi

    Cannot create new virtual host

    Can you tell me what type and version of OS did you use? And what version of PHP ?
  8. ckissi

    Cannot create new virtual host

    The provider is Time4vps.eu It's a 1GB VPS running Ubuntu 16.04. I created this VH from vhost template and then instantiated it.
  9. ckissi

    Cannot create new virtual host

    I'm on Laravel 5.4 with PHP 70 installed with your one click bash installer (OLS + PHP 70). Exception I'm getting: Exception in Str.php line 241:Could not gather sufficient random data
  10. ckissi

    Cannot create new virtual host

    Yes, it works after disabling debug. I've tried to restart server from command line and it works. Now having different issues with PHP 70 included in the install as Laravel PHP framework doesn't work with it :(
  11. ckissi

    Cannot create new virtual host

    Hi, WTH, I've enabled debug on server level with high debug level, made graceful restart and it started to work. Any idea why ?
  12. ckissi

    Cannot create new virtual host

    Hi, A few days ago I've installed OLS and added few virtual hosts by a template and then instantiated them, added Letsencrypt and everything worked fine. Today, I'm trying to add one more VH without any success. I got no errors, a graceful restart was successful. Unfortunately, the VH is not...
  13. ckissi

    Fatal error: Call to undefined function mysql_connect()

    I installed OLS beta from sources: cd openlitespeed-1.x.x ./configure make && make install and then installed PHP with these commands: yum install lsphp54-* --skip-broken ln -sf /usr/local/lsws/lsphp54/bin/lsphp /usr/local/lsws/fcgi-bin/lsphp5 Unfortunately the simple mysql_connect function...
  14. ckissi

    Is anybody running OLS beta in live environment ?

    Thank you. I've contacted him.
  15. ckissi

    Is anybody running OLS beta in live environment ?

    I like version 1.4.x more and more and thinking to try it in the live environment. Is anybody here running it in the live environment?
  16. ckissi

    cant compile PHP on lowend VPS

    Hello, I'm trying to compile php with config: '--with-mysql' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-track-vars' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-magic-quotes' '--enable-mbstring' '--with-iconv' '--with-xml2' '--with-curl' '--with-libdir=lib64'...
  17. ckissi

    Install on low end VPS (128MB). Is it possible ?

    hello, I want to install OpenLiteSpeed on low end VPS with 128MB. It will just run lite monitoring script for our servers. No load at all. Is it possible to install on such a low end VPS ?
Top