-
Notifications
You must be signed in to change notification settings - Fork 7
Apache
Ryan Domingue edited this page Oct 8, 2018
·
3 revisions
A site's files will always be in /home/<username>/<root>/
Apache config files are located at /usr/local/dh/apache2/apache2-dreambox/
/usr/local/dh/apache2/apache2-dreambox/etc/
└── etc
├── httpd.conf
├── vhosts
│ └── <domain-name>.conf
└── ssl.crt
├── ca-chain.cert.pem
├── dreambox.crt
└── dreambox.key
Each site gets it's own .conf
file in /usr/local/dh/apache2/apache2-dreambox/vhosts/
, but all share the same Apache instance.
sudo /etc/init.d/httpd2 restart
error.log
and access.log
are at /var/log/apache2/dreambox/<host>/