Search results

  1. N

    [solved] Peformance Bottleneck

    I noticed following unusual: [root@vhost1 ~]# ab -k -c 10 -t 30 http://ourtestserver:2080/ Keep-Alive requests: 0 you enabled keep-alive but actual tests showed no keep-alive. Document Path: / Document Length: 13 bytes what's the content of 13 bytes? is it a php or...
  2. N

    [solved] Peformance Bottleneck

    I'm interested in this issue and have time available today. please PM your server's access if it's ok with you.
  3. N

    [solved] 503 Service Unavailable ON WP > wp-admin/options.php

    looks the settings has been modified heavily from the default one, it may be the cause of various strange behavior. Max Connections 2000 LSAPI_CHILDREN=35 ==>they should match. please change "Max Connections" back to 35 Initial Request Timeout (secs) 400 ==>default one is 60. any reason...
  4. N

    [solved] 503 Service Unavailable ON WP > wp-admin/options.php

    please post your ext App lsphp5's settings here
  5. N

    [solved] Litespeed Restarting Every 2 Hours

    I searched out this one: http://forums.cpanel.net/f5/apache-restarting-every-1-2-hours-160157.html "Apache Restarting Every 1-2 Hours" "These graceful restarts are part of the log rotation." not sure same case with yours.
  6. N

    Trying to get perl/cgi application to run that uses CGI::Fast

    please refer our demo site: http://www.litespeedtech.com/litespeed-live-demos.html you can login the admin console with admin/admindemo there is Perl 5.8.5: Ybb 2 Forum to use lsperl: http://demo.litespeedtech.com/perl/
  7. N

    command line to check litespeed is running or not

    #netstat -ntlp to check which process is listen to port 80
  8. N

    upload progress bar don

    please refer another thread http://www.litespeedtech.com/support/forum/showthread.php?t=5884 I've asked Mr_Parham if he can share with us. He's running xfiresharing as well.
  9. N

    [solved] Problem with uploading large files =/

    hi Mr_Parham, can you take a look at http://www.litespeedtech.com/support/forum/showthread.php?t=6056 do your xfilresharing have same issue -- upload progress bar not working? Thanks
  10. N

    problem in litespeed

    did you follow http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:da ? please check this step: chown apache:nobody /var/log/httpd/domains
  11. N

    upload progress bar don

    for you add a few lines, e.g., then after upload, check if test.html exists, and verify its permission by ls -l test.html
  12. N

    [Solved] litespeed & mysqld high cpu usage since sunday

    how about the iowait, when run "top -c" ?
  13. N

    [solved] Litespeed Restarting Every 2 Hours

    please provide more info about your server. litespeed itself can run continuously for months without restart(I myself manage many litespeed servers for years)
  14. N

    upload progress bar don

    it should be permission issue. what user upload.cgi run as? htdocs_tmp_dir's permission ?
  15. N

    [solved] Litespeed Restarting Every 2 Hours

    please check your cron jobs, if there is one run every 2 hours, and match the time of lsws restart.
  16. N

    Max connections per vhost

    not likely possible. since the connection is established between an IP on your server and client IP. this IP on server may be shared by many virtual hosts. or, this connection can be shared by many virtual hosts. if it's native vhost, per vhost level, can limit dynamic/static requests from an...
  17. N

    random 404 errors on exiting pages

    can you give an example URL which caused 404 error? I think you can get it from access log.
  18. N

    [solved] Litespeed webserver stops working while cleancache script is runnning

    glad to hear the progress. I think it may only happen on high iowait server, which already been a big problem. to improve at the lsws side, maybe you can put `date` >> /root/cleanup.log at the beginning of cleancache.sh, to see if it's run too frequently.
  19. N

    random 404 errors on exiting pages

    please check .htaccess, if there is line like RewriteRule . what-ever-string [L,... then change to RewriteRule .* what-ever-string [L,... to see if any difference. probably one of the causes, need test and feedback from real word websites.
  20. N

    How to log website file uploads?

    in access.log, you'll see an POST entry like 192.168.2.102 - - [29/Jun/2012:16:24:45 +0800] "POST /upload/upload_file.php HTTP/1.1" 200 148 "http://192.168.2.101/upload/up.html" "Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20100101 Firefox/13.0.1"
Top