Search results

  1. M

    htaccess Rewrite question: file renaming

    Yes, I tried it in our lab, it works well. Maybe .htaccess was not enabled, rewrite engine is not enabled or you used wrong URL to test it. The rule only works with URL ending with "index.html", if you using URL like "...frankandcollen/" it wont work.
  2. M

    4.1 RC3 ??? o.O

    It is not officially released yet.
  3. M

    Connection Timeout Limits - connTimeout

    The upper limit is 1,000,000 with latest 4.0.16 build.
  4. M

    Content-Aware Caching

    You can make caching more flexible like you described with Rewrite Rules by setting environment "Cache-ctrl", like RewriteCond ${QUERY_STRING} cache=0 RewriteRule .* - [E=Cache-control:no-cache] You can use regular Cache-Control directives.
  5. M

    htaccess Rewrite question: file renaming

    I do not think the rule really matches the request. You need to put .htaccess under directory "frankandcolleen", use rule
  6. M

    4.1 RC3 ??? o.O

    It is available now.
  7. M

    [Resolved] APC and PHP ini file help

    You should create one or copy the one used by apache php, usually located at /usr/local/lib/php.ini. APC may not work very well for shared hosting with PHP suEXEC enabled, eAccelerator will work better if the code is stable for the PHP version used.
  8. M

    Apache handled content

    Yes, it should work.
  9. M

    htaccess Rewrite question: file renaming

    Force index.html as MIME type "application/x-httpd-php" RewriteRule frankandcolleen/index.html - [T=application/x-httpd-php]
  10. M

    error in unicode URL

    Please try rebuilding PHP.
  11. M

    SSL Certificate Error

    TLS option should be checked.
  12. M

    Joomla module not working in LiteSpeed

    please try rebuilding PHP see if it helps or not.
  13. M

    [Resolved] High CPU spikes everywhere

    with 5615% CPU, the server load should be around 56, I think it is something wrong with TOP output.
  14. M

    Incompatibility with eomPro

    maybe related to http://www.litespeedtech.com/docs/webserver/config/tuning/#connTimeout
  15. M

    LiteSpeed + APC + SuEXEC + FastCGI

    LSAPI PHP does the same in suEXEC mode.
  16. M

    Current PHP version

    Yes, you can do that.
  17. M

    LiteSpeed + APC + SuEXEC + FastCGI

    eAccelerator is recommended for LiteSpeed suEXEC PHP. FastCGI is not as fast as our LSAPI PHP. LiteSpeed will use LSAPI by default even if you use Apache + FCGI PHP.
  18. M

    1 VHost Goes down?!

    So, it is indeed a MySQL DB problem. It requires "--force --medium-check" option to really fix it? Not familiar with MySQL commands.
  19. M

    Out of swapping space while reading request body!

    Maybe it is a bug of internal swapping memory usage tracking, lshttpd thought swapping memory has been used up, but actually not. we will add more logging when it happens
  20. M

    Hello i need help !!

    http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel
Top