"Gaylen Fraley" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Make sure you have this line in your httpd.conf .  It's an omission
from the
> documentation if I remember right.
>
> AddModule mod_php4.c

    Just set this combination up the other day.  I don't have that and I
can run files via PHP.EXE.  (but you're right there is no pre-made entry
for it in the file)

> "Randall Barber" <[EMAIL PROTECTED]> wrote in message
> 002001c1940e$3af25ea0$c4df070a@rdb55">news:002001c1940e$3af25ea0$c4df070a@rdb55...
> I add the familiar LoadModule and AddType lines to the Apache
httpd.conf

Did you add:

ScriptAlias /php/ "c:/Program Files/php/"
Action application/x-httpd-php "/php/php.exe"

(note the second refers to the ScriptAlias "/php/" not a path, took me a
bit to figure that out).

I did have PHP installed first, though I downloaded the Windows binaries
in Zip format to get the other goodies.

>I install Apache first, then PHP with the following error:
>Cannot unload mod-php4.c: File is not in module list

    Is this when installing, running Apache, or browsing a .php page?

 - Steve Yates
 - SRT Enterprises
 - Safe Sex:  A pillow propped firmly against the headboard.

/ Taglines by Taglinator - www.srtware.com /





-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to