You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by wido <gi...@git.apache.org> on 2016/06/07 11:09:53 UTC

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Github user wido commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    A CNAME for download.cloudstack.org can be created, the cloudstack.apt-get.eu server is ready for it.
    
    ```
    <VirtualHost *:80>
            ServerName cloudstack.apt-get.eu
            ServerAlias download.cloudstack.org
    
            ServerAdmin webmaster@localhost
            DocumentRoot /srv/mirror/cloudstack
            <Directory /srv/mirror/cloudstack>
                    Options FollowSymLinks Indexes
                    AllowOverride none
                    Require all granted
            </Directory>
    
            ErrorLog ${APACHE_LOG_DIR}/error.log
            CustomLog ${APACHE_LOG_DIR}/access.log combined
    </VirtualHost>
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---