running 11.1 with Lamp pkg installed. cannot access localhost at all,
but can access all other web sites. any suggestions sure appreciated.
Linux newbie and trying hard!!
Normally /etc/hosts should be there. If it doesn’t exist, you may have a
faulty installation which might give problems in other areas. You should
look into that.
Anyway for this problem, all you need is this line in /etc/hosts:
Code:
127.0.0.1 localhost
which you can add with a text editor (as root, of course). And the file
must be publicly readable, so do