On Mon, Oct 09, 2017 at 10:16:47PM +0300, kasak wrote:
> Hello everybody!
> 
> Please look at my virtualhost config:
> 
> <VirtualHost *:80>
> ServerName phpmyadmin
> DocumentRoot /var/www/htdocs/phpmyadmin
> 
> <Directory /var/www/htdocs/phpmyadmin>
>         Options FollowSymLinks
>         DirectoryIndex index.php
>         Require ip 192.168.0
> </Directory>
> <IfModule mod_php7.c>
> php_value upload_max_filesize 40M
> php_value post_max_size 50M
> </IfModule>
> </VirtualHost>
> 
> apache ignoring php values here, the upload size is still 2048 Kb defaults.
> 
> 

Which version of apache?  Which version of PHP?  Where did you get the
module?

Is setting post_max_size on your /etc/php-*.ini (i.e. system-wide) a
viable option, or do you need a different default value for other
purposes?

-- 
 

Reply via email to