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

[jira] Created: (INFRA-3047) Shiro TLP: Website

Shiro TLP: Website
------------------

                 Key: INFRA-3047
                 URL: https://issues.apache.org/jira/browse/INFRA-3047
             Project: Infrastructure
          Issue Type: Sub-task
      Security Level: public (Regular issues)
          Components: TLP Admin
            Reporter: Les Hazlewood


Please note that the following instructions were based on INFRA-2400 where 'pivot' was search-and-replaced with 'shiro':

1.  Enable new vhost entry for Shiro.  I.e. in trunk/httpd-conf/www.apache.org/vhosts/others.conf:

<VirtualHost *:80>
    DocumentRoot /x1/www/shiro.apache.org
    ServerName shiro.apache.org
    ServerAlias shiro.*.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/shiro.apache.org 
    $ chmod 775 /www/shiro.apache.org 
    $ sudo chown apbackup:shiro /www/shiro.apache.org 

    $ cd /www/tlp.apache.org 
    $ sudo ln -s /home/apmail/public-arch/shiro.apache.org mail 

    $ mkdir /www/www.apache.org/dist/shiro /www/archive.apache.org/dist/shiro 
    $ chmod 775 /www/www.apache.org/dist/shiro /www/archive.apache.org/dist/shiro 
    $ chown apbackup:shiro /www/www.apache.org/dist/shiro /www/archive.apache.org/dist/shiro 

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.


[jira] Closed: (INFRA-3047) Shiro TLP: Website

Posted by "Gavin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-3047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin closed INFRA-3047.
------------------------

    Resolution: Fixed

Done, website area should be usable in a couple of hours.

> Shiro TLP: Website
> ------------------
>
>                 Key: INFRA-3047
>                 URL: https://issues.apache.org/jira/browse/INFRA-3047
>             Project: Infrastructure
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: TLP Admin
>            Reporter: Les Hazlewood
>
> Please note that the following instructions were based on INFRA-2400 where 'pivot' was search-and-replaced with 'shiro':
> 1.  Enable new vhost entry for Shiro.  I.e. in trunk/httpd-conf/www.apache.org/vhosts/others.conf:
> <VirtualHost *:80>
>     DocumentRoot /x1/www/shiro.apache.org
>     ServerName shiro.apache.org
>     ServerAlias shiro.*.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/shiro.apache.org 
>     $ chmod 775 /www/shiro.apache.org 
>     $ sudo chown apbackup:shiro /www/shiro.apache.org 
>     $ cd /www/tlp.apache.org 
>     $ sudo ln -s /home/apmail/public-arch/shiro.apache.org mail 
>     $ mkdir /www/www.apache.org/dist/shiro /www/archive.apache.org/dist/shiro 
>     $ chmod 775 /www/www.apache.org/dist/shiro /www/archive.apache.org/dist/shiro 
>     $ chown apbackup:shiro /www/www.apache.org/dist/shiro /www/archive.apache.org/dist/shiro 
> 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.