Search results

  1. F

    huge core files

    I notice a lot of users disk space going up fast. I get to looking in their home files and they have these big 200 mb core files for example -rw------- 1 xforumxc xforumxc 220413952 Sep 30 02:07 core.32542 -rw------- 1 xforumxc xforumxc 220782592 Sep 30 02:08 core.32570 Doing this on...
  2. F

    security settings suggestions

    ok, call me dumb or whatever but I really dont know how many static or dynamic requests and average user usually does. I seen in one thread george reccomending a guy with a busy site 1 dynamic request per second. I tried this setting on a vbulletin forum under ddos and it did well. But liek...
  3. F

    htaccess/per vhost config on cpanel/directadmin

    Well please correct me if this is already available. But the biggest thing I would like to have in litespeed is to be able to make per user or vhost settings. Ive tried a few different ways to like make an apache virtual host and convert it to be configured per vhost in litespeed to no avail...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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?
  9. 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...
  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

    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...
  12. 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...
  13. 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...
  14. 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...
  15. F

    make virtual hosts

    I know I mentioned this somewhere but cant find the thread. I remember when I first starte3d messing with litespeed and I installed on a directadmin server and I put the listen to port on 80, when I did it added all my virtual hosts into litespeed but everything was slow and just didnt work...
  16. F

    system wide install

    Ok, I think that the basic litespeed install instructions is for people who might go back to apache or whatever. I think it would be nice if there was a system wide install - scripts in /etc/init.d, /sbin, etc so you dont have to type out the full location to the binaries. PLus in /etc/init.d...
  17. F

    default lsphp no mysql

    I didnt report this first cause I thought it may have been an issue with my server plus I was gonna compile my own php5 but i notice on the default installs of php, there is no mysql support compiled in when I go to php.mysql sites, always a db error. When I compile and install my own php5 I...
  18. F

    zen photo problem

    I just had a customer who couldnt see his site in public_html when you visited it, said moved 302 and said moved to domain.com/% or something to that effect. I ended up moving htaccess to old.htaccess so he could run the install but he says he needs the rewrite rules for teh siet to function...
  19. F

    restart from shell

    Well I noticed this since the 3.1 and not totally sure if this is a bug or not but it doesnt seem to be doing anything from the shell when I type /opt/lsws/bin/lswsctrl restart it just enters ya know, doesnt really do anything and doesnt restart the server. root@cp [/usr/src]#...
  20. F

    XSS is autoindex | patch included

    I sent you an email earlier george but looks like your server was having problems. Anyway there is an xss in autoindex, Some kiddy group made it, does not much more then give a popup but could probably be used to steal cookies or whatever. I dont know, not to keen on xss. Here is the original...
Top