Page 1 of 1

127.0.0.1 not found

PostPosted: 25. February 2006 13:37
by jiloup
Hello , I have a problem when i try to access to my server : My browser can't found anything (i try internet explorer and firefox)

Apache is started correctly , i try many ports (httpd.conf ---> listen 99 ... and change in the url : http://127.0.0.1:99 or http://localhost:99)

It's not a firewall problem : i desactivate my firewall , the windows firewall , i activate ports ...

Another server package works correcly : easyphp (but i want openssl so i need xampp)

My hosts file is well configured : 127.0.0.1 localhost

I restart many time my computer try with service installed or not ....

If you have an idear please help me, thanks you
(Sorry for my english)

Re: 127.0.0.1 not found

PostPosted: 26. March 2006 18:04
by Darth_Pierre
I have the same problem.
Can anybody help us?

PostPosted: 26. March 2006 18:21
by KingCrunch
what port-check say?

PostPosted: 26. March 2006 18:38
by Darth_Pierre
KingCrunch wrote:what port-check say?

when xampp is off port-check says all ports are free.
when xampp is on, on ports 80 and 443 is apache.exe and on port 3306 is mysqld.exe

PostPosted: 26. March 2006 18:44
by KingCrunch
If you change the Listen-Port you have to specify the ServerName also (i think)
Code: Select all
Listen 99
# ...
ServerName localhost::99

PostPosted: 26. March 2006 18:48
by Darth_Pierre
KingCrunch wrote:If you change the Listen-Port you have to specify the ServerName also (i think)
Code: Select all
Listen 99
# ...
ServerName localhost::99

I tried that but still not working.

PostPosted: 26. March 2006 19:04
by KingCrunch
oh, some mistyping. I meant
Code: Select all
ServerName localhost:99

(only one ":")

PostPosted: 26. March 2006 19:12
by Darth_Pierre
yeah I tried it even with one ":"