Ativando mod_fcgid resulta em 403

1

Eu tenho uma configuração do EasyPHP 12.1 (mais recente) no Windows 7x64 e estou tentando habilitar mod_fcgid para PHP. Eu adicionei o seguinte no meu httpd.conf

Include conf/extra/httpd-vhosts.conf
LoadModule fcgid_module modules/mod_fcgid.so 
FcgidInitialEnv PHPRC "C:\progra~2\EasyPHP-12.1\php\php546x121028092509" 
AddHandler fcgid-script .php
FcgidWrapper "C:\progra~2\EasyPHP-12.1\php\php546x121028092509/php-cgi.exe" .php

e Options ExecCGI Indexes FollowSymLinks em <Directory "${path}/www">

Verifiquei se todos os caminhos são bons e defini permissões para todo o C:\progra~2\EasyPHP-12.1 e meu www raiz para Everyone - Allow All .

No entanto, ainda recebo 403 em todas as solicitações do servidor (localhost). Juntamente com Apache/2.4.2 (Win32) PHP/5.4.6 mod_fcgid/2.3.7 , então sei que o mod_fcgid está habilitado e está causando o 403.

Comentar as linhas acima de httpd.conf faz com que funcione novamente, mas é mais lento que a morte (é por isso que eu queria mod_fcgid). O que eu poderia estar fazendo errado?

edit :: log de erros

AH00112: Warning: DocumentRoot [C:/Apache24/docs/dummy-host.example.com] does not exist
AH00112: Warning: DocumentRoot [C:/Apache24/docs/dummy-host2.example.com] does not exist
[Mon Nov 05 23:00:38.244339 2012] [mpm_winnt:notice] [pid 7072:tid 512] AH00455: Apache/2.4.2 (Win32) PHP/5.4.6 mod_fcgid/2.3.7 configured -- resuming normal operations
[Mon Nov 05 23:00:38.245339 2012] [mpm_winnt:notice] [pid 7072:tid 512] AH00456: Server built: Apr 20 2012 19:24:55
[Mon Nov 05 23:00:38.245339 2012] [core:notice] [pid 7072:tid 512] AH00094: Command line: 'C:\PROGRA~2\EASYPH~1.1\Apache\bin\apache.exe -d C:/Program Files (x86)/EasyPHP-12.1/apache'
[Mon Nov 05 23:00:38.264340 2012] [mpm_winnt:notice] [pid 7072:tid 512] AH00418: Parent: Created child process 8184
AH00112: Warning: DocumentRoot [C:/Apache24/docs/dummy-host.example.com] does not exist
AH00112: Warning: DocumentRoot [C:/Apache24/docs/dummy-host2.example.com] does not exist
AH00112: Warning: DocumentRoot [C:/Apache24/docs/dummy-host.example.com] does not exist
AH00112: Warning: DocumentRoot [C:/Apache24/docs/dummy-host2.example.com] does not exist
[Mon Nov 05 23:00:39.525412 2012] [mpm_winnt:notice] [pid 8184:tid 524] AH00354: Child: Starting 64 worker threads.
    
por laggingreflex 05.11.2012 / 17:52

0 respostas