Solaris 9, Apache 1.3.29, PHP 4.3.2 and MySQL 4
I can't upload files larger then 2M to this server. phpinfo shows conf files being /etc/apache/php.ini. In this file I've tried changing upload_max_filesize and post_max_size (I made sure the post value is larger than upload value). After an apache restart phpinfo still shows upload_max_filesize of 2M. I did a search on the whole system for php.ini, found 2 in /etc/apache and /usr/apache/conf. I changed both values in both files, restarted apache, phpinfo still shows 2M. I've also tried messing with .htaccess containing,
php_flag upload_max_size 110M
php_flag post_max_size 120M
and putting the file in /etc/apache, did work. Anybody have any ideas? Could the problem be in a php script?
Thank You
I can't upload files larger then 2M to this server. phpinfo shows conf files being /etc/apache/php.ini. In this file I've tried changing upload_max_filesize and post_max_size (I made sure the post value is larger than upload value). After an apache restart phpinfo still shows upload_max_filesize of 2M. I did a search on the whole system for php.ini, found 2 in /etc/apache and /usr/apache/conf. I changed both values in both files, restarted apache, phpinfo still shows 2M. I've also tried messing with .htaccess containing,
php_flag upload_max_size 110M
php_flag post_max_size 120M
and putting the file in /etc/apache, did work. Anybody have any ideas? Could the problem be in a php script?
Thank You