Re: [PHP] php https file download

2003-06-19 Thread CPT John W. Holmes
 Apache 2.0.40
 PHP 4.2.2
 Linux

 I have a single php script for downloading requested files.  It works
 beautifully on http over port 80.  It does NOT work at all over https on
 port 443.  I am using the exact same script (the very same file) for both
 http and https connections.  Apache has the +StdEnvVars enabled for all
 files and dirs under the https site.  Forms and cookies are working
 normally, as are redirect headers.  But for some reason, the headers for
 file downlaods are not working at all over ssl.

 I am really only testing this with IE 6 right now.

Read here:

http://marc.theaimsgroup.com/?l=php-generalw=2r=1s=session.cache_limiter+httpsq=b

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] php https file download

2003-06-19 Thread Henning Sittler
Beautiful, that worked immediately!  Thanks for your very quick and super
helpful reply, John.

The solution is to change the session.cache_limiter to none in php.ini.


Henning Sittler
www.inscriber.com



-Original Message-
From: CPT John W. Holmes [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 19, 2003 9:39 AM
To: Henning Sittler; [EMAIL PROTECTED]
Subject: Re: [PHP] php https file download


 Apache 2.0.40
 PHP 4.2.2
 Linux

 I have a single php script for downloading requested files.  It works
 beautifully on http over port 80.  It does NOT work at all over https on
 port 443. 

Read here:

http://marc.theaimsgroup.com/?l=php-generalw=2r=1s=session.cache_limiter+
httpsq=b

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php