<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1384 HTTP 403 error trying to access Appian through Apache Web Server 2.4</title><link>https://community.appian.com/support/w/kb/640/kb-1384-http-403-error-trying-to-access-appian-through-apache-web-server-2-4</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1384 HTTP 403 error trying to access Appian through Apache Web Server 2.4</title><link>https://community.appian.com/support/w/kb/640/kb-1384-http-403-error-trying-to-access-appian-through-apache-web-server-2-4</link><pubDate>Mon, 23 Jul 2018 03:40:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:809366a2-15f4-4877-8169-ac937d5fdee9</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/640/kb-1384-http-403-error-trying-to-access-appian-through-apache-web-server-2-4#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 7/23/2018 3:40:30 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;In an environment with Apache Web Server 2.4 configured with JBoss, JBoss starts up with no errors, however a HTTP 403 error is seen when trying to access Appian within a browser.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Directory permission configurations for Apache Web Server 2.4 vary from the&amp;nbsp;documented configurations for Apache Web Server 2.2.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Make the following adjustments to the Apache &lt;strong&gt;httpd.conf&lt;/strong&gt; file.&lt;/p&gt;
&lt;p&gt;Locate the following lines:&lt;/p&gt;
&lt;pre&gt;JkStripSession On&lt;br /&gt;&amp;lt;Directory &amp;quot;/usr/local/appian/httpd/www/suite&amp;quot;&amp;gt;&lt;br /&gt;AllowOverride FileInfo&lt;br /&gt;Order allow,deny&lt;br /&gt;Allow from all&lt;br /&gt;&amp;lt;/Directory&amp;gt;&lt;/pre&gt;
&lt;p&gt;Replace them with the following lines:&lt;/p&gt;
&lt;pre&gt;JkStripSession On&lt;br /&gt;&amp;lt;Directory &amp;quot;/usr/local/appian/httpd/www/suite&amp;quot;&amp;gt;&lt;br /&gt;AllowOverride FileInfo&lt;br /&gt;Require all granted&lt;br /&gt;&amp;lt;/Directory&amp;gt;&lt;/pre&gt;
&lt;p&gt;Once the changes have been made, restart Apache and try to access Appian again.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: June 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, permissions, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1384 HTTP 403 error trying to access Appian through Apache Web Server 2.4</title><link>https://community.appian.com/support/w/kb/640/kb-1384-http-403-error-trying-to-access-appian-through-apache-web-server-2-4/revision/3</link><pubDate>Thu, 29 Jun 2017 13:02:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:809366a2-15f4-4877-8169-ac937d5fdee9</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/640/kb-1384-http-403-error-trying-to-access-appian-through-apache-web-server-2-4#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Nick Vigilante on 6/29/2017 1:02:14 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;In an environment with Apache Web Server 2.4 configured with JBoss, JBoss starts up with no errors, however a HTTP 403 error is seen when trying to access Appian within a browser.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Directory permission configurations for Apache Web Server 2.4 vary from the&amp;nbsp;documented configurations for Apache Web Server 2.2.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Make the following adjustments to the Apache &lt;strong&gt;httpd.conf&lt;/strong&gt; file.&lt;/p&gt;
&lt;p&gt;Locate the following lines:&lt;/p&gt;
&lt;pre&gt;JkStripSession On&lt;br /&gt;&amp;lt;Directory &amp;quot;/usr/local/appian/httpd/www/suite&amp;quot;&amp;gt;&lt;br /&gt;AllowOverride FileInfo&lt;br /&gt;Order allow,deny&lt;br /&gt;Allow from all&lt;br /&gt;&amp;lt;/Directory&amp;gt;&lt;/pre&gt;
&lt;p&gt;Replace them with the following lines:&lt;/p&gt;
&lt;pre&gt;JkStripSession On&lt;br /&gt;&amp;lt;Directory &amp;quot;/usr/local/appian/httpd/www/suite&amp;quot;&amp;gt;&lt;br /&gt;AllowOverride FileInfo&lt;br /&gt;Require all granted&lt;br /&gt;&amp;lt;/Directory&amp;gt;&lt;/pre&gt;
&lt;p&gt;Once the changes have been made, restart Apache and try to access Appian again.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: June 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, permissions&lt;/div&gt;
</description></item><item><title>KBXXX - Confirguring Apache Web Server 2.4 with JBoss, configure mod_jk variations</title><link>https://community.appian.com/support/w/kb/640/kb-1384-http-403-error-trying-to-access-appian-through-apache-web-server-2-4/revision/1</link><pubDate>Thu, 29 Jun 2017 02:16:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:809366a2-15f4-4877-8169-ac937d5fdee9</guid><dc:creator>Sasa Denda</dc:creator><comments>https://community.appian.com/support/w/kb/640/kb-1384-http-403-error-trying-to-access-appian-through-apache-web-server-2-4#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Sasa Denda on 6/29/2017 2:16:21 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;In an environment with Apache Web Server 2.4 configured with JBoss, JBoss starts up with no errors, however a HTTP 403 error is seen when trying to access Appian within a browser.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Directory permission configurations for Apache Web Server 2.4 vary from the&amp;nbsp;documented configurations for Apache Web Server 2.2.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Make the following adjustments to the Apache httpd.conf file.&lt;/p&gt;
&lt;p&gt;Locate the following lines:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;JkStripSession On
&amp;lt;Directory &amp;quot;/usr/local/appian/httpd/www/suite&amp;quot;&amp;gt;
AllowOverride FileInfo
Order allow,deny
Allow from all
&amp;lt;/Directory&amp;gt;
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Replace them with the following lines:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;JkStripSession On
&amp;lt;Directory &amp;quot;/usr/local/appian/httpd/www/suite&amp;quot;&amp;gt;
AllowOverride FileInfo
Require all granted
&amp;lt;/Directory&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Once the changes have been made, restart Apache and try to access Appian again.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, permissions&lt;/div&gt;
</description></item><item><title>KBXXX - Confirguring Apache Web Server 2.4 with JBoss, configure mod_jk variations</title><link>https://community.appian.com/support/w/kb/640/kb-1384-http-403-error-trying-to-access-appian-through-apache-web-server-2-4/revision/2</link><pubDate>Wed, 28 Jun 2017 22:17:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:809366a2-15f4-4877-8169-ac937d5fdee9</guid><dc:creator>Sasa Denda</dc:creator><comments>https://community.appian.com/support/w/kb/640/kb-1384-http-403-error-trying-to-access-appian-through-apache-web-server-2-4#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Sasa Denda on 6/28/2017 10:17:11 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;In an environment with Apache Web Server 2.4 configured with JBoss, JBoss starts up with no errors, however a HTTP 403 error is seen when trying to access Appian within a browser.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Directory permission configurations for Apache Web Server 2.4 vary from the&amp;nbsp;documented configurations for Apache Web Server 2.2.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Make the following adjustments to the Apache httpd.conf file.&lt;/p&gt;
&lt;p&gt;Locate the following lines:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;JkStripSession On
&amp;lt;Directory &amp;quot;/usr/local/appian/httpd/www/suite&amp;quot;&amp;gt;
AllowOverride FileInfo
Order allow,deny
Allow from all
&amp;lt;/Directory&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Replace them with the following lines:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;JkStripSession On
&amp;lt;Directory &amp;quot;/usr/local/appian/httpd/www/suite&amp;quot;&amp;gt;
AllowOverride FileInfo
Require all granted
&amp;lt;/Directory&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Once the changes have been made, restart Apache and try to access Appian again.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, permissions&lt;/div&gt;
</description></item></channel></rss>