Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change 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 :: upload github 
Shell :: gpg change password 
Shell :: refs/heads/master:refs/heads/master [rejected] (non-fast-forward) 
Shell :: ionic offline documentation 
Shell :: update cargo 
Shell :: docker tag and push 
Shell :: pip remove 
Shell :: fetch all tags git 
Shell :: apache2 configtest 
Shell :: node ace list routes 
Shell :: aws ls wildcard 
Shell :: bash generate random number between 1 10 
Shell :: how to install bun.sh 
Shell :: add passphrase to ssh agent 
Shell :: ubuntu kill specific port 3000 
Shell :: get mac address linux 
Shell :: Update nvm installed node version and keep globally installed packages 
Shell :: how to delete installed library from react native project 
Shell :: uninstall gitlab-ee 
Shell :: git test ssh 
Shell :: github drupalcomposer project 
Shell :: changeset in jenkins pipeline 
Shell :: brew sdkman 
Shell :: docker-compose compose clear cache 
Shell :: copy folder from local to ubuntu server 
Shell :: check folders sizes linux 
Shell :: bash: tree: command not found... centos7 
Shell :: vim cant open file for writing 
Shell :: archive linux 
Shell :: ssh-copy-id 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =