Current time: 04-20-2024, 09:18 AM Hello There, Guest! (LoginRegister)


Post Reply 
The ispcp can't limit that the mode of web upload the quota of the file disk.
Author Message
xiaolong Offline


Posts: 4
Joined: May 2008
Reputation: 0
Post: #1
Question The ispcp can't limit that the mode of web upload the quota of the file disk.
[/php]
05-30-2008 01:14 PM
Find all posts by this user Quote this message in a reply
pgentoo Offline
Member
*****
Dev Team

Posts: 326
Joined: Mar 2007
Reputation: 0
Post: #2
RE: The ispcp can't limit that the mode of web upload the quota of the file disk.
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?
05-30-2008 01:37 PM
Find all posts by this user Quote this message in a reply
xiaolong Offline


Posts: 4
Joined: May 2008
Reputation: 0
Post: #3
RE: The ispcp can't limit that the mode of web upload the quota of the file disk.
I can limit the quota from ftp, but can't limit the size of the upload file from the web
(This post was last modified: 05-30-2008 02:59 PM by xiaolong.)
05-30-2008 01:50 PM
Find all posts by this user Quote this message in a reply
momo Offline
Junior Member
*

Posts: 148
Joined: Jun 2008
Reputation: 1
Post: #4
RE: The ispcp can't limit that the mode of web upload the quota of the file disk.
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
(This post was last modified: 06-17-2008 10:51 PM by momo.)
06-17-2008 10:49 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)