Search results

  1. N

    lscgid: execve Permission Denied

    looks like someone trying to execute a uploaded file: /home/filese54/public_html/cgi-bin/uploads/00001/0mnl8h7ko97d it's dangerous -- and fortunately it's blocked due to "Permission denied"
  2. N

    Installing Redis and phpredis

    please refer: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:opcode_cache for build apc.so for lsws. same steps to build redis.so.
  3. N

    litespeed, fastcgi apache incompatibility

    just list the difference from your post to be more clear: if able to covert to LSAPI php, that'll be better. since lsphp can be regarded as optimized fast cgi and best performance in corporation with litespeed web server.
  4. N

    [Solved] Static images randomly failing

    check the package's time stamp
  5. N

    multiple PHP Version

    as the wiki described, each user can select its php version, and one user can run multiple versions php as well --- in different folder.
  6. N

    Installing Redis and phpredis

    run http://yourdomain.com/phpinfo.php search "Loaded Configuration File"
  7. N

    I can not see requests

    it's sort by default "Request/Second", try change to "Requests in Processing"
  8. N

    multiple PHP Version

    yes --- http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:multiple_phps_in_control_panel_lsws
  9. N

    mod_security

    regarding mod_security compatibility, please refer the wiki page: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:mod_security-compatibility can you specify which basic rule sets not support ?
  10. N

    High APC Fragmentation

    I read the post on stackoverflow, some valuable info there. -- Compiling the APC module with --disable-apc-mmap (Disable mmap support and use IPC shm instead) should fix the issue. -- i use SuPHP, not FastCGI -- my hosting said he is unable to enable fastcgi on litespeed. what if i still use...
  11. N

    rewrite issue

    good news. have you tried on apache? if not working under apache, then the rewriterule not written properly.
  12. N

    rewrite issue

    how about change to <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?$1 [L] </IfModule>
  13. N

    Not ignoring user aborts. Help.

    how does it work under apache ?
  14. N

    High APC Fragmentation

    try apc.mmap_file_mask=/tmp/APC.XXXXXX
  15. N

    Cpanel + awstats: problems with permissions

    please refer http://www.litespeedtech.com/support/forum/showthread.php?t=5766 if that helps -- For 4.1.11, Just add "ruid2" to "Ignore Apache module"
  16. N

    [solved] Problem with uploading large files =/

    what's the value of "Connection Timeout (secs)"? lsws admin console->Server->Tuning->Connection Timeout (secs) increase it, see if solve it.
  17. N

    .htaccess issue with litespeed

    tested in my test box. the problem should be /joomla/index.php please try
  18. N

    Received unexpected signal=9

    You can try turning off AIO see if it helps or not.
  19. N

    Image corrupt or truncated

    please manually install 4.1.11 #wget ....tar.gz #tar zxvf ...tar.gz #cd lsws-4.1.11 #./install.sh select "U" for upgrade then both 4.1.11 and 4.1.12 will appear in "Version Manager"
  20. N

    Image corrupt or truncated

    how about 4.1.11 as mentioned in above link ?
Top