Hi!

 I'm attempting to install PHP to a Win ME computer with Apache 1.3.20 and
ActiveState Perl already successfully installed. I have tried both the
Module and the CGI formats for installing this and I get errors both ways.
When I use the module installation I enter:
LoadModule php4_module modules/php4apache.dll
AddType application/x-httpd-php .php
into my httpd.conf file and I'm informed that Apache won't run at all
because the .dll can't be loaded into the server - a device attached to the
system is not functioning. I have no clue what device this is - any clues?
When I try to install it as CGI I put:
ScriptAlias /php4/ "C:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
into the httpd.conf file and Apache loads fine. However in my error logs, my
test .php page is shown as coming from the c:/program files/apache
group/apache/htdocs/php/php.exe/test.php - not from the htdocs/test.php
folder that it actually is in.

Any clues as to why these things are happening? Thanks SO MUCH in advance!!

Robin Hastings
[EMAIL PROTECTED]



-- 
PHP Install 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]

Reply via email to