Skip to content
Ryan Domingue edited this page Oct 8, 2018 · 3 revisions

Site root

A site's files will always be in /home/<username>/<root>/

Apache config

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.

Restart Apache

sudo /etc/init.d/httpd2 restart

Logs

error.log and access.log are at /var/log/apache2/dreambox/<host>/

Clone this wiki locally