At 06:32 PM 3/26/02 -0800, Ali wrote:
>hi all,
>
>i'm new to PHP and PHP installation.  I've tried it before and used the cgi
>since I couldn't figure out the module installation.  but i really want to
>get it working.  the problem is whatever I do, I get an error message from
>Apache.  I installed the binary version of the latest release of PHP and
>then added the parameters to httpd.conf:
>
><snip>
>#LoadModule usertrack_module modules/mod_usertrack.so
>#LoadModule unique_id_module modules/mod_unique_id.so
>LoadModule php4_module C:/Program Files/Apache Group/PHP/sapi/php4apache.dll

   Try using the 8.3 file names instead of long ones...

LoadModule php4_module c:/progro~1/apache~1/php/sapi/php4apache.dll


>#
>#  Reconstruction of the complete module list from all available modules
>#  (static and shared ones) to achieve correct module execution order.
>#
># The modules listed below, without a corresponding LoadModule directive,
># are static bound into the standard Apache binary distribution for Windows.
>#
># Note: The order in which modules are loaded is important.  Don't change
># the order below without expert advice.
>#
># [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE, UPDATE THIS TOO!]
>ClearModuleList
>AddModule mod_php4.c

    I did not have to add the above line to mine...


    Scott


http://www.geocities.com/Helphand1/

Helphand's Not So FAQ's for the Palm
     http://www.geocities.com/helphand1/palmprobs.htm


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to