Post
Topic
Board Altcoin Discussion
Re: Open Source CCE 4.0 Block Explorer
by
Hoshimaru
on 01/07/2015, 10:39:55 UTC
It's up & running dreamwatcher \(^_^)/ (*)

At first I had some trouble with it because I'm already running a vhost on that server for bitcoin-abe.
The configuration of this virtual host is slightly different to what's written in the docs on github:

.morningminerals.com:80>
    ServerName .morningminerals.com
    ServerAlias .morningminerals.com
    ProxyPreserveHost On
    ProxyErrorOverride On
    DocumentRoot /home/akira/www/cce
   
        Order allow,deny
        Allow from all
   

    ProxyPass /images !
    ProxyPass /robots.txt !
    ProxyPass /css !
    ProxyPass /js !
    .morningminerals.com>
        Order allow,deny
        Allow from all
   
    ProxyPass / http://localhost:8222/
    ProxyPassReverse / http://localhost:8222/


Without the added green directive it won't load the bootstrap files located in documentroot.
Also, the domain/host must specified in each individual vhost's conf or only one of them works ;-)