Search results

  1. N

    [solved] LiteSpeed need some help

    it's configuration issue. on 3rd screenshot, 3 listeners are defined but they are same: IP address, port, Secure. this cause conflict. please delete 2 and only keep one. for example, keep only 2nd one:www.empireit.ro then go to 2nd screen shots,click "Add" on the right of "Virtual Host...
  2. N

    Rewrite [B] Flag?

    can you test it under apache as well ? and see if any difference.
  3. N

    Request Filters

    still can't view the image. right
  4. N

    Request Filters

    I did local test, the result is : yes, should override. the attached picture is not clear.
  5. N

    eAccelerator which version

    0.9.6.1 should be ok
  6. N

    [solved] LiteSpeed need some help

    can you paste screenshots: admin console->Configuration:Listeners and click "view/edit" for port 80 low.
  7. N

    Using not all hardware speed

    please paste output #top -c
  8. N

    I would like to purchase a copy

    curl-devel.x86_64 exists, you must install it
  9. N

    I would like to purchase a copy

    please refer: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi:troubleshoot this issue is covered.
  10. N

    I would like to purchase a copy

    admin console->Configuration->Virtual Hosts->Add for some setting you're not sure, refer the pre-created virtual host "Example"
  11. N

    I would like to purchase a copy

    there is a tutorial entry in our wiki http://www.litespeedtech.com/support/wiki/doku.php "PickledOnion's Tutorials" it's easy for a fresh lsws install. however, need save the lsphp5 parameters in your current setup. since only 1 site, should be easy to setup lsws.
  12. N

    I would like to purchase a copy

    please PM your sever's access, I'd check what's the problem.
  13. N

    I would like to purchase a copy

    you may lack one step: build matching php in admin console.
  14. N

    I would like to purchase a copy

    please refer: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:da you need fill other parameters as well: Apache Configuration File etc
  15. N

    I would like to purchase a copy

    admin console -> Server -> General -> Using Apache Configuration File please fill this section. Load Apache Configuration:Yes .... Apache Port Offset: 2000 ... this way litespeed will import virtual hosts defined by apache httpd.conf, and run with apache in parallel: apache...
  16. N

    I would like to purchase a copy

    so litespeed is listen port 8088,7080 access your site by your-domain.com:8088 access lsws admin console by your-domain.com:7080
  17. N

    I would like to purchase a copy

    what's the output of #netstat -ntlp ?
  18. N

    Graceful restart not so graceful

    is there another process already listen to port 80 ? please run #netstat -ntlp
  19. N

    mod rewrite not working correctly after switch

    I see the site is ok at present. so when enable friendly URL in wp, there is issue. when disable, it's normal.
  20. N

    mod rewrite not working correctly after switch

    please try to remove: AddType application/x-httpd-php .php .htm .html .php5 and see if it back to normal. use following rewriterule should fix the issue, but just an workaround. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule (.*\.css) http://tailoredvps.com/$1...
Top