Search results

  1. R

    DA support for 'hidden directories'

    My apologies if this has been posted before, my gut feeling says it has but i can't find it anywhere. Recently I was caught out for the second time due to a user bypassing DA's quota limits by creating a directory with a specially crafted name which DA does not recognise. In my case the dir was...
  2. R

    Apache 2.2 ddos multiple IPs

    Hi all, so this is the usual scenario some of you are probably used to seeing... someone is flooding port 80 on my server although the botnet is quite big and every IP connects only once. In my server-status page i see lots of this... Total accesses: 6356 - Total Traffic: 31.2 MB CPU Usage...
  3. R

    kernel: maxproc limit exceeded by uid 1004

    Hey all, for some reason user 'apache' is stopped from running over a certain number of processes even though i've set that user's maxproc to unlimited. Heres a snippet from my /etc/login.conf default:\ :passwd_format=md5:\ :copyright=/etc/COPYRIGHT:\...
  4. R

    PHP make error: dns.c

    I've tried compiling PHP 4, 5 and 6 and get this same error every time during make; I/usr/local/directadmin/custombuild/php-5.2.4/ext/mbstring/oniguruma -I/usr/local/directadmin/custombuild/php-5.2.4/ext/mbstring/libmbfl -I/usr/local/directadmin/custombuild/php-5.2.4/ext/mbstring/libmbfl/mbfl...
  5. R

    Signal 11 - segmentation fault

    Each time i try to compile literally anything i get something like the following; root# make cc -c -O2 -fno-strict-aliasing -pipe -Wall -DHAVE_CONFIG_H -DCONFIG_FILE="\"/usr/local/etc/healthd.conf\"" -I. -DINET6 getMBinfo.c getMBinfo.c: In function `InitMBInfo': getMBinfo.c:71: internal...
  6. R

    Tested DirectAdmin on FreeBSD 6.2?

    It looks like I upgraded from freeBSD 5.4 to 6.1 at the worst possible time, theres an annoying bug in the OS which locks processes (namely unreal ircd) which was fixed in the 6.2-R version released shortly after. My question is has anyone confirmed that DA works under FBSD 6.2-R and if there...
  7. R

    Disable mod_security for only one user

    Hey all, I use mod_security in conjunction with apache 1.3.37 on my server and have got an email from a client complaining that the module is giving him issues with his website and would like it disabled. Is there any way for me to disable mod_security on his account only and leave it functional...
  8. R

    Trouble installing mrtg

    I'm trying to install mrtg-2.14.5 on my 5.4-release system. I have the following installed already; -gd -libpng -zlib Heres the error i get: @root@# make install ... checking gd.h usability... yes checking gd.h presence... yes checking for gd.h... yes ** Ooops, one of many bad things...
  9. R

    .profile problems - prompt doesnt show colours

    Heres what a user sees at the command prompt when they log into ssh: (sshd/bash) \[\033[1;37m\][\[\033[1;34m\]\t\[\033[1;37m\]] \[\033[1;34m\][\[\033[1;37m\]\u\[\033[1;34m\]@\[\033[1;37m\]\h\[\033[1;34m\]] \[\033[1;34m\](\[\033[1;37m\]\w\[\033[1;34m\]) \[\033[1;37m\]\$\[\033[00m\] Obviously...
Back
Top