Search results

  1. N

    Build matching php command line?

    it's out since 4.1.13 http://www.litespeedtech.com/litespeed-web-server-release-log.html cPanel whm plugin: Added a script to build matching php from command line. usage: cd /usr/local/cpanel/whostmgr/docroot/cgi/lsws php cmd_buildmatchingphp.php
  2. N

    Not reading .htaccess in user root

    Sorry, haven't replied you timely. In fact we're working on it ... Please force re-install 4.1.13, by our lab tests, /home/user/.htaccess now works like /home/user/public_html/.htaccess please test and confirm.
  3. N

    Content-Length Header problem

    please force re-install 4.1.13. by our tests, this issue has been resolved. please confirm at your end.
  4. N

    php.ini on cpanel

    since it's cPanel, does the php script work fine under apache ?
  5. N

    Trying to get perl/cgi application to run that uses CGI::Fast

    I restarted lsws on demo, that fixed it. actually, you can do it too --- anyone can play with the admin console of the demo.
  6. N

    php.ini on cpanel

    please comment out all extensions: extension=eaccelerator.so zend_extension = "/usr/local/IonCube/ioncube_loader_lin_5.3.so" and test again. if no 503 error, then add the extension one by one, to identify which extension is the cause.
  7. N

    php.ini on cpanel

    do you have extension=eaccelerator.so in php.ini ? it's also opcode cache. same advice as before: only keep one. please list all of your extensions in php.ini if still 503 error.
  8. N

    php.ini on cpanel

    you can't use 2 opcode cache together -- only select one. comment out either apc.so or xcache.so
  9. N

    php.ini on cpanel

    "Europe/Berlin" is ok per http://php.net/manual/en/timezones.europe.php should not need this: extension=timezonedb.so the 503 error may relate to this extension. please comment it out to see if the error disappears.
  10. N

    php.ini on cpanel

    you can create it --- /usr/local/lsws/lsphp5/lib/php.ini in cPanel, if you build matching php, lsphp5 should use same php.ini -- /usr/local/lib/php.ini
  11. N

    [solved] Force Download or any better than readfile()

    paste the tip here: in .htaccess: <FilesMatch "\.(?i:doc|odf|pdf|rtf|txt)$"> Header set Content-Disposition attachment </FilesMatch>
  12. N

    fast page load but high load average

    run "top -c", will give you many info about load, which program is busy, CPU utilization
  13. N

    trial license not work !!

    please contact sales@, to tell the server's IP, they can clear it for you. and if you have run the trial on the same IP before.
  14. N

    Conditions in htaccess only litespeed will follow

    hi, I did test, for included rules, <IfModule mod_litespeed.c> # litespeed stuff here </IfModule> working in litespeed and ignored by apache, so yours just ok. also tested, following OK too: <IfModule litespeed> # litespeed stuff here </IfModule>
  15. N

    **ERROR** Could not compile PHP

    what's the build option ? is it already resolved ?
  16. N

    [solved] 503 Service Unavailable ON WP > wp-admin/options.php

    still the php extension's issue. did testing with following extensions in /usr/local/lib/php.ini: zend_extension="/usr/local/Zend/lib/Optimizer-3.3.9/php-5.2.x/ZendOptimizer.so" zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.2.so" extension="ixed.5.2.lin"...
  17. N

    [solved] 503 Service Unavailable ON WP > wp-admin/options.php

    right. I've PM back to you please test, should be resolved ?
  18. N

    [solved] 503 Service Unavailable ON WP > wp-admin/options.php

    in /usr/local/apache/logs/stderr.log, there are lots of error "Cannot load module 'XCache' because conflicting module 'eAccelerator' is already loaded in Unknown on line 0" commented out /usr/local/lib/php.ini following lines: extension="xcache.so" extension="ixed.5.2.lin" restarted...
  19. N

    [solved] Peformance Bottleneck

    maybe conntrack issue. when ab tests very slow, please check: #sysctl net.ipv4.netfilter.ip_conntrack_max #sysctl net.ipv4.netfilter.ip_conntrack_count
  20. N

    [solved] Peformance Bottleneck

    lsws admin console->Server->Tuning->Smart Keep-Alive probably current value is : Yes set it to: No and test again.
Top