<!-- 
RSS generated by JIRA (8.13.3#813003-sha1:22ebedbb75c99b147c66f14e031dd8a2d214753a) at Sat Feb 10 07:17:51 CET 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Jira</title>
    <link>https://jira.astppbilling.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.13.3</version>
        <build-number>813003</build-number>
        <build-date>14-01-2021</build-date>
    </build-info>


<item>
            <title>[ASTPPCOM-514] ASTPP 4.0 listen on port 443 instead of 8089 now?</title>
                <link>https://jira.astppbilling.org/browse/ASTPPCOM-514</link>
                <project id="10608" key="ASTPPCOM">ASTPP Community</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://github.com/iNextrix/ASTPP/blob/v4.0/web_interface/nginx/deb_astpp.conf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/iNextrix/ASTPP/blob/v4.0/web_interface/nginx/deb_astpp.conf&lt;/a&gt;&lt;br/&gt;
It is set to 443 now instead of 8089&lt;/p&gt;

&lt;p&gt;But in &lt;a href=&quot;https://raw.githubusercontent.com/iNextrix/ASTPP/v4.0/install.sh&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://raw.githubusercontent.com/iNextrix/ASTPP/v4.0/install.sh&lt;/a&gt;&lt;br/&gt;
it still pointing to 8089 for astpp-config.conf&lt;/p&gt;

&lt;p&gt;This will caused error when someone install using the script install.sh above&lt;/p&gt;</description>
                <environment></environment>
        <key id="12334">ASTPPCOM-514</key>
            <summary>ASTPP 4.0 listen on port 443 instead of 8089 now?</summary>
                <type id="10201" iconUrl="https://jira.astppbilling.org/secure/viewavatar?size=xsmall&amp;avatarId=10700&amp;avatarType=issuetype">New Feature</type>
                                                <status id="10001" iconUrl="https://jira.astppbilling.org/images/icons/status_generic.gif" description="">Done</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="samir.doshi">Samir Doshi</assignee>
                                    <reporter username="watoan">watoan</reporter>
                        <labels>
                    </labels>
                <created>Thu, 6 Jun 2019 09:18:41 +0530</created>
                <updated>Sun, 27 Oct 2019 15:50:28 +0530</updated>
                            <resolved>Sun, 27 Oct 2019 15:33:27 +0530</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                <comments>
                            <comment id="13586" author="devangn" created="Sat, 8 Jun 2019 16:14:00 +0530"  >&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;~watoan&amp;#93;&lt;/span&gt; Installation script is replacing host and port correctly as per the data fed while installation.&lt;/p&gt;</comment>
                            <comment id="13587" author="watoan" created="Mon, 10 Jun 2019 14:39:39 +0530"  >&lt;p&gt;&lt;a href=&quot;https://jira.astppbilling.org/secure/ViewProfile.jspa?name=devangn&quot; class=&quot;user-hover&quot; rel=&quot;devangn&quot;&gt;(Community) DN&lt;/a&gt; &lt;br/&gt;
Am I missed anything?&lt;br/&gt;
In the script &lt;a href=&quot;https://raw.githubusercontent.com/iNextrix/ASTPP/v4.0/install.sh&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://raw.githubusercontent.com/iNextrix/ASTPP/v4.0/install.sh&lt;/a&gt;&lt;br/&gt;
Line 269 - it just copy the astpp-config.conf from source to ${ASTPPDIR} which is /var/lib/astpp/&lt;br/&gt;
Line 281 - it just copy the deb_astpp.conf from source to /etc/nginx/conf.d/&lt;br/&gt;
But the original file &lt;a href=&quot;https://github.com/iNextrix/ASTPP/blob/v4.0/web_interface/nginx/deb_astpp.conf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/iNextrix/ASTPP/blob/v4.0/web_interface/nginx/deb_astpp.conf&lt;/a&gt;, it is set to listen on port 443&lt;br/&gt;
Line 324 - it just replace the hostname for astpp-config.conf&lt;br/&gt;
But the file &lt;a href=&quot;https://github.com/iNextrix/ASTPP/blob/v4.0/config/astpp-config.conf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/iNextrix/ASTPP/blob/v4.0/config/astpp-config.conf&lt;/a&gt;, the base_url set to port 8089&lt;/p&gt;

&lt;p&gt;The port config are not match on them, all messed up when I open the web portal after installation, I have to manually change the port settings either in astpp-config.conf or deb_astpp.conf to make it match, then the web portal image are showing correctly.&lt;br/&gt;
Please share if I done anything wrongly, thanks.&lt;/p&gt;</comment>
                            <comment id="13588" author="hemdip" created="Thu, 13 Jun 2019 11:31:22 +0530"  >&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;~watoan&amp;#93;&lt;/span&gt; &lt;/p&gt;

&lt;p&gt;&amp;gt; But the file &lt;a href=&quot;https://github.com/iNextrix/ASTPP/blob/v4.0/config/astpp-config.conf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/iNextrix/ASTPP/blob/v4.0/config/astpp-config.conf&lt;/a&gt;, the base_url set to port 8089&lt;br/&gt;
Yea you right but as &lt;a href=&quot;https://jira.astppbilling.org/secure/ViewProfile.jspa?name=devangn&quot; class=&quot;user-hover&quot; rel=&quot;devangn&quot;&gt;(Community) DN&lt;/a&gt; mention it replace patch based on installation script and it work without any manual modification into file, I have setup in cent &amp;amp; debian both and not face such issue.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10703" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>514</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10006" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i00bt3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>