ispCP - Board - Support
The ispcp can't limit that the mode of web upload the quota of the file disk. - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Suggestions (/forum-2.html)
+--- Thread: The ispcp can't limit that the mode of web upload the quota of the file disk. (/thread-3406.html)



The ispcp can't limit that the mode of web upload the quota of the file disk. - xiaolong - 05-30-2008 01:14 PM

[/php]


RE: The ispcp can't limit that the mode of web upload the quota of the file disk. - pgentoo - 05-30-2008 01:37 PM

Not quite sure what you are saying here... Are you saying that you can't set a "hard quota" for users, so they can't upload files once their reach the quota?


RE: The ispcp can't limit that the mode of web upload the quota of the file disk. - xiaolong - 05-30-2008 01:50 PM

I can limit the quota from ftp, but can't limit the size of the upload file from the web


RE: The ispcp can't limit that the mode of web upload the quota of the file disk. - momo - 06-17-2008 10:49 PM

If you mean to limit size of upload from the filemanager, this is also php setting.
Code:
/var/www/fcgi/master/php5/php.ini
max_execution_time = 120 ;
memory_limit = 128M ;
/etc/init.d/apache2 reload
For the proftpd settings
Code:
/etc/proftpd/proftpd.conf
MaxRetrieveFileSize 1 Gb
MaxStoreFileSize 1 Gb