[thelist] Getting PHP to work on my localhost Apache server

Richard Harb rharb at earthling.net
Fri Apr 23 16:15:33 CDT 2004


One way to do it would be to load php as a module:
just add these lines to httpd.conf:

LoadModule php4_module C:/path/to/php4/sapi/php4apache.dll
AddType application/x-httpd-php .php .php3

and maybe you might want to adjust your
DirectoryIndex
to include index.php or some such ...

HTH
Richard

Friday, April 23, 2004, 10:47:26 PM, you wrote:

> Hi,

> Trying to install PHP on my Apache server. I added these lines in my
> httpd.conf

> ScriptAlias /php/ "c:/php/"
> AddType application/x-httpd-php .php .phtml
> Action application/x-httpd-php "/php/php.exe" 

> Yes when I load my test.php page:

> <html>
> <body>
> <?PHP phpinfo(); ?>
> </body>
> </html>

> All I'm getting is text. I am running apache in console mode, on
> localhost:89. I did restart it after I made the changes to the config
> file. What have I missed? I left everything in their default install
> configs.

> Tom

> =====
> http://www.Pixelmech.com/ - read my latest blog posting!
> http://www.thywordistruth.net/ - Eternal Life

> There is no missing link, just a fist shaken toward God.






More information about the thelist mailing list