patch #1808339 [doc] Apache SSLOptions and StdEnvVars FAQ

This commit is contained in:
Marc Delisle
2009-02-27 09:13:11 +00:00
parent 91f2bc3073
commit 4a5f1ffc17
2 changed files with 10 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ $Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
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

View File

@@ -2906,6 +2906,14 @@ 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">