Search results

  1. M

    Litespeed cache + vB + vBSEO conflicts/issues ?

    The expire time of cookie "vbseo_loggedin" is set to 1 second earlier than the current time, maybe it is intended to remove that cookie, not to send it back to web server as request cookie. If that is the case, just test if "vbseo_loggedin" presents, if it does, user logged in, no cache, if it...
  2. M

    [Solved] Import from Apache

    install mysql-devel with command "yum install mysql-devel"
  3. M

    [solved] rewrite rules access to ENV

    You should update the script to add a response header.
  4. M

    Server not starting

    Unfortunately, if you used trial key on this server before, you cannot use trial key again. If you get a new license key, just use the new serial number.
  5. M

    Rails 3

    save it as lsws/fcgi-bin/RailsRunner.rb
  6. M

    4.0.19 unable to remove example virtual host or override

    Maybe there is a permission problem with updating the configuration file. Try installing 4.0.19, then use 4.0.18's admin console code, change the symbolic link under lsws/admin/html from html.4.0.19 to html.4.0.18 . did you install LSWS with sudo from xterm?
  7. M

    Litespeed kill pid if time was change

    should check "max idle time" configuration under rails tab. http://www.litespeedtech.com/docs/webserver/config/extapps/#extMaxIdleTime
  8. M

    Litespeed kill pid if time was change

    You should upgrade to the latest 4.0.19 release. If it still happen, enable debug logging, send us the log file, we will investigate.
  9. M

    [solved] Problem + litespeed + cpanel + .htaccess + permission

    Also, your server has been hitting ip_conntrack limit, check "dmesg" output.
  10. M

    [solved] Problem + litespeed + cpanel + .htaccess + permission

    your LSWS 4.0.19 has been updated to latest build, the symoblic link error caused by mod_security rule is gone now.
  11. M

    Looking for paid server setup/mini-training

    Please post your request to webhostingtalk.com
  12. M

    [solved] IPv6 via httpd.conf

    Please try the updated 4.0.19 package. should work now.
  13. M

    [solved] IPv6 via httpd.conf

    You can try the wildcard IPv6 address Listen [::]:80
  14. M

    strange PHP error

    run easyApache.
  15. M

    Enable GZIP by .htaccess

    that function is not available now. To me, GZIP compression should be enabled globally, only turn it off when it break something.
  16. M

    vBulletin Guest Cache with LiteSpeed

    You can enable rewrite logging, see if the rewrite rule works as expected.
  17. M

    [todo] cPanel + ruby

    It should work with cPanel's RoR setup.
  18. M

    [Solved] Made new Virtual Host

    bind new vhost to a listener. go through the tutorials http://www.litespeedtech.com/support/wiki/doku.php#litespeed_tutorials_for_beginners
  19. M

    Configuring and testing litespeed cache Part 2

    I mean if you run "ab" 5 times with -n 1000, it will be more accurate result if you do "ab" once with -n 5000. "ab" will send maybe around 2000 requests when you do " -n 1000 -c 1000", after it receives the first 1000 response, it just close all connection, however, on web server side, those...
Top