...
Code Block | ||||
---|---|---|---|---|
| ||||
cd var/www/core/trunk sudo touch application/configs/application.ini application/configs/zend.ini public/index.php public/.htaccess sudo chown -v www-data:www-data cache data/logs data/mails languages uploads public/includes sudo chown -v www-data:www-data public/.htaccess public/index.php application/configs/application*.ini |
Apache2
- Designate a vhost to CORE and make sure it runs SSL
- Enable mod_rewrite
- Enable mod_deflate (optional)
- Point the DocumentRoot to the 'public' subdirectory of the source, so in this case
/var/www/core/trunk/public
.
The vhost can contain one conference, or multiple conferences, in which case you can use the ServerAlias statement. For example:
...