[mod_cluster-commits] mod_cluster SVN: r812 - trunk/docs/userguide/src/main/docbook/modules.
do-not-reply at jboss.org
do-not-reply at jboss.org
Wed Apr 25 12:08:40 EDT 2012
Author: jfrederic.clere at jboss.com
Date: 2012-04-25 12:08:40 -0400 (Wed, 25 Apr 2012)
New Revision: 812
Modified:
trunk/docs/userguide/src/main/docbook/modules/faq.xml
Log:
Fix for MODCLUSTER-295.
Modified: trunk/docs/userguide/src/main/docbook/modules/faq.xml
===================================================================
--- trunk/docs/userguide/src/main/docbook/modules/faq.xml 2012-04-23 13:37:57 UTC (rev 811)
+++ trunk/docs/userguide/src/main/docbook/modules/faq.xml 2012-04-25 16:08:40 UTC (rev 812)
@@ -225,7 +225,18 @@
<programlisting><![CDATA[ <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http" max-connections="513" />]]></programlisting>
</para>
</section>
+ <section>
+ <title>Chrome can't diplay /mod_cluster_manager page</title>
+ <para>
+ When using chrome with mod_cluster_manager the page is not displayed and the following error is displayed:
+ <programlisting><![CDATA[ Error 312 (net::ERR_UNSAFE_PORT): Unknown error. ]]></programlisting>
+ you can change the port of the VirtualHost to 7777 or any value chrome accepts or
+ add:
+ <programlisting><![CDATA[ --explicitly-allowed-ports=6666 ]]></programlisting> to the start parameters of chrome.
+ </para>
+ </section>
+
<section>
<title>Using mod_cluster and SELinux.</title>
<para>
More information about the mod_cluster-commits
mailing list