added faq entries in the server section

This commit is contained in:
Loïc Chapeaux
2001-11-15 21:26:41 +00:00
parent bec92060dd
commit 72649ded42
2 changed files with 24 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ $Source$
2001-11-15 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2001-11-15 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* libraries/tbl_dump.php3 : merged a workaround against the IE downloading * libraries/tbl_dump.php3 : merged a workaround against the IE downloading
bug with SSL. bug with SSL.
* Documentation.html: added two entries in the FAQ (IIS with advanced
authentication and Apache-SSL with IE).
* lang/arabic.inc.php3: updated thanks to Fisal Assubieye. * lang/arabic.inc.php3: updated thanks to Fisal Assubieye.
2001-11-14 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2001-11-14 Lo<4C>c Chapeaux <lolo@phpheaven.net>

View File

@@ -827,6 +827,17 @@
official php bug database. official php bug database.
</p> </p>
<p>
<b>Using phpMyAdmin on IIS, I'm facing crashes and/or many error messages
with the advanced authentication mode.</b>
<br />
This is a known problem with the php ISAPI filter: it's not so stable. For
some more information and complete testings see the messages posted by
&quot;djdeluxe76&quot; in
<a href="http://www.phpwizard.net/phorum/read.php?f=1&i=6624&t=6300">this&nbsp;thread</a>
from the phpWizard forum.
</p>
<p> <p>
<b>How can I GZip or Bzip a dump or a CSV export. It seems to not work?</b> <b>How can I GZip or Bzip a dump or a CSV export. It seems to not work?</b>
<br /> <br />
@@ -858,8 +869,7 @@
<b>I'm having troubles when uploading files. In general file uploads don't <b>I'm having troubles when uploading files. In general file uploads don't
work on my system and uploaded files have a <tt>Content-Type:</tt> header work on my system and uploaded files have a <tt>Content-Type:</tt> header
in the first line.</b> in the first line.</b>
<br /> <br />
It's not really phpMyAdmin related but RedHat 7.0. You have a RedHat 7.0 It's not really phpMyAdmin related but RedHat 7.0. You have a RedHat 7.0
and you updated your php rpm to php-4.0.4pl1-3.i386.rpm, didn't you? and you updated your php rpm to php-4.0.4pl1-3.i386.rpm, didn't you?
<br /> <br />
@@ -878,6 +888,16 @@
And that fixes the \r\n problem with file uploads! And that fixes the \r\n problem with file uploads!
</p> </p>
<p>
<b>I'm having troubles when uploading files with phpMyAdmin running on a
secure server. My browser is Internet Explorer and I'm using the Apache
server.</b>
<br />
As suggested by &quot;Rob M&quot; in the phpWizard forum, add this line to
your <i>httpd.conf</i>:<br />
&nbsp;&nbsp;&nbsp;&nbsp;<tt>SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown</tt><br />
It seems to clear up many problems between IE and SSL.
</p>
<h3>[Configuration]</h3> <h3>[Configuration]</h3>