Topic: Linux configuration, php and mysql for file uploads
Well I'm putting up my new server with redhat, and I will run apache, php and mysql on it also ... everything is working splendid, the attachment mod is moved to 1.0.1, but I cannot get larger files to upload, and I want to be able to be sure that everything work before I release the mod
in php.ini I have altered so that I have:
file_uploads=1
memory_limit=110M
post_max_size=105M
upload_max_filesize=100M
and in my.cnf I have
[mysqld]
set-variable = max_allowed_packet=100M
does anyone have an idea why I only can upload smaller files, and put them onto the database, but as soon as I try with a larger file, let say 1mb I click 'Submit' and I get the error page for not beeing able to find the server (the IE default page, not the errorpage from apache) ... instantly, so it's not an timeout problem