Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

apache2 file size

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 :: git reset head 2 commits 
Shell :: brightness function not working problem in kali linux 
Shell :: docker run dockerfile without building 
Shell :: Run emulator without Android studio. 
Shell :: bash substring after character 
Shell :: PowerShell cant run curl command 
Shell :: f.lux for ubuntu 18.04 
Shell :: how to upgrade packages in yarn 
Shell :: uninstall django 
Shell :: django-dotenv pip 
Shell :: Créer un installateur Windows 
Shell :: pm2 describe process 
Shell :: install bunjs 
Shell :: powershell output to file 
Shell :: download bangla font ubuntu 
Shell :: black webbrowser github 
Shell :: git commit ignore eslint 
Shell :: find application path ubuntu 
Shell :: how to commit to github from terminal mac 
Shell :: lsb release command centos 
Shell :: install pydotplus by pip ubuntu 
Shell :: conda check cuda version 
Shell :: sdkman install 
Shell :: find the size of a program in linux 
Shell :: how to install npm and node js ubuntu 
Shell :: array and for loop bash 
Shell :: cuda : Depends: cuda-11-5 (= 11.5.0) but it is not going to be installed 
Shell :: how to remove a remote origin in git and add new 
Shell :: batch remove double quotes 
Shell :: express generator 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =