You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2010/12/27 03:39:46 UTC

[jira] Commented: (INFRA-3317) Aries TLP: Website

    [ https://issues.apache.org/jira/browse/INFRA-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975189#action_12975189 ] 

Gavin commented on INFRA-3317:
------------------------------

Note that some of these instructions are out-of-date/need-tweaking due to aries being under svnpubsub/cms system now so the CMS needs careful migrating.

> Aries TLP: Website
> ------------------
>
>                 Key: INFRA-3317
>                 URL: https://issues.apache.org/jira/browse/INFRA-3317
>             Project: Infrastructure
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>            Reporter: zoe slattery
>
> Please note that the following instructions were based on INFRA-2400 where 'pivot' was search-and-replaced with 'aries':
> 1. Enable new vhost entry for Aries. I.e. in trunk/httpd-conf/www.apache.org/vhosts/others.conf:
> <VirtualHost *:80>
>     DocumentRoot /x1/www/aries.apache.org
>     ServerName aries.apache.org
>     ServerAlias aries.*.apache.org
>     RewriteEngine On
>     RewriteOptions inherit
> </VirtualHost>
> 2. On people.apache.org, create the new vhost directory and associated mail archive directory as well as the dist and dist archive directories
>     $ mkdir /www/aries.apache.org
>     $ chmod 775 /www/aries.apache.org
>     $ sudo chown apbackup:aries /www/aries.apache.org
>     $ cd /www/tlp.apache.org
>     $ sudo ln -s /home/apmail/public-arch/aries.apache.org mail
>     $ mkdir /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chmod 775 /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chown apbackup:aries /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
> 3. If you are in group httpdadmin on people.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart
> 4. If you are in group httpdadmin on www.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.