Search results

  1. N

    Litespeed banned itself ?

    should be 66.220.2.*T no ALL
  2. N

    htaccess Rewrite question: file renaming

    I tested as well. it works. another way I tried working is to create a hard link(not soft symbol link): with this method cron job not needed.
  3. N

    Incompatibility with eomPro

    version 4.0.16 increase this upper limit to 1,000,000 seconds ~= 277 hours ~= 11.5 days. should be long enough ?
  4. N

    htaccess Rewrite question: file renaming

    questions: 1.how and how often do you update index.html? 2.are there any other .php/.html files under frankandcolleen folder?
  5. N

    Prevent 408 Request Timeout

    you can create another lsphp "Ext App", to associate with scripts on particular directory only. it's a bit complicated. detail steps please refer http://www.litespeedtech.com/support/forum/showthread.php?p=19930
  6. N

    htaccess Rewrite question: file renaming

    how about put somewhere so your rewrite rule wil work:
  7. N

    libjpeg.(a|so) not found. But it's there!

    yes, you can try 4.0.16 at least it should wget php-litespeed-5.4.tgz not php-litespeed-5.3.1.tgz
  8. N

    Litespeed won't build PHP

    looks like mail header patch not available for php 5.2.14 and 5.3.3 yet: http://choon.net/php-mail-header.php so you have to uncheck mail header patch when building php 5.2.14 and 5.3.3 at the time being.
  9. N

    [Resolved] PHP - APC Uptime 0 minutes

    change "Specifies the maximum idle time before an external application is stopped by the server. When set to -1, the external application will not be stopped by the server. Default value is -1. " current setting only 10 seconds
  10. N

    Litespeed won't build PHP

    lsws 4.0.16 support php 5.2.14 formally. can you try 4.0.16 and rebuild.
  11. N

    Incompatibility with eomPro

    per have you changed the cron jobs, replace apache php with litespeed lsphp5?
  12. N

    [Resolved] PHP - APC Uptime 0 minutes

    tweak the settings of: web admin console -> Server -> External App -> lsphp5 you can paste current settings here.
  13. N

    [Resolved] PHP - APC Uptime 0 minutes

    the output confirm that php suExec disabled and running as nobody this shouldn't happen |-lshttpd(24528)-+-httpd(24529) | |-lshttpd(24530)---lsphp5(24941)---lsphp5(24942) | `-lshttpd(24531) just ensure the lsphp5(24941) process is running there even no access to php for some time. if...
  14. N

    [Resolved] High CPU spikes everywhere

    does it happen frequently ? how about now? 5615% CPU really high. at the same time, is IOWait high?
  15. N

    [Resolved] PHP - APC Uptime 0 minutes

    after disable suExec, which user is lsphp running as ? please paste output of following command: ps -ef|grep lsphp and pstree -p (only lshttpd subtree)
  16. N

    Slow initial page loading

    may need rebuild php you can download 4.0.16 and build php 5.3.3. if still problem, I can login your server and strace lsphp5 process to find where it "halt"
  17. N

    Setup Litespeed without Apache

    http://www.litespeedtech.com/support/wiki/doku.php LiteSpeed Tutorials for Beginners maybe helpful
  18. N

    Rewrite not working

    sorry, check "Limit","Auth",....,"Options", only uncheck "None" I mean check "Limit","Auth","FileInfo","Indexes","Options", only uncheck "None" and need do same settings in your vhost: select the vhost --> General --> HT Access -> Edit
  19. N

    error in unicode URL

    I tried too, working well. of course -- under litespeed, not apache. tried php 5.2.12 and php 4.4.9(which comes with lsws download package)
  20. N

    Rewrite not working

    but in the attachment, all is unchecked? check "Limit","Auth",....,"Options", only uncheck "None"
Top