Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/03/2004, 11:45
chcma
 
Fecha de Ingreso: junio-2003
Ubicación: Asturias
Mensajes: 2.429
Antigüedad: 20 años, 11 meses
Puntos: 7
Ejecutar CGI en Windows XP

Buenas, tengo el Apache configurado perfectamente para PHP junto con ASP y Tomcat.

Bien, el problema es que no me permite ejecutar Cgis, haber si pueden ayudarme, en el httpd.conf tengo lo siguiente:


ScriptAlias /cgi-bin/ "C:/Apache/Apache2/cgi-bin/"

#
# "C:/Apache/Apache2/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "C:/Apache/Apache2/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>







En los logs del Apache sale lo siguiente:

[Wed Mar 03 18:38:06 2004] [notice] Parent: Received restart signal -- Restarting the server.
[Wed Mar 03 18:38:07 2004] [notice] Child 3376: Exit event signaled. Child process is ending.
[Wed Mar 03 18:38:07 2004] [notice] Parent: Created child process 3212
[Wed Mar 03 18:38:07 2004] [notice] Child 3212: Child process is running
[Wed Mar 03 18:38:08 2004] [notice] Child 3376: Released the start mutex
[Wed Mar 03 18:38:08 2004] [notice] Child 3212: Acquired the start mutex.
[Wed Mar 03 18:38:08 2004] [notice] Child 3212: Starting 250 worker threads.
[Wed Mar 03 18:38:09 2004] [notice] Child 3376: Waiting for 250 worker threads to exit.
[Wed Mar 03 18:38:09 2004] [notice] Child 3376: All worker threads have exited.
[Wed Mar 03 18:38:09 2004] [notice] Child 3376: Child process is exiting
[Wed Mar 03 18:38:16 2004] [error] [client 127.0.0.1] (OS 5)Acceso denegado. : couldn't create child process: 720005: TPV.EXE
[Wed Mar 03 18:38:17 2004] [error] [client 127.0.0.1] (OS 5)Acceso denegado. : couldn't spawn child process: C:/Apache/Apache2/cgi-bin/TPV.EXE


¿Alguien sabe que puede ser?

Gracies por todo.
__________________
Charlie.