Search results

  1. N

    litespeed running but no website open

    lsws 5.1.11 just released. http://www.litespeedtech.com/index.php/products/litespeed-web-server/release-log [Bugfix] Fixed an issue where cPanel killed LiteSpeed when applying configuration changes, such as adding an add-on domain or sub domain. if still exists, may need login the server for...
  2. N

    Force HTTPS for entire domain

    just put the rewrite rule in httpd.conf, virtual host section should do it ? RewriteCond %{HTTPS} !on RewriteRule ^/(.*)$ https://%{SERVER_NAME}/$1 [R=301,L]
  3. N

    setting up include conf directives

    update: it's because www.xxx DNS record not found Basically it's not an issue for litespeed. many domain names share one virtual host, implemented by multiple ServerAlias directives. just now did quick tests, looks current issue is that when access add-on domain(i.e., profile domain in this...
  4. N

    How to install LiteSpeed Standard Editon on Plesk onyx

    please compare the permission / owner / group between /usr/local/lsws/bin and /usr/local/lsws/bin_backup and follow files in /usr/local/lsws/bin_backup
  5. N

    How to install LiteSpeed Standard Editon on Plesk onyx

    I think need replace lscgid as well. the detail steps should be: 1. stop lsws /usr/local/lsws/bin/lswsctrl stop 2. mv /usr/local/lsws/bin /usr/local/lsws/bin_backup 3. cp lsws-5.0.19/bin /usr/local/lsws/ 4. start lsws /usr/local/lsws/bin/lswsctrl start
  6. N

    Litespeed caches wsdl files of my webservices

    probably you've enabled cache globally. please check with https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscache:setup-guidline especially cache policy part...
  7. N

    setting up include conf directives

    can you PM the server's access and so I can reproduce the issue with detail ? I'm not very clear what the issue is without gathering more detail information.
  8. N

    How to install LiteSpeed Standard Editon on Plesk onyx

    you can apply for a trial license, it's a 2-CPU enterprise lsws. after everything is ok, you just need replace /usr/local/lsws/bin/lshttpd binary with standard one. then restart lsws. see if all vhosts are working for your case or lack something.
  9. N

    setting up include conf directives

    what's the content of *.conf ?
  10. N

    How to install LiteSpeed Standard Editon on Plesk onyx

    the install steps are same with enterprise litespeed, you can try and 0 risk. but please refer https://www.litespeedtech.com/products/litespeed-web-server/editions standard edition will support max 5 Apache VHosts.
  11. N

    setting up include conf directives

    for following directive, IncludeOptional /jamroom_directory/data/media/0/0/apache_server_alias_*.conf how about change IncludeOptional to Include ?
  12. N

    lsphp running without script name ?

    it's normal. it's waiting for next request, and will disappear if being idle for some time.
  13. N

    [Resolved] Can't send mail

    searched out this post: https://forums.cpanel.net/threads/sendmail-doesnt-allow-nobody-unexpected-setting.531411/ how about turn off “Track email origin via X-Source email headers” ? For cPanel & WHM version 60 Home >> Server Configuration >> Tweak Settings...
  14. N

    [Resolved] Can't send mail

    to match apche config mod_dso, in lsws web admin console, should set "PHP suEXEC" to "No" Server -> General -> PHP suEXEC then all lsphp should run as nobody.
  15. N

    [Resolved] Can't send mail

    to confirm, does it mean all php processes run as nobody under apache ?
  16. N

    No Response Errors after last update

    can you get a list of problem URLs ? for a website with many URLs, it's possible some URLs very slow to access. for example, a URL with pagination. the 1st page usually very fast, but very slow for 1000th page. when google bot try to access the 1000th page, it's highly possible it'll be...
  17. N

    Increasing LSAPI_CHILDREN

    please try to change "PHP suEXEC Max Conn" in your attached children2-png I think in this environment, here "Max Conn" will override PHP_LSAPI_CHILDREN in children-png, or it's PHP_LSAPI_CHILDREN in this context.
  18. N

    No Response Errors after last update

    what's current status comparing with your first post ? I still suggest to revert back, while maybe no much difference for current issue.
  19. N

    [Resolved] LSCache issue when disabling user

    maybe a open_basedir issue ? please refer http://blog.litespeedtech.com/2012/12/11/switching-from-apache-open_basedir-in-the-shared-hosting-environment/ disable open_basedir for "username", see if any difference.
  20. N

    [Resolved] Litespeed for PHP 5.3.29

    litespeed 5.1.10 is fine for php 5.3.x please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:rpm
Top