Skip to content
Snippets Groups Projects
Commit 063fcc15 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Adding a diagnostics web page for hostname handling

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@56 44740490-163a-0410-bde0-09ae8108e29a
parent cdcaef42
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,17 @@ h6 {font-size: 96%} ...@@ -67,6 +67,17 @@ h6 {font-size: 96%}
<li><a href="example-simple/shib13-example.php">Shibboleth 1.3 SP example</a></li> <li><a href="example-simple/shib13-example.php">Shibboleth 1.3 SP example</a></li>
</ul> </ul>
</p> </p>
<h2>Diagnostics</h2>
<p>Here are some help tools to diagnose what is wrong if things do not work as expected.</p>
<p>Misconfiguration of NameVirtualHosts and similar things are pretty common in Apache. simpleSAMLphp relies on getting correct information from Apache what relates to port number information about ssl and so on. Here is a diagnostics page that shows what simpleSAMLphp is getting from Apache:
<ul>
<li><a href="example-simple/hostnames.php">Diagnostics on hostname, port and protocol</a></li>
</ul>
</p>
<h2>About simpleSAMLphp</h2> <h2>About simpleSAMLphp</h2>
<p>Hey! This simpleSAMLphp thing is pretty cool, where can I read more about it? <p>Hey! This simpleSAMLphp thing is pretty cool, where can I read more about it?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment