Hey guy... You have just saved my life!
It worked! I just deleted the module lines and it worked... I just
didn't understand because it worked once, before I formatted my HD, and it
was correct! I used this module lines.
Well... Thanks a lot! You don't know how I'm happy for that!
If you need a help from me (who knows nothing about configuring a
server), you can count on me. See ya!
Thales Medeiros.
----- Original Message -----
From: James Cox <[EMAIL PROTECTED]>
To: Thales <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 10:14 PM
Subject: RE: [PHP-DOC] Server
Thales.
I just ran a test with Xitami, IIS (the big brother to PWS) and Apache.
again. all work, so i know it's not PHP's fault. :)
So, looking at your *apache* errors, I see a few obvious errors:
since you seem to like using PHP as CGI, you don't need to add module
lines -- delete those
and change :
----
ScriptAlias /php/ "c:/arquivos de programas/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/arquivos de programas/php/php.exe"
-----
the action line here should be /php/php.exe - NOT /arqui....
this should work. let me know.