No I was able to set the limit higher. https://heskia.club/phptest.php If you check this page you can see that the upload is limited to 40 mb .
I edited the php.ini file. Now I don’t know if that helps but I think it worked at one time. Not sure when or what changed. I tried disabling the firewall to see. I still cannot get it to work. I checked the settings in /usr/local/etc/php/php-fpm.d , restarted Apache. I installed fcgi and added something to httpd. I tried permissions I made www also group user. Envoyé de mon iPhone > Le 19 mars 2021 à 14:26, Scott A. Wozny <sawo...@hotmail.com> a écrit : > > > One thing I didn't see mentioned in the replies is if the DAC on the folder > is set to world writable (and I agree with all the responses that say this is > a terrible idea) but it still LOOKS like a permissions issue (access denied > or other unexplained failures) did you check if MAC (SELuinux, AppArmor) was > getting in the way? > > HTH, > > Scott > > From: Paul <pka...@videotron.ca> > Sent: March 19, 2021 9:45 AM > To: users@httpd.apache.org <users@httpd.apache.org> > Subject: Re: [users@httpd] Cannot write to the web directory > > Ok , thanks , it doesn’t appear to be a permissions issue. I will check the > php and the apache configuration. > > Envoyé de mon iPad > >>> Le 19 mars 2021 à 08:37, Frank Gingras <thu...@apache.org> a écrit : >>> >> >> This is an extremely bad idea. You should never write to the docroot from >> your application. Write outside the docroot instead, and use group write >> permissions. >> >> On Thu, 18 Mar 2021 at 20:15, Tatsuki Makino <tatsuki_mak...@hotmail.com> >> wrote: >> I'm not sure, but FreeBSD happens to be different from Linux, so please >> change the directory group to www as well. >> Permissions of 700, 750, 755, 770 or 775 should be sufficient. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> For additional commands, e-mail: users-h...@httpd.apache.org >>