Search results

  1. F

    Setting up a secure and fast php build for litespeed

    ok, Added. Only problem Ive ran into using the suhosin extension is logging alerts on the ini_set memory limit on vbulletin sites. I added some directives to get it not to log that to syslog or sdterr. Ill have to double check the stderr log to make sure its not logging there anymore. But...
  2. F

    Setting up a secure and fast php build for litespeed

    I made a walkthrough on how to setup litespeed php with suhosin patch and extension. Also explained how to get eaccelerator, ioncube, and zend working all at once with this Figured someone may get some use from this...
  3. F

    403s still driving up php processes

    hmm, Im an idiot. I gotta pinpoint what was causing that. Was a blog so may have been somethin built in like wordpress has. I was thinking it was autoindex or some other php page. Sorry about that, I thought for sure it was invoking some kind of php process because they was all getting 403s yet...
  4. F

    403s still driving up php processes

    Ok, I guess this is because autoindex kicks in for the 403 but there needs to be a better way because to block someone does no good because they will still get 403s and execute php each time. the measure I took was adding a 403.shtml But I think in general something should be different so it...
  5. F

    anyone had any problems with cpanel updates?

    ah, thats a relief. Ok, Ill pm you a link to a copy of my httpd.conf if you dont care to look at it.
  6. F

    anyone had any problems with cpanel updates?

    Yep, thats the issue. And there is no setting within easyapache to compile it the way its supposed to with modules. Might be a problem here unless they fix it. Because compiling apache1 does teh same way on new easyapache. Reason I had to do that easyapache, the webmail within cpanel went down...
  7. F

    anyone had any problems with cpanel updates?

    Ahh I found the problem... I think The new cpanel apache setup compiles everything in and NOT as modules. Therefore, litespeed is unable to load the modules and use them? That sound right?
  8. F

    anyone had any problems with cpanel updates?

    damn, I did, Been up 36 hours working on them. Their easyapache updated and its all to hell. Finally got ssl working again by doing apache 2, mod_userdir still messed up. Got cpanel support to look at the issue, here is their response. After I wrote a 2 paragraph ticket explaining that lsws does...
  9. F

    php4 and php5 together questions

    hey, just updating you to let you know that putting on auto-start fixed the issue and its working like a charm Thanks
  10. F

    php4 and php5 together questions

    Keep on getting this 2007-09-11 22:49:32.518 [INFO] [uds://tmp/lshttpd/lsphp4.sock] Connection refused, restart! 2007-09-11 22:49:32.518 [INFO] [uds://tmp/lshttpd/lsphp4.sock] Connection refused, restart! 2007-09-11 22:49:32.518 [INFO] [uds://tmp/lshttpd/lsphp4.sock] Connection refused, restart...
  11. F

    php4 and php5 together questions

    what do I put for the address? I tried this uds://tmp/lshttpd/lsphp4.sock and it didnt work
  12. F

    php4 and php5 together questions

    I had a vps customer recently telling me they needed php4 for something. I have replaced the php that comes with it, with 5.24, I tried to add this one line addType application/x-httpd-php4 php but we got a forbidden. So I replaced lsphp with the original and his script worked. How can we...
  13. F

    no parse errors

    That done it, I cant belive I didnt check those options, I figured that would be default. Thanks a lot mistwang
  14. F

    no parse errors

    Ive had someone complain lately about php not displaying parse errors, just showing a blank page. Error reporting is on,. What could I do to get it to display parse errors?
  15. F

    wierd issue

    there are some timeout settings for the php in the litespeed admin > external app .php you could try setting some of those up. I know I set my timeout up after a few problems
  16. F

    LiteSpeed vs Zeus !!

    check this site out, its a vid sharing site running litespeed and they are super busy http://www.funnyordie.com
  17. F

    LiteSpeed vs Zeus !!

    damn thats almost 4 times faster
  18. F

    LiteSpeed vs Zeus !!

    pay for the zeus license, setup 2 boxes and give it hell. I dont think zeus has a trial. I guess just run some benchmarks. Ive heard the same thing but what the hell you gonna do with zeus in a webhosting enviorment? Whats it compatible with? All that. What would you use zeus for besides...
  19. F

    Wow, Litespeed is a bad boy against ddos

    yeah it will handle as much http as you can pipe at it. There is one thing though running php as nobody is that they can use those vampire attacks or the ones that attack forum functions in order to kill sql. With nobody your load will may real high and php will lag a lil, it can eat up the max...
  20. F

    So.. WHich is faster? suphp or nobody?

    Yeah I usually use deadline for mysql intensive servers but on regular hosting servers Ive always used AS and just recently went to CFQ. So last night I switched to deadline for 2 servers running litespeed. cp is the one I had most of teh problems I mentioned above because it is a fairly busy...
Top