Does anyone have hints for running ghost on a subdomain with the following apache conf:
<IfModule mod_vhost_alias.c>
UseCanonicalName Off
VirtualDocumentRoot /var/www/%0/httpdocs
</IfModule>
(I do not have any sites-available)
I tried ProxyPass but that is not working properly.