php-windows Digest 15 Nov 2004 16:12:35 -0000 Issue 2469
Topics (messages 24979 through 24980):
Re: PHP and IIS6 on Win2k3
24979 by: Carsten Gehling
Problems getting php to process multipart/form-data encode types (mine)
24980 by: Darryl Barney
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
> Fra: Jason Barnett [mailto:[EMAIL PROTECTED]
> Sendt: 12. november 2004 23:05
> Emne: [PHP-WIN] Re: PHP and IIS6 on Win2k3
>
> >
> > I have been successful config PHP 5 on IIS5 , but not with IIS6
> on Win2k3. I
> > have done by following the install instruction.
> > The error is "404-This page cannot display"
> >
> > Tell me what to do continue...
> >
> > Thanks
>
> 404 is the file not found error. Are you possibly pointing to
> the wrong url for
> your test page?
Jason, normally this IS the case. However with IIS6 a 404 error can also
occur, if you do not register PHP as an "Allowed Web Service Extension".
Follow this link (go to about halfway down the page)
http://www.simongibson.com/intranet/php2003/
It explains how to add PHP as a Web Service Extension. Or this page - it
does not contain any other information that might confuse.
http://www.visualwin.com/PHP-ISAPI/
- Carsten
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.289 / Virus Database: 265.3.0 - Release Date: 13-11-2004
--- End Message ---
--- Begin Message ---
Hello,
Ive run into an issue that I cant seem to fix.
Im running IIS 6.0 on a Windows 2003 Web Edition Server
The Server is a relatively new HP (rackmount server) running at 2.8ghz
and it has 1gb of ram. The harddrives are 3 72gb harddrives on a raid 5
array.
The Software that is currently being ran on the server is:
PHP, ActivePerl, the Zend Optimizer for PHP, ASP.NET (which came with IIS6)
and Gene6FTP Server.
I purchased a product which acts as a newsletter management system
(1-2-All). We ran
into an issue that whenever the forms within the system submits using
multipart/form-data, it will just timeout, or just refresh the page and not
do anything.
If we remove the "multipart/form-data" ency type, from within the forms, the
forms submit perfectly fine.
The problem is, that with this software, we cannot remove all the form-data
encode types out, the company (1-2-All) claims they cannot remove them all
out, as there are too many.
1-2-All (the company of the product im testing with), claims that if we were
able to submit multipart/form-data forms, this issue wouldnt exist. We even
tested it. They modified there code, and removed the encoding type, and it
worked prefectly fine. (they removed it out of a single form not the whole
program).
This is not the first form i have tried, which has problems as well. Ive
tried multiple scripts in php, and just basic html forms, and they have all
had this problem.
Ive been workign on this problem on and off for a while now, and im at a
point where i NEED a fix for this.
If anyone is able to help, please contact me by email or in this thread.
The Email i check most is at: [EMAIL PROTECTED]
Thanks a lot!P.s. Ive been working with a microsoft tech and they have been
of little help..A link to the discussions we have been having are at:
http://www.microsoft.com/technet/community/newsgroups/dgbrowser/en-us/default.mspx?dg=microsoft.public.inetserver.iis&mid=76dc8b26-2594-4096-85d4-0441ed
0917d5&sloc=en-us
-Darryl
--- End Message ---