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

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

[Sop.Tec.LinuxPPP] Bbasica III - En vez de desplegar la pagina la intenta bajar como si fuese ftp



Ya lo he realizado varias veces a pincel y siempre me ha funcionado, ahora
lo estoy intentando con apachetoolbox 1.5.38 y no me quiere
funcionar....(bueno le estoy poniendo Jakarta-Tomcat, ssl, ldap, imap,
etc... ) en resumen:

1) Con ./httpd -l  me muestra al final:
mod_php4.c
suexec: enabled; valid wrapper /usr/local/apache/bin/suexec

2) El archivo httpd.conf tengo las siguentes lineas:
# En esta linea agrego las extenciones
   AddType application/x-httpd-php .php
   AddType application/x-httpd-php .phtml
   AddType application/x-httpd-php .php4

3) Ya efectue copia y modificaciones del archivo php-ini-dist
cp php.ini-dist /usr/local/lib/php.ini

4) Ya he parado y reinicializado apache varias veces, sin embargo cuando le
da el restart como que lo detecta que no esta arriba perocon ps si lo
identifico, es decir:
[root@miweb bin]# ./apachectl restart
./apachectl restart: httpd not running, trying to start
./apachectl restart: httpd started
[root@edsweb bin]# ps -ef | grep httpd
root       735     1  0 Sep12 ?        00:00:00 /usr/local/apache/bin/httpd
nobody     757   735  0 Sep12 ?        00:00:00 /usr/local/apache/bin/httpd
nobody     758   735  0 Sep12 ?        00:00:00 /usr/local/apache/bin/httpd
nobody     759   735  0 Sep12 ?        00:00:00 /usr/local/apache/bin/httpd
nobody     760   735  0 Sep12 ?        00:00:00 /usr/local/apache/bin/httpd
nobody     761   735  0 Sep12 ?        00:00:00 /usr/local/apache/bin/httpd
nobody    1070   735  0 Sep12 ?        00:00:00 /usr/local/apache/bin/httpd
root     15559 15511  0 17:41 pts/0    00:00:00 grep httpd
[root@edsweb bin]# ./apachectl restart
./apachectl restart: httpd not running, trying to start
./apachectl restart: httpd started

5) A mi se me hace que aqui tengo por donde va el problema pero no se que
sea, el log me dice:
[Thu Sep 13 03:31:25 2001] [crit] (98)Address already in use: make_sock:
could not bind to port 80
[Thu Sep 13 15:38:13 2001] [crit] (98)Address already in use: make_sock:
could not bind to port 80
[Thu Sep 13 17:13:43 2001] [crit] (98)Address already in use: make_sock:
could not bind to port 80
[Thu Sep 13 17:40:42 2001] [crit] (98)Address already in use: make_sock:
could not bind to port 80
[Thu Sep 13 17:41:56 2001] [crit] (98)Address already in use: make_sock:
could not bind to port 80

Por donde puedo tener el error....

---------------------------------------------------------------------
Lista de soporte de LinuxPPP
 Reglas de la lista en http://linuxppp.com/reglas.html



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