Helpful Information
 
 
Category: Apache Development
How does Apache know where php.exe is?

I am setting up Apache on WindowsME but how does Apache know where to find php.exe?

ScriptAlias /php/ c:/apache/php/
AddType application/x-httpd-php .php
Addhandler application/x-httpd-php .php
Action application/x-httpd-php /php/php.exe

This is what I had to add to my httpd.conf in the conf directory.

I actually ended up finding that last night on php.net :) But those were the exact lines needed.










privacy (GDPR)