| Summary: | can't connect to localhost can to 127.0.0.1 | ||
|---|---|---|---|
| Product: | [Unmaintained] kde-windows | Reporter: | ET <erictaddress-widgets> |
| Component: | network and files | Assignee: | KDE-Windows <windows-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | erictaddress-widgets, simpledark |
| Priority: | NOR | ||
| Version First Reported In: | 4.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
ET
2009-03-20 19:48:32 UTC
I'm using Vista 32-bit. ET. Managed to get through to localhost once today after a long delay. No images were displayed on the page. Accidentally typing in locahost (mis-spelt) brought up a host not found error. I'm having a similar problem.
System is:
Linux <my_machine_name> 2.6.26-1-amd64 #1 SMP Sat Jan 10 17:57:00 UTC 2009 x86_64 GNU/Linux
Konqueror 3.5.9 (using KDE 3.5.10)
Apache is the local http server and has the following permissions:
Order Deny,Allow
Deny from all
Allow from localhost
Allow from <my_machine_name>.<my.local.domain>
The /etc/hosts contains:
127.0.0.1 localhost
127.0.1.1 <my_machine_name>.<my.local.domain> <my_machine_name>
In konqueror I can access the server by:
http://127.0.0.1/
http://127.0.1.1/
http://<my_machine_name>/
http://<my_machine_name>.<my.local.domain>/
but not (403 forbidden) by:
http://localhost/
In firefox, links, lynx and wget I can access the server by all the mentioned addresses (localhost included).
works as expected on windows. |