File upload size limit.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jole555555
    New Member
    • Sep 2012
    • 1

    File upload size limit.

    I have problem with uploading files via http on sites. Problem is that I can not upload files larger than about 126 KB. Problem is I believe server related because I have few sites on VPS and on all I have same problem.

    For example if I try to upload files using widely used PHP contact form, or trough CMS on sites I just get error 500 or 404 page when I try to upload any file larger than about 126-127 KB. If file is smaller, everything is OK.

    I uploaded larger files before. I can not tell when this started because I did not tried to upload files for few months. Only I can think off is that it worked before few months before setting PHP with mod_fcgi (maybe this is not relevant at all).

    Also there is no any errors, there is no error_log in root of site, or in any other folder.

    Is there anything I can check?

    System info: 2 GB RAM CPU is a dual quad-core E5440 Xeon (2.83GHz).

    Running Linux 2.6.18-028stab099.3, x86_64.

    Apache/2.2.22
    (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_auth_passth rough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_fcgid/2.3.6
    PHP/5.3.10

    memory_limit is 96M
    upload_max_file size 32M
    post_max_size 8M
    max_execution_t ime 30
    max_input_time 60
Working...