Search results

  1. P

    [Resolved] Litespeed Curl in PHP Unable to resolve host name - CLI / nGINX PHP-FPM works

    Yup! that was the issue, PHP process was chroot, got it fixed. Thx!
  2. P

    [Resolved] Litespeed Curl in PHP Unable to resolve host name - CLI / nGINX PHP-FPM works

    I am pulling my hair out. So Litespeed is compiled with Curl (PHP Info show it is enabled with SSL support and all protocols supported) - I also confirmed that DNS isnt the issue because using command line curl -L wordpress.com works However on Litespeed and PHP 5.5.7 I keep getting Curl...
  3. P

    4.1.2 Wordpress Image Uploader.

    A fix will be out on Monday according to support.
  4. P

    Error during make install?

    Anyone knows why this error shows up? Using PHP 5.2.13 and LSAPI 5.0 /root/downloads/php-5.2.13/sapi/cli/php: /usr/lib64/libxml2.so.2: no version information available (required by /root/downloads/php-5.2.13/sapi/cli/php) /root/downloads/php-5.2.13/sapi/cli/php: /usr/lib64/libxml2.so.2...
  5. P

    Error Undefined variable: url in /usr/local/lib/php/autoindex/default.php on line 315

    I keep getting this on my error log, please help? 2010-02-11 22:40:47.811 [NOTICE] [123.21.138.245:29612-0#APVH_xxxxxxxxx.com] [STDERR] PHP Notice: Undefined variable: url in /usr/local/lib/php/autoindex/default.php on line 315
  6. P

    PHP 5.2.12 On Web Build

    Would love to have the PHP 5.2.12 on web PHP builder utility. Anyway to do it? I really hate doing it manually on all the machines.
  7. P

    php/lsapi crash since 5.2.9

    Experience the same thing, XCACHE, SUHOSIN, 5.3.1, LSAPI 5.1 Load usually stays around 1.x to 2.x, but since upgrade it goes up to 4.x to 6.x Switch back to PHP 5.2.9 and LSAPI 5.1, XCACHE, SUHOSIN, load dropped again to 1.x and 2.x Litespeed crashed randomly using PHP 5.3.1
  8. P

    Ioncube + PHP 5.3 + Litespeed 4.11 = 503 On all ioncube encoded apps

    You are right, that's the timezone problem with php 5.3 and ioncube, i already logged the bugs to ioncube and php
  9. P

    Ioncube + PHP 5.3 + Litespeed 4.11 = 503 On all ioncube encoded apps

    http://www.ioncube.com/news.php Was released on Sept 2nd
  10. P

    Ioncube + PHP 5.3 + Litespeed 4.11 = 503 On all ioncube encoded apps

    They did release .so for 5.3 ioncube_loader_lin_5.3.so
  11. P

    Ioncube + PHP 5.3 + Litespeed 4.11 = 503 On all ioncube encoded apps

    I was able to reproduce this. Loading ioncube loader as Zend extension on PHP 5.3 cause 503 error on all ioncube encoded apps. It works fine with PHP 5.2.11 and others. Not sure if this is a litespeed issue ot ioncube loader libs (it works under apache in the same environment) Tested on...
  12. P

    4.0.5 very unstable - restarted automatically 503 error

    I guesss I was wrong, still gets 503, I'm going to stick with 4.0.4 for now, seems to work quite well
  13. P

    4.0.5 very unstable - restarted automatically 503 error

    After a little digging and troubleshooting, it appears to happen when i compile php 5.2.10 with --enable-bcmath, now all servers are happy :)
  14. P

    4.0.5 very unstable - restarted automatically 503 error

    I have 4 servers running 4.0.5 hosting 1-2 large wordpress blog/machine We never have problem with 4.0.4 and previous releases but 4.0.5 has been restarting itself due to 503 frequently. Any idea what causes it? all of them runs standard installation of wordpress. It happens to all 4...
  15. P

    Php 5.2.10

    Looks like curlwrappers causes it, php 5.2.10 have problem compiling with curlwrapper and safe_mode
  16. P

    Php 5.2.10

    I still got this error mv /opt/lsws/fcgi-bin/lsphp-5.2.10 /opt/lsws/fcgi-bin/lsphp-5.2.10.bak; cp /opt/lsws/phpbuild/php-5.2.10/sapi/litespeed/php /opt/lsws/fcgi-bin/lsphp-5.2.10 Installing PHP SAPI module: litespeed Installing PHP CLI binary: /opt/lsws/lsphp5/bin/ Installing...
  17. P

    Php 5.2.10

    More errors Fatal error: Error: cannot open phar "/opt/lsws/phpbuild/php-5.2.10/pear/install-pear-nozlib.phar" in /opt/lsws/phpbuild/php-5.2.10/pear/install-pear-nozlib.phar on line 795 make[1]: *** [install-pear-installer] Error 255 make: *** [install-pear] Error 2 ls_install: Failed!
  18. P

    Php 5.2.10

    thx, small problem, suhosin wasnt downloaded in gz gunzip: suhosin-patch-5.2.10.patch.gz: not in gzip format
  19. P

    Php 5.2.10

    Hi, Any plan to add PHP 5.2.10 to PHP compiler GUI? I know I can manually build it from cli, but having so many litespeed machine it makes it very time consuming :p Thanks for a great product
Top