Hello Matt, I use apache server on Win 2k machine too. PHP is installed in folder `c:/www/php/`
In apache httpd.conf I add lines: ScriptAlias /php/ "C:/www/php/" AddType application/x-httpd-php .php .php3 .phtml Action application/x-httpd-php "/php/php.exe" ________________________ Best regards, Nenad Djordjevic mailto:nenad@;diyomisoft.com Diyomi Soft http://www.diyomisoft.com/ Tuesday, November 12, 2002, 3:35:38 PM, you wrote: M> Hey M> Iam setting up PHP on my apache server on a windows 2000 machine. ive M> followed all the instructions and no luck. ive copyed the dlls folder and M> the php4ts.dll to my c:/WINNT/System32 folder and ive copyed php.ini to M> c:/winnt. ive added these lines to my apache M> LoadModule mod_php4 c:/php/sapi/php4apache.dll M> Addtype application/x-httpd-php .php M> and ive tried to add M> addmodule mod_php4 M> and i get the same error message each time i start with or withou the M> addmodule M> santax error on line 153 of c:/program files/apache/apache M> group/conf/httpd.conf : M> cant locate API module structure 'mod_php4.c' in M> c:/php/sapi/php4apache.dll:(127) the specified procedure could not be found M> : M> anybody help ??? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php