upload size fix?

garethhall

New member
Joined
Jan 25, 2010
Messages
4
I need to change the php post, file upload size and time out limits for a single domain only. How do I go about this?

I know one can add custom httpd to a virtual host but I added this and I get a syntax error, and then me http will not start.

upload_max_filesize = 200M


Or will a htaccess file do the trick?
 
Doing this in the php.ini will have a global effect on the server. I think that all domain/hosting account will reflect this change. I can't do that it would be to much on a security hole to deal with. Correct me if I am wrong?
 
Back
Top