Hi List,
i installed a blank Windows Server 2012 Standard, added Role IIS & Feature CGI
extracted 5.5.1 VC11 x86 Non Thread Safe to c:\Program Files (x86)\php
installed vcredist_x86.exe
added Handler Mappings in IIS
Request path: *.php
Module: FastCgiModule
Executable: c:\Program Files (x86)\php\p
Hi,
well i open at the same time 6 *.cmd scripts with the following command:
"C:\Program Files (x86)\GnuWin32\bin\wget.exe" http://127.0.0.1/index_list.php
(how do i open there 6 scripts: mark the 6 scripts than shift + right klick -->
open)
again error 500... here ist the logfile:
#Software:
Sorry i forgot to answer your question:
no difference between
header('Content-Disposition: attachment; filename="movie.mpg"');
and
header('Content-Disposition: inline; filename="movie.mpg"');
thx + regards
oli
- Original Nachricht
Von: Jacob Kruger
An: php-windows@lists.php
Hi Eric,
thx for reply. You are right. With your perl script i also can not reproduce
Status 500.
All downloaded request in log have status 200.
But if i do
[cmd.exe]
for /L %i in (0,1,10) do start wget.cmd %i
[wget.cmd start]
"C:\Program Files (x86)\GnuWin32\bin\wget.exe" http://127.0.0.1/inde
Hi Jacob,
with your php script all requests are 200.
header('Content-Disposition: inline; filename="movie.mpg"');
header('Content-Disposition: attachment; filename="movie.mpg"');
Thx + Regards
Oli
- Original Nachricht
Von: Jacob Kruger
An: php-windows@lists.php.net
Datum:
Hi,
it seems to be a problem with readfile() when file is downloaded in parts (as
steam).
If i remove "--limit-rate=20k" of wget all requests are 200.
How can i solve this problem?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi List,
today i started to generate a backtrace "Memory and Handle Leak" as described
here:
https://bugs.php.net/bugs-generating-backtrace-win32.php
Does this help to analyse the problem?
Thread 6 - System ID 3884
Entry point w3tp+2040
Create time 12.08.2013 14:08:38
Time spent in user mo
Hi List,
I opend a bug report.
Hope this helps to find the problem.
https://bugs.php.net/bug.php?id=65453
Regards
- Original Nachricht
Von: sniukbp sniukbp
An: php-windows@lists.php.net
Datum: 14.08.2013 21:58
Betreff: [PHP-WIN] Readfile() + mpg = http status 500, windows