I also am trying to get Apache2.0.43/PHP4.2.3 to work on a Win2k machine,
and have had limited success.

I have got PHP working, but couldn't use the module approach... I had to add
these lines to httpd.conf:
ScriptAlias /php/ "C:/PHP/"
AddType application/x-httpd-php .phtml .php .php3
Action application/x-httpd-php /php/php.exe

I couldn't get the php4apache2.dll module to work.

Now, the above method does work in as far as PHP scripts are processed...
however, I have found that when posting from an HTML form to a PHP script,
none of the form variables are passed.  I have a feeling I'm missing
something obvious here, and it is due to the way Apache passes these
variables... but have run out of ideas on what to look for.

Anyone else any ideas, or had any success with the PHP module?


"Jason Wood" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> This is driving me nuts.  I downloaded the binarys and set them up in
> c:/php/
>
> I've added the LoadModule php4_module c:\php\sapi\php4apache2.dll  line to
> my config... Tried several different things, including changing the
> php4apache2.dll to a .so file... still didnt work.  The system even viewer
> doesnt help;  just gives me this info:
>
> Event Type: Error
> Event Source: Service Control Manager
> Event Category: None
> Event ID: 7024
> Date:  10/10/2002
> Time:  10:31:50 AM
> User:  N/A
> Computer: JASON
> Description:
> The Apache2 service terminated with service-specific error 1 (0x1).
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
>
> What's going on here?  I have no idea... Never had this much of a hard
time
> getting php to work with apache.
>
>
> --
> Jason Wood
> Chief Technology Officer
> Expressive Tek, Inc.
> 407 Kehrs Mill Road
> 636.256.1362
> Fax: 636.527.6064
> http://www.expressivetek.com
>
>



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

Reply via email to