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.