Search results

  1. N

    .htaccess 403 after LSWS upgrade

    access which URL trigger 403 error ? please provide a log entry in error.log comment out above 3 rules, 403 disappears ?
  2. N

    Feature request : Make litespeed cache easier to use for end users

    in example of WHM/cPanel, in httpd.conf, just adding one line Include "/usr/local/apache/conf/userdata/std/2_2/username/userdomain/wordpress.conf which wordpress.conf contains above rewrite rules. this may be the quickest way to enable the cache for each wordpress user. add new directive in...
  3. N

    Feature request : Make litespeed cache easier to use for end users

    agree. for wordpress the rewrite rules can be: RewriteEngine On RewriteCond %{REQUEST_METHOD} ^HEAD|GET$ RewriteCond %{REQUEST_URI} !^/(wp-|xmlrpc\.php) RewriteCond %{HTTP_COOKIE} !(comment_author_|wordpressuser_|wp-postpass_|wordpress_logged_in_) RewriteRule .* - [E=Cache-Control:max-age=600]...
  4. N

    Install xmlrpc module

    build lsphp for DA should be as easy as apache. look: http://www.litespeedtech.com/products/control-panel-plugins/directadmin-plugin there is a button "Build Matching PHP Binary", this is the preferred way to build lsphp for DA the built lsphp should be at /usr/local/lsws/fcgin-bin/lsphp*. you...
  5. N

    Install xmlrpc module

    have you asked cloudlinux about the issue ?
  6. N

    Install xmlrpc module

    you may need follow cloudlinux's document: http://docs.cloudlinux.com/php_compiling_your_own_extensions.html to add xmlrpc extension.
  7. N

    phpmyadmin fatal error

    check phpinfo, open_basedir, set it to null if not.
  8. N

    [Resolved] Upgrade to RC3

    the command should be ./lsup.sh -f -v 5.0RC3
  9. N

    htaccess rewrite issue

    not sure if following change will work(re-order only): RewriteCond %{HTTP_HOST} ^domain\.com [NC] RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301] RewriteBase / RewriteRule ^([^?]*)/page([0-9]+) index.php?_route_=$1&page=$2 [QSA,L] RewriteRule ^([^?]*)/promo...
  10. N

    [Resolved] Continuous Abort requests happens thrice a day at particular time interval for 1 min

    is it possible to relate to https connection between pingdom and your website ? your current monitoring URL should be https://... how about just change it to http://... for 1 or 2 days ? I know it's just a redirect: #curl -I www.artifactuprising.com HTTP/1.1 301 Moved Permanently Server...
  11. N

    [Resolved] Continuous Abort requests happens thrice a day at particular time interval for 1 min

    weird and interesting issue. any special log around 7:00:55 ? please provide more info or you can provide the access to the server for us to collect.
  12. N

    [Resolved] SSL Renegotiation Protection and cPanel

    Thanks for the update!
  13. N

    Litespeed cache bug?

    1. switch to 4.2.22, is the cache function correctly ? 2. what's the cache policy ?
  14. N

    Will Magento run faster on..

    >Can you tell me how do I check the I/O please? at command line, run "top", you'll see something like 0.4%wa this mean the iowait is 0.4%
  15. N

    [Resolved] One litespeed server not getting upgrade notification

    I think you're right. all files/sub folders should be owned by lsadm:lsadm. so in other words, instead of rm -rf /usr/local/lsws/autoupdate/* the issue also can be resolved by #chown -R lsadm:lsadm /usr/local/lsws/autoupdate in your case it's #chown -R ls:ls /usr/local/lsws/autoupdate
  16. N

    [Resolved] One litespeed server not getting upgrade notification

    anyway it's resolved finally. while I don't know the exact reason either, the fact and info will be useful for later reference.
  17. N

    Is it normal for /usr/local/lsws/conf/license.key to change daily?

    yes, it's normal and change daily as you noticed. validate the licence, check latest release etc.
  18. N

    [Resolved] 403 error on all cPanel accounts after upgrade to v4.2.22

    how about .20/.21 ? this may help narrow down the scope. just force install .20/.21 by /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.20 (or 4.2.21) all the configuration file won't change(including .19/.22 set up) easy and safe to switch between versions.
  19. N

    [Resolved] One litespeed server not getting upgrade notification

    the license looks ok. all files and directories under /usr/local/lsws/autoupdate/ is safe to delete. (but don't delete /usr/local/lsws/autoupdate/ itself) you can try graceful restart first,
  20. N

    Import Wordpress XML file

    please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:run-without-timeouts see which one may fix your issue.
Top