 |
Apache2Triad Help, Support and Development The apache2triad help , support and development forums
|
| View previous topic :: View next topic |
| Author |
Message |
Bluekuja
Joined: 21 Jan 2006
Posts: 1
|
| Posted: Sat Jan 21, 2006 11:58 am Post subject: cannot access triadcp from outside |
|
|
when i try to access the cp from another machine (for example from lan) i get a message that say "page cannot be displayed". (i get this error also for phpmyadmin)
If i try form localhost it work good , but it dont work from outside or from lan interface , wat can be the problem? |
|
| Back to top |
|
Joshua Meadows (DemoRic)
Joined: 29 Dec 2004
Posts: 783
Location: S.E. Kansas
|
| Posted: Sat Jan 21, 2006 7:51 pm Post subject: |
|
|
Things like phpmyadmin are set to use the local loopback 127.0.0.1 for security reasons (although you can change it). As for A2T's control panel you ought to be able to access it since there isn't a
Code: Order allow,deny
Allow from 127.0.0.1
Deny from all
Check to see if you can access other pages from your network. If not there in lies your problem. Make certain that you don't have port 80 blocked on your firewall, and that apache is set to:
Listen 80
or
Listen *:80
and not
Listen 127.0.0.1:80 |
|
| Back to top |
|
| |
|