php-windows Digest 1 Nov 2003 20:59:34 -0000 Issue 1980

Topics (messages 21943 through 21945):

CGI ERROR
        21943 by: Huib Bakker

equivalence to global.asa
        21944 by: Alan McDonald

Installation probs...
        21945 by: Bobo Wieland

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 ---
Hya All,

I had this CGI Error problem (random) see below. It happens at random and
when your refresh it works fine.

  -- Begin --
   CGI Error
   The specified CGI application misbehaved by not returning a complete
set of HTTP headers. The headers it did return are:
   --  End  --

To bypass this bug for IIS 5 or IIS 6 you can set the custom error (502) to
a file containing this:

<script>
 history.go(0);
</script>

It worked for me on IIS 5 and 6 running win200 advanced server and win2003
Enterprise Edition

Greats Huib

--- End Message ---
--- Begin Message ---
In PHP, is there an eivalent construct as a "application start point" or
"application wide variables" as well as the session constructs available?
I am just comparing to how I used to do things with ASP and would like to
find something similar.
thanks
Alan

--- End Message ---
--- Begin Message ---
Trying to install php/apache/mysql again after buying a new computer...

I have Apache runing as a service in WinXP (Home)... I think it works as it
should... The server is set to 127.0.0.1

In my webservers rootdir I have a file named index.php that contains the
code:
<?php phpinfo(); ?>

Pointing IE to http://localhost/ and selecting the file index.php just
outputs:
<?php phpinfo(); ?>



I have installed php in D:\PHP. php.ini is in C:\windows . the
php4apache.dll and the php4ts.dll are both in the windows/system32 dir and
the first also in d:\php\sapi\

I've added
LoadModule php4_module d:/PHP/sapi/php4apache.dll   AddType
application/x-httpd-php .php

to httpd.conf and apache doesn't complain at startup... So what is wrong?


thanks!


.bobo

--- End Message ---

Reply via email to