Server configuration files and bash scripts for managing a virtual host server.
Go to file
2021-04-13 15:06:28 -07:00
bin changed path to command-not-found-handle 2021-04-13 15:06:28 -07:00
etc etc/vhost.conf -> bin/vhost.sh 2021-04-04 14:15:16 -07:00
libexec initial commit 2021-04-04 13:28:22 -07:00
LICENSE initial commit 2021-04-04 13:28:22 -07:00
README.md initial commit 2021-04-04 13:28:22 -07:00

vhost-stack

apt install apache php

mini_sendmail

wget http://www.acme.com/software/mini_sendmail/mini_sendmail-1.3.6.tar.gz
tar zxvf mini_sendmail-1.3.6.tar.gz
cd mini_sendmail-1.3.6/
make
cp mini_sendmail /usr/local/bin
gzip mini_sendmail.8
cp mini_sendmail.8.gz /usr/local/share/man/man8