patch #1808339 [doc] Apache SSLOptions and StdEnvVars FAQ

This commit is contained in:
Marc Delisle
2009-02-27 09:13:11 +00:00
parent eba783c5ea
commit 76f0b4ece0
2 changed files with 13 additions and 0 deletions

View File

@@ -30,6 +30,10 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- patch #2602633 [core] support column name having square brackets,
thanks to Herman van Rink - helmo
3.1.4.0 (not yet released)
+ patch #1808339 [doc] Apache SSLOptions and StdEnvVars FAQ,
thanks to JT Justman - jtjustman
3.1.3.0 (not yet released)
+ [lang] Turkish update, thanks to Burak Yavuz
- patch #2496403 [display] Multi-row change with "]",

View File

@@ -2931,6 +2931,15 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
<tt>SuhosinDisableWarning</tt> directive</a>.
</p>
<h4 id="faq1_39">
<a href="#faq1_39">1.39 When I try to connect via https, I can log in,
but then my connection is redirected back to http. What can cause this
behavior?</a></h4>
<p> Be sure that you have enabled <tt>SSLOptions</tt> and <tt>StdEnvVars</tt>
in your Apache configuration. See <a href="http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions">http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions</a>.</p>
<h3 id="faqconfig">Configuration</h3>
<h4 id="faq2_1">