Skip to content

Commit

Permalink
apache managing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Oct 17, 2020
1 parent 58e408e commit 5a87a42
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -1934,8 +1934,21 @@ vim /var/www/html/index.html
ufw app list
ufw allow 'Apache'
ufw status
# enable module
a2enmod rewrite
# disable module
# http://manpages.ubuntu.com/manpages/trusty/man8/a2enmod.8.html
a2dismod rewrite
# enable or disable site/virtual host
# http://manpages.ubuntu.com/manpages/trusty/man8/a2ensite.8.html
a2dissite *.conf
a2ensite my_public_special.conf
```


#### activate ssl module
```bash
sudo a2enmod ssl
Expand Down

0 comments on commit 5a87a42

Please sign in to comment.