Hello again,
Ok, I began thinking about your problem, and I think I remeber something
about this, I was not able to do just "php" on the actions and aliases, I had
to do php4 for some reason. but I loaded uup apache today and tried the cgi
version, and it worked, heres the following thats located in my httpd.conf
file:
(change D:/server/apps/php/ to your php location)
ScriptAlias /php4/ "D:/server/apps/php/"
Action application/x-httpd-php4 "/php4/php.exe"
AddType application/x-httpd-php4 .php
Hope this helps.
~Jeff