Gracias manolo por tu insisténcia :)

>  3) Add the following to a config snippet in /etc/apache2/conf.d
>      <IfModule mod_actions.c>
>        Action application/x-httpd-php /cgi-bin/php4
>      </IfModule>


Este es el punto que el readme difiere de mi instalación. Basandome en
este how-to http://buzz.typo3.org/uploads/media/webserver_php_fcgid.pdf
, basicamente lo que he puesto en conf.d/ es puesto esto:

AddHandler php-fcgi .php
Action php-fcgi /fcgi-bin/php-fcgi-wrapper
AddType application/x-httpd-php .php
Alias /fcgi-bin/ /home/httpd/fcgi-bin.d/php5-default/ #esta carpeta
contiene el wrapper
<Location /fcgi-bin/>
        SetHandler fcgid-script
        Options +ExecCGI
</Location>

Pienso que acaban haciendo lo mismo, y tampoco tiene sentido que
funcione para el php5 y no cuando el php4. :(

Saludos y gracias de nuevo,
Marc.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Responder a