Results 1 to 4 of 4

Thread: How to change the max upload for particular user ?

  1. #1
    Member
    Join Date
    Sep 2006
    Posts
    25

    Default How to change the max upload for particular user ?

    Could anyone tell me how to increase the files upload php from 2m "default to 9m ??

  2. #2
    Member
    Join Date
    Sep 2006
    Posts
    25

    Default

    upload_max_filesize this option

  3. #3
    Member
    Join Date
    Sep 2006
    Posts
    25

    Default

    However when i add the lines below in the .htaccess the interval server error apeear during
    the web site load
    php_value upload_max_filesize 10M
    php_value post_max_size 20M



    *i dont want to enable this for server wide just for particular user

  4. #4
    Member
    Join Date
    Jun 2005
    Posts
    10

    Default

    If phpsuexec is enabled on your server, by adding any php value to your .htaccess file will give your internel server error. Try adding following to the VirtualHost entry of the domain in httpd.conf file.


    <IfModule mod_php4.c>
    php_admin_value upload_max_filesize = 20M
    </IfModule>

Similar Threads

  1. php max upload size
    By dragon2611 in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 12-16-2007, 06:17 AM
  2. Change max allowed user id chars?
    By zwolf in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 01-10-2007, 10:59 AM
  3. PHP Upload Max Size by user
    By Angel78 in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 05-30-2006, 10:46 AM
  4. how can i change max mail upload
    By ncconquer in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 06-06-2005, 02:04 AM
  5. FTP max upload limit
    By kiwiguys in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 05-17-2004, 11:06 AM