Difference between revisions of "Install Apache on Ubuntu 22.04"
From Jay's Cafe' Wiki
Jayctheriot (talk | contribs) m |
Jayctheriot (talk | contribs) m |
||
Line 5: | Line 5: | ||
lxc exec <name of server> bash | lxc exec <name of server> bash | ||
sudo -i | sudo -i | ||
cd /etc/apt/apt.conf.d/ | |||
wget 192.168.0.127/02proxy | |||
apt update | apt update | ||
apt full-upgrade -y | apt full-upgrade -y | ||
apt install vim-nox vim-scripts vim-youcompleteme exuberant-ctags bash-completion git apache2\ | |||
libapache2-mod-geoip mysql-client postfix mailutils mailutils-mh lynx-common tre-agrep\ | |||
exuberant-ctags imagemagick php inkscape php | |||
reboot | reboot | ||
sudo -i | sudo -i | ||
apt install | apt install php7.0* libapache2-mod-php7.0 | ||
</pre> | </pre> | ||
*On "Postfix Configuration" select "Satelite system"<br> | *On "Postfix Configuration" select "Satelite system"<br> | ||
*Enter FQDN of server<br> | *Enter FQDN of server<br> | ||
*Enter "kgtservices.com:26" in SMTP relay host<br> | *Enter "kgtservices.com:26" in SMTP relay host<br> |
Revision as of 15:46, 1 July 2018
- Put on a good playlist on Plex
- Using the "Bionic" image maintained on virt01:
lxc launch Bionic <name of server> lxc exec <name of server> bash sudo -i cd /etc/apt/apt.conf.d/ wget 192.168.0.127/02proxy apt update apt full-upgrade -y apt install vim-nox vim-scripts vim-youcompleteme exuberant-ctags bash-completion git apache2\ libapache2-mod-geoip mysql-client postfix mailutils mailutils-mh lynx-common tre-agrep\ exuberant-ctags imagemagick php inkscape php reboot sudo -i apt install php7.0* libapache2-mod-php7.0
- On "Postfix Configuration" select "Satelite system"
- Enter FQDN of server
- Enter "kgtservices.com:26" in SMTP relay host