Search results

  1. F

    So.. WHich is faster? suphp or nobody?

    Well I cant remember if I had this problem using Anticipatory as default I/O scheduler or not. Now Im using CFQ so that may be the problem, Ill try to switch back to Anticipatory and see how it does
  2. F

    So.. WHich is faster? suphp or nobody?

    there is one more thing I am having problems with both php setups. When Im doing something in the server and the load gets around 5 and up then php sites begin lagging, sometimes timing out. While the html sites are fine. I dont know if its a disk read thing or what as no cpu is running 100%...
  3. F

    So.. WHich is faster? suphp or nobody?

    6 Day Suphp vs Nobody review Ok, so it been 6 days since I went suphp so I figured I would update and give some feedback. I switched back to nobody tonight and I will explain why. But Id like to point out that sometimes I can have up to 4 sites being ddosed at the same time so its pretty...
  4. F

    directadmin usage log

    Yeah they are there. Somehow I got it working on my dedicated directadmin server, still trying with vps.. Im sure its something Ive messed up or overlooked along the way. on the directadmin install per the wiki is it supposed to import the vhosts into litespeed admin? I remember one time it...
  5. F

    directadmin usage log

    hey I noticed in litespeed admin for the vps this Loading configuration from /opt/lsws/conf/httpd_config.xml ... So may not be importing the apache config all the way, Ill look through my other servers and see if it does the same
  6. F

    directadmin usage log

    well Ive seriously tried everything. I been trying to find out how to block this gigaloader.com and I was testing it while tailing any possible log I can think of and nothing ever showed up. Just assorted stuff. Anyway, On my directadmin servers one time on install I imported apache config...
  7. F

    directadmin usage log

    I tried to setup awstats on a domain today but the logs it was reading was empty, and when I checked directadmin the access and error_logs was empty as well. The strange thing is that webalizer is working and logging stats just fine I just cant find where its getting those stats. Does lsws...
  8. F

    setting priority on php

    Cant belive I didnt see that server setting that would have made things more clear lol. Find out new stuff about litespeed everyday. Oh yeah does anyone have any feedback on what the cons of doing this would be?
  9. F

    setting priority on php

    Ok I seen an article on doing this for nagios and apache. http://www.linickx.com/blog/archives/285/process-scheduling-is-nice/ tried it on lsws in /etc/init.d but I dont think I was putting the line in start right. How could I go about doing it? And do you think this will have some adverse...
  10. F

    setting priority on php

    the priority setting feature on external app > php config in litespeed admin. When you set the priority for that is it supposed to now start all lsphp processes at that nice? Reason being I noticed when I was doing some things in the server getting the load high. Things like backups...
  11. F

    Custom PHP Compile issues.

    well if phpinfo is showing the new custom php then its most likely some loaded extension you need for the new php version. Are you getting a blank page on very site? Or just ones that need certain modules?
  12. F

    So.. WHich is faster? suphp or nobody?

    Well I finally converted my main server to full time suphp. Ive really experimented with page loads on each and they were about the same. Today I thought I saw a drop but was just my pc after upgrading ubuntu dns was a lil funny. Anyway, the benefits of running suexec far outweigh any con...
  13. F

    So.. WHich is faster? suphp or nobody?

    I cant really tell a difference as far as page load, looks just as fast. Just uses a lil extra server resources. And suphp is much more secure for the server as a whole but anyone who gets a shell uploaded to their site - everything can be deleted and all that. But security for the server and...
  14. F

    timeouts

    Works! Thanks,. I didnt even think to check those settings
  15. F

    timeouts

    I noticed this before on whmcs on my site but the problem is it times out on some apps that apache doesnt. On WHMCS account creation it usually timesout instantly but maybe something on that script that litespeed doesnt like. I noticed that it was using the timeout in the httpd.conf over the one...
  16. F

    not really sure on this one

    Yeah I know, I seen that as soon as I posted it and was like erm. I had a hectic morning with this customers site, an image upload site. I think he just changed his code and something messed up. I thought it was something with rewrite at first because of the files being called and all but wasnt...
  17. F

    not really sure on this one

    So I got up this morning and a few peopel had some image upload problems so I searched everything in php.ini And couldnt find anything stopping it and checked everything in litespeed The customr in question had this in his htaccess, Do you think this may be causing problems php_flag...
  18. F

    Not reporting some errors correctly

    Ok since I had litespeed I notice I would always see errors when I logged in like ERROR [[HTAccess]] /c99\": missing closing '"'. And a few other different ones. But I didnt really think anything until I started noticing the c99 warning. Anyway I searched all .htaccess files and was nothing...
  19. F

    Wow, Litespeed is a bad boy against ddos

    see whats up with that user and their process. Best way to see if your server is getting ddos is: netstat -ntu | grep SYN_RECV - to see how many incoming syns you have netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -nr to show who is connected and how many times...
  20. F

    No executable 'php' under sapi/litespeed/

    wellyour php.ini for the wiki instruction compile will be in /opt/lsws/php/php.ini When you install zend it will link it to zends location. The way I do the php I totally replace system php and all that by installing in prefix=/usr/local That way you just have one php and not 2, Easier to...
Top