You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "jan iversen (JIRA)" <ji...@apache.org> on 2014/06/19 09:49:24 UTC

[jira] [Commented] (INFRA-7436) OFBiz VM is down

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

jan iversen commented on INFRA-7436:
------------------------------------

We have the following vhosts running as proxy (info reduced):

 <VirtualHost *:443>
        ServerName demo-trunk-ofbiz.apache.org
        ProxyPass / https://ofbiz-vm.apache.org:8443/
        ProxyPassReverse / https://ofbiz-vm.apache.org:8443/
        ProxyPreserveHost On
</VirtualHost>
<VirtualHost *:80>
        ServerName demo-trunk-ofbiz.apache.org

        ProxyPass / http://ofbiz-vm.apache.org:8080/
        ProxyPassReverse / http://ofbiz-vm.apache.org:8080/
</VirtualHost>
<VirtualHost *:443>
        ServerName demo-stable-ofbiz.apache.org
        ProxyPass / https://ofbiz-vm.apache.org:28443/
        ProxyPassReverse / https://ofbiz-vm.apache.org:28443/
        ProxyPreserveHost On
</VirtualHost>
<VirtualHost *:80>
        ServerName demo-stable-ofbiz.apache.org

       ProxyPass / http://ofbiz-vm.apache.org:28080/
        ProxyPassReverse / http://ofbiz-vm.apache.org:28080/
</VirtualHost>
<VirtualHost *:443>
        ServerName demo-old-ofbiz.apache.org
        ProxyPass / https://ofbiz-vm.apache.org:18443/
        ProxyPassReverse / https://ofbiz-vm.apache.org:18443/
        ProxyPreserveHost On
</VirtualHost>
<VirtualHost *:80>
        ServerName demo-old-ofbiz.apache.org

        ProxyPass / http://ofbiz-vm.apache.org:18080/
        ProxyPassReverse / http://ofbiz-vm.apache.org:18080/
</VirtualHost>

and the following open ports in iptables:
    portnum  => '80',        sourceip => "140.211.11.75/32",
    portnum  => '8443',    sourceip => "140.211.11.75/32",
    portnum  => '18443',  sourceip => "140.211.11.75/32",
    portnum  => '28443',  sourceip => "140.211.11.75/32",
    portnum  => '8080',    sourceip => "140.211.11.75/32",
    portnum  => '18080',  sourceip => "140.211.11.75/32",
    portnum  => '28080',  sourceip => "140.211.11.75/32",

Feel free to suggest changes.

> OFBiz VM is down
> ----------------
>
>                 Key: INFRA-7436
>                 URL: https://issues.apache.org/jira/browse/INFRA-7436
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Other/Misc, VMWare
>            Reporter: Jacques Le Roux
>            Assignee: jan iversen
>            Priority: Blocker
>             Fix For: Apr 2013
>
>
> For now almost 10 hours OFBiz VM (ofbiz-vm.apache.org) is down
> Thanks for your help



--
This message was sent by Atlassian JIRA
(v6.2#6252)