Search results

  1. N

    Migrating from one OS to another

    how about apply for a new 15-day trial license?
  2. N

    ruby on rails - shared hosting

    not sure if it's an Debian Lenny specific issue. before that, can you re-check your settings against http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:ruby_rails_easy Part 2/2: LiteSpeed Server Config
  3. N

    Typical settings for these environments

    there may not exist. when at your traffic spike, run "top" alike tools, try to identify the bottle-neck of your site. Often we heard of app/site is CPU-bound, IO-bound, network-bound or memory-bound(however, there seems to be less chance to hear about memory-bound). sometimes, double memory...
  4. N

    Install problem

    should be permission issue. have you run install.sh as root?
  5. N

    Looking to upgrade to LiteSpeed

    >I'm just wondering what that means in the 'real world'. the standard version will work with the major limits stated in the page: only first 5 virtual hosts from Apache httpd.conf will be read; the max concurrent connections is 150.
  6. N

    Looking to upgrade to LiteSpeed

    lsws standard vs enterprise version: http://www.litespeedtech.com/litespeed-web-server-editions.html
  7. N

    cPanel and Virtual Hosts

    >Also Is it normal for no Virtual Hosts to show in the Litespeed control panel? it's normal. since you're using cPanel. >Will AWStats in cPanel continue to work, or will I use Litespeeds addon? maybe both works, with correct configuration. since awstats is a log analyzer, as long as log file...
  8. N

    WordPress blank Permalink page / FTP credential

    your www.ofertebebe.ro/phpinfo.php stopping at pdo_sqlite apparently you haven't built PHP well. You can check pdo_sqlite module to start the trouble shooting.
  9. N

    Litespeed restart

    it's normal. You can change the Server or vHost ->Log->Log Level to WARNING or ERROR to reduce such log entry.
  10. N

    Disable Info Logging

    Server-->Log-->Log Level: ERROR(or WARNING) Server-->Log-->Debug Level: NONE
  11. N

    Php as nobody

    Server-->General-->PHP suEXEC: Yes or User's Home Directory Only
  12. N

    ruby on rails - shared hosting

    can you give more info? assume you've replaced the rail app in $homedir/lsws/testrails, and replaced "testrails.com" with your site's domain.
  13. N

    [Resolved] mime.properties - js=application/x-javascript vs js=application/javascript

    may need add "application/javascript" to "Expires By Type" Server-->General-->Expires By Type the root cause in summary is because there is following directive somewhere in cPanel: AddType application/javascript .js which override litespeed's default MIME type for .js...
  14. N

    How to buy ?

    you can directly purchase it from litespeed store.
  15. N

    [Resolved] mime.properties - js=application/x-javascript vs js=application/javascript

    in litespeed, you can try my previous suggestion: set js2 as MIME type:application/javascript. this change may be enough(can remove other changes). -- as a cPanel patch.
  16. N

    How to buy ?

    https://store.litespeedtech.com/store/cart.php free version has a 150 connections limit.
  17. N

    For File hosting

    short answer: yes, litespeed will perform much better than apache. especially in your case: MP3 streaming + downloading.
  18. N

    [Resolved] mime.properties - js=application/x-javascript vs js=application/javascript

    yes, agree with you. the redefinition is from cPanel, if I remember correctly.
  19. N

    [Resolved] mime.properties - js=application/x-javascript vs js=application/javascript

    another trick is to add a MIME type, say js2 application/javascript the issue you described is because .js type redefined from x-javascript to javascript somewhere in http.conf or .htaccess. if no such redefinition, litespeed by default will compress .js well as x-javascript.
  20. N

    For File hosting

    please refer this user case: http://www.litespeedtech.com/support/forum/showthread.php?t=3308 since your site is mainly mp3, no or no much dynamic part(PHP etc), I believe you'll get more performance increasing and use less resources than this user.
Top