Posts by fluser

    I'm using kvm and xen guests. I install always current master from github as you described it within the virtual machine. After that, I make custom pointers on my computer in /etc/hosts

    Yes, because you have to add a seperate SSL-Certificate for the customer. Go into customer panel, then on domains and then click on view certificates.

    Can you open a ticket? I've got a better solution for it:


    Three different custom apache2 files:
    configs/debian/apache/parts/custom_combined.conf.tpl
    --> What SSL and no SSL Sites should have configured (for example mod rewrite or proxy)


    configs/debian/apache/parts/custom.conf.tpl
    --> With an include of domain.tld_combined.conf
    >> Can have custom only for no SSL configuration


    configs/debian/apache/parts/custom_ssl.conf.tpl
    --> With an include of domain.tld_combined.conf
    >> Can have custom only for SSL configuration


    Symlink was a bad idea because you would need to enforce custom config in both, non ssl and ssl custom config file. with an include of a combined file, it could be something like that:


    In non-SSL custom file: rewrite a special url to https
    In SSL custom file: proxy redirect of special url to another page or glassfish/tomcat server or redmine
    In combined custom file: rewrite url's from index.php?xyz to info.html or something like that.


    I don't have a lot of time at the moment. But I'm looking forward to implement it on my dev server soon.