| View previous topic :: View next topic |
| Author |
Message |
dutch1918
Joined: 14 Mar 2006
Posts: 9
|
| Posted: Fri Apr 28, 2006 1:25 pm Post subject: localhost |
|
|
I have 2 machines that I put apache2triad on. One machine I can access http://localhost/apache2triadcp/ and the other I can not. I know this is a networking problem but I can't find the problem.
Any ideas here? |
|
| Back to top |
|
Joshua Meadows (DemoRic)
Joined: 29 Dec 2004
Posts: 785
Location: S.E. Kansas
|
| Posted: Sun Apr 30, 2006 1:45 pm Post subject: |
|
|
See my response at
http://apache2triad.net/forums/viewtopic.php?t=4563 |
|
| Back to top |
|
dutch1918
Joined: 14 Mar 2006
Posts: 9
|
| Posted: Sun Apr 30, 2006 2:33 pm Post subject: |
|
|
Thanks Demoric:
I already checked and confirmed that the localhost 127.0.0.1 is in the Hosts file. My Host file is located in the Windows/System32/Drivers/Etc
Also the apache2 is running and working ok.
Any other ideas? |
|
| Back to top |
|
Joshua Meadows (DemoRic)
Joined: 29 Dec 2004
Posts: 785
Location: S.E. Kansas
|
| Posted: Sun Apr 30, 2006 2:52 pm Post subject: |
|
|
can you access it by yourip?
127.0.0.1/apache2triadcp
192.168.0.1/apache2triadcp (change this to your network ip) |
|
| Back to top |
|
dutch1918
Joined: 14 Mar 2006
Posts: 9
|
| Posted: Sun Apr 30, 2006 10:45 pm Post subject: |
|
|
| I can only connect using the IP address of the machine. localhost and 127.0.0.1 I keep getting "can not connect" and using the IP machine address creates problems elsewhere when I want to use phpadmin |
|
| Back to top |
|
Joshua Meadows (DemoRic)
Joined: 29 Dec 2004
Posts: 785
Location: S.E. Kansas
|
| Posted: Sun May 07, 2006 7:07 pm Post subject: |
|
|
phpmyadmin is bound on localhost to quote a section of FAQ#23
a quick fix is to change PmaAbsoluteUri in phpMyAdmin/config.inc.php
Also you can try:
trace route.
start -> run -> cmd.exe -> tracert -d -h 6 -w 3000 localhost
nameservice lookup
start -> run -> cmd.exe -> nslookup localhost
diplay your dns records
start -> run -> cmd.exe -> ipconfig /displaydns
Note: you can use ipconfig /flushdns to clear cache first if you want
It should output something like:
Quote:
localhost
----------------------------------------
Record Name . . . . . : localhost
Record Type . . . . . : 1
Time To Live . . . . : 430804
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : 127.0.0.1 |
|
| Back to top |
|
| |