I don't know where you have placed you files, so I'll use my setup:
Apache root folder: C:\Program Files\Apache Group\Apache
PHP root folder: C:\Program Files\php
php.ini file: C:\Program Files\php
1) http.conf:
Right, this is my entry in http.conf for the module in question;
LoadModule php4_module c:/progra~1/php/sapi/php4apache.dll
Note: I use the 8.3 format for the directory part of the entry.
Later, use this line in http.conf to parse *.php files with the php engine;
AddType application/x-httpd-php .php
Note: you can other extensions (.htm .html, etc) if you want the php engine
to parse them.
2) php.ini
As an aside, my php.ini file is placed in C:\Program Files\php. I created
the System Enviromental Variable PHPRC that has the path C:\program
files\php entered as its value.
3)php4ts.dll
Make sure you place a copy of this file into you system32 directory, usually
C:\WINNT\SYSTEM32
Hope this works for you.
Sam
""Nick"" <[EMAIL PROTECTED]> wrote in message
9dbdci$cun$[EMAIL PROTECTED]">news:9dbdci$cun$[EMAIL PROTECTED]...
> Hi,
>
> still can't get php 4.05 working w/ apache 1.3.19 on win2k. Apache works
> fine without php, but gives an "module not found" error message when
> configured to use php4apache.dll . The thing is, the dll is in the correct
> directory as listed in httpd.conf. I have tried changing apache versions
and
> changing the location of the php4apache.dll, but to no avail -
> any ideas ?
>
> Nick
>
>
>
> --
> 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]
>
--
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]