hey guys, i've got a slight problem....maybe one of the geniuses in this forum knows how to fix it.
I'm using pure-ftpd as my ftp server. When i try to set maxclients higher than 100 it, it SHOWS that it's working right, yet when i log into the server it still shows as being set to 100.
Is there any way around this? it hasn't caused me any major grief YET because i have only a small number of users but i expect to have more soon and, because i allow users 10 connections each, it's going to be a major problem soon.
does anyone know any way to fix this?
see how it shows 11 of 100?
but this is what it shows when i start the server
see the -c500? that means it SHOULD show say 11 of 500 right?
I'm using pure-ftpd as my ftp server. When i try to set maxclients higher than 100 it, it SHOWS that it's working right, yet when i log into the server it still shows as being set to 100.
Is there any way around this? it hasn't caused me any major grief YET because i have only a small number of users but i expect to have more soon and, because i allow users 10 connections each, it's going to be a major problem soon.
does anyone know any way to fix this?
Code:
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 11 of 100 allowed.
see how it shows 11 of 100?
but this is what it shows when i start the server
Code:
Running: /usr/local/sbin/pure-ftpd -A -c500 -B -C20 -d -E -fftp -H -I1 -lpuredb:/usr/local/etc/pureftpd.pdb -L2000:8 -m8 -p10064:10264 -s -U133:022 -u80 -w -x -X -Oclf:/var/log/pureftpd1.log -Ostats:/var/log/pureftpd2.log -Ow3c:/var/log/pureftpd3.log -R -j -g/var/run/pure-ftpd.pid -k99 -Z -y9:20 -Y1 -8big5 -9big5
see the -c500? that means it SHOULD show say 11 of 500 right?