Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

increase upload size apache

cd /etc/php/7.x/apache2
sudo nano php.ini

Find and set the following two values:
post_max_size = 100M
upload_max_filesize = 100M

sudo service apache2 restart
OR
systemctl restart apache2.service
Comment

PREVIOUS NEXT
Code Example
Shell :: linux list application installation 
Shell :: Listener kali linux 
Shell :: resolvconf set dns 
Shell :: ubuntu "Read-only filesystem" 
Shell :: bash string before substring 
Shell :: undo last commit but keep changes 
Shell :: linux mint package manager 
Shell :: how to pull branch from github 
Shell :: how to fix could not fix var lock /var/lib/dpkg/lock ubuntu 
Shell :: apache2 change directory root 
Shell :: linux command to cut file and paste somewhere else 
Shell :: copy all files in folder with powershell 
Shell :: install pyaudio in pycharm 
Shell :: unable to install all modules vmware 
Shell :: install flutter in ubuntu 
Shell :: wget files matching regex 
Shell :: mongodb create collection 
Shell :: find program path linux 
Shell :: ping list of ip addresses powershell 
Shell :: first in list bash 
Shell :: conda install pdf2image 
Shell :: docker run restart always 
Shell :: how to install sdkman linux command line 
Shell :: size of a file linux 
Shell :: squelize-cli create empty migration 
Shell :: youtube dl download video by idex 
Shell :: how do i update ubuntu 
Shell :: git delete branch 
Shell :: batch remove double quotes from argument 
Shell :: how to know which shell is specified for linux 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =