problemas com o Apache ao tentar acessar via localhost.

1. problemas com o Apache ao tentar acessar via localhost.

Carlos Rodrigues
ramiduelc

(usa Outra)

Enviado em 22/11/2009 - 22:47h

Já verifiquei o IP da interface "lo" ela se encontra com o ip 127.0.0.1, não consigo acessar da o seguinte erro:

Stack Trace:
0:ENSURE_WARN(false,_installLocation: engine has no file!,2147500037)
1:()
2:()
3:()
4:epsGetAttr([object Object],alias)
5:()
6:SRCH_SVC_getEngineByAlias(localhost)
7:getEngineByAlias(localhost)
8:getShortcutOrURI(localhost,[object Object])
9:canonizeUrl([object KeyboardEvent],[object Object])
10:handleURLBarCommand([object KeyboardEvent])
11:anonymous(textentered,[object KeyboardEvent])
12:fireEvent(textentered,[object KeyboardEvent])
13:onTextEntered()
14:handleEnter(false)
15:onKeyPress([object KeyboardEvent])
16:onxblkeypress([object KeyboardEvent])

erro frequente mesmo pelo IP.

Grato pela ajuda!!


  


2. Re: problemas com o Apache ao tentar acessar via localhost.

Gustavo Pereira Rodrigues
gpr.ppg.br

(usa Ubuntu)

Enviado em 17/01/2010 - 19:46h



01.
reinicie o servidor e veja o ip que ele te dá

$ sudo /etc/init.d/apache2 restart

* Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
[ OK ]


02.

entre em httpd.conf e copie a informação abaixo com o ip certo.

$ sudo nano /etc/apache2/httpd.conf


<VirtualHost *>
DocumentRoot /home/gustavo/www
ServerName 127.0.1.1
#allow from all
#Options +Indexes
</VirtualHost>


03. restart o servidor apache

$sudo /etc/init.d/apache2 restart


aqui funcionou.
abraços,
gpr.











Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts