[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]

[Hilos de Discusión] [Fecha] [Tema] [Autor]

Re: [Sop.Tec.LinuxPPP] Apache



Juan Bernardo de Legarreta Lores escribió:
> 
> a ver si alguien me puede ayudar con este problema, cuando intento iniciar el demonio del apache me aparece el siguiente error:
> Failed to start apache :
> Starting httpd: Syntax error on line 395 of /etc/httpd/conf/httpd.conf:
> Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module not included in the server configuration
> [FAILED]
> 
> en el httpd.conf, las lineas que marcan el error son las siguientes:
> <Location /perl>
>     SetHandler perl-script
>     PerlHandler Apache::Registry
>     Options +ExecCGI
> </Location>
> 
> el demonio lo estoy arrancando desde el modulo de Webmin 0.80


el bloque completo de configuración debe de decir 

<IfModule mod_perl.c>
  Alias /perl/ /home/httpd/perl/
  <Location /perl>
    SetHandler perl-script
    PerlHandler Apache::Registry
    Options +ExecCGI
  </Location>
</IfModule>


con el bloque como lo tienes y si no tienes modperl, ese es el error que te
puede dar.

¿que versión estas usando de LinuxPPP?


-- 
   José Neif Jury Fabre
     pepe en pepe net mx
http://linuxppp.com/~pepeneif

"Contrary to popular opinion, Unix is user friendly, 
 It just happens to be very selective about who it 
 makes friends with."
---------------------------------------------------------------------
Lista de soporte de LinuxPPP
 Reglas de la lista en http://pepe.net.mx/reglas.html



[Hilos de Discusión] [Fecha] [Tema] [Autor]