xezpeleta / openirudi

Automatically exported from code.google.com/p/openirudi
0 stars 0 forks source link

oiServer 0.70.4: Installation script, error comprobando Apache Server #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
oiServer 0.70.3

Ejecuto ./oiInstaller.sh y me devuelve:

{{{
Would you like to continue? ( yes/[NO] )
yes
ERROR: Web server not present!
We couldn't find http://localhost in your server
}}}

Tengo el Apache en marcha pero por alguna razón la comprobación no funciona 
correctamente. Las siguientes comprobaciones funcionan perfectamente para 
confirmar que Apache funciona:

{{{
netstat -ntpl|grep 80
}}}

Devuelve:
tcp6       0      0 :::80                   :::*                    LISTEN      
1068/apache2

{{{
nmap localhost -p 80
}}}

Devuelve:
80/tcp open  http
(requiere nmap)

Original issue reported on code.google.com by xezpel...@gmail.com on 22 Jun 2011 at 12:39

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by xezpel...@gmail.com on 24 Jun 2011 at 11:34

GoogleCodeExporter commented 9 years ago
Solucionado en oiServer 0.70.5

Original comment by xezpel...@gmail.com on 27 Jun 2011 at 6:53